Resources
2Install
npx skillscat add famaoai-creator/kyberion/templates-skill-template-cjs Install via the SkillsCat registry.
SKILL.md
{{SKILL_NAME}}
Runtime Policy
- This template is for explicit compatibility cases only.
- Prefer
skill-template-tsfor all new work. - Use this template only when a dependency or host requires CommonJS.
- If that constraint disappears, migrate back to the TypeScript ESM template.
Overview
Briefly describes the activity this skill performs in the third person. Avoid using "I" or "this skill can". Focus on what it does (e.g., "Generates professional reports from raw metrics").
Capabilities
- Capability 1: Third-person action description (e.g., "Validates schema integrity").
- Capability 2: Third-person action description (e.g., "Formats output as JSON").
Arguments
| Name | Type | Description |
|---|---|---|
| --out | string | Output file path |
Usage
pnpm kyberion run {{SKILL_NAME}} --out result.jsonProgressive Disclosure
- Detailed Reference: Full API documentation and advanced configuration.
- Examples: Common use cases and input/output samples.
- Workflow Guide: How to chain this skill with others.
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.