create-skill
A framework and guide for building modular agent skills using the progressive disclosure principle.
Install
npx skills add https://github.com/siviter-xyz/dot-agent --skill create-skillStats
| Total installs | 1,197 |
| Weekly installs | 1.2K |
| GitHub stars | 8 |
| First seen | Jan 20, 2026 |
| Source | @siviter-xyz/dot-agent |
Summary
- Skills are self-contained packages providing specialized workflows, tool integrations, domain expertise, and bundled resources for agents
- SKILL.md must stay under 200 lines; use progressive disclosure by splitting detailed content into references/ files to reduce context load and activation time
- Structure includes required YAML frontmatter (name, description) and markdown instructions, plus optional bundled resources (scripts, references, assets)
- Follow core principles: be concise with every token, set appropriate degrees of freedom in instructions, and test across all target models
Tags
Related skills
| Skill | Installs | vs create-skill |
|---|---|---|
| openai-whisper | 1,171 | -26 |
| bdd-feature-generator | 1,170 | -27 |
| target-serp | 1,230 | +33 |
| day2-supplement-mcp | 1,246 | +49 |
| gemini-computer-use | 1,158 | -39 |
FAQ
- How many installs does create-skill have?
- create-skill has 1,197 total installs and 1.2K installs this week.
- Where is create-skill hosted?
- create-skill is published by @siviter-xyz/dot-agent at https://github.com/siviter-xyz/dot-agent.
- How many GitHub stars does create-skill have?
- create-skill has 8 GitHub stars.
- When was create-skill first indexed?
- OrangeBot.AI first indexed create-skill on Jan 20, 2026.
- How do I install create-skill?
- Run: npx skills add https://github.com/siviter-xyz/dot-agent --skill create-skill