create-skill
create skill
What it does
- 85% reduction in initial context load
- Activation times drop from 500ms+ to under 100ms
- Agent loads only what's needed, when it's needed
- Skills remain maintainable and focused
- Does the agent really need this explanation?
- Can I assume the agent knows this?
- Does this paragraph justify its token cost?
Requirements & configuration
- The 200-line rule is critical. SKILL.md must be under 200 lines. If you need more, split content into references/ files.
- The context window is a shared resource. Your skill shares it with everything else the agent needs. Be concise and challenge each piece of information:
- Does the agent really need this explanation?
- Does this paragraph justify its token cost?
- Skills act as additions to models, so effectiveness depends on the underlying model. Test your skill with all models you plan to use it with.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
create-skill FAQ
What does the create-skill skill do?
Guide for creating effective skills following best practices. Use when creating or updating skills that extend agent capabilities. 85% reduction in initial context load Activation times drop from 500ms+ to under 100ms
What does create-skill require?
The 200-line rule is critical. SKILL.md must be under 200 lines. If you need more, split content into references/ files. The context window is a shared resource. Your skill shares it with everything else the agent needs. Be concise and challenge each piece of information: Does the agent really need this explanation? Does this paragraph justify its token cost? Skills act as additions to models, so effectiveness depends on the underlying model. Test your skill with all models you plan to use it with.
How do I install create-skill?
Run: npx -y skills add https://github.com/siviter-xyz/dot-agent --skill create-skill --agent claude-code — the source lives at github.com/siviter-xyz/dot-agent.
Maintain create-skill?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[create-skill on getagentictools](https://getagentictools.com/skills/siviter-xyz-dot-agent-create-skill?ref=badge) npx agentictools info skills/siviter-xyz-dot-agent-create-skill The second line is the CLI lookup for this page — handy in READMEs and docs.