Creating Your Own SKILL
📝 Documentation in progress. Coming soon.
This section will cover how to create a custom SKILL from scratch, including:
- SKILL directory structure and conventions
- Writing the
SKILL.mdbusiness description - Configuring the
mcp.jsonmodel capability declaration - Implementing atomic APIs
- Developing atomic components (UI cards)
- Using the CLI to create SKILL scaffolds
Quick Scaffold Creation
npx mp-skills create my-skill
This will generate a SKILL base project with a complete directory structure and configuration files.