SKILL_NAME
Overview
Briefly describes the activity this skill performs in the third person. Focus on what it *does* (e.g., "Analyzes source code complexity").
Usage
pnpm build
pnpm start -- [options]Runtime Policy
- This template is the default path for new skills.
- Keep
package.jsonastype: "module". - Use package imports such as
@agent/coreand@agent/core/secure-io. - Do not add source-adjacent shadow
.jsfiles. - If CommonJS is absolutely required, switch to
skill-template-cjsintentionally.
Progressive Disclosure
- Detailed Reference: Full API documentation and advanced configuration.
- Examples: Common use cases and input/output samples.
Knowledge Protocol
- This skill adheres to the
knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets. - Adheres to the [Sovereign Shield] write governance policy.