1.1 KiB
1.1 KiB
name, description, argument-hint, x-personal-mcp
| name | description | argument-hint | x-personal-mcp | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| new-skill | Provide a practical checklist and baseline template for creating a new docs-first MCP skill in this repository. | What skill are you creating, and what problem should it solve? |
|
New Skill Bootstrap
Use this skill to bootstrap a new skill in the docs-first architecture.
Scope
- Create docs under docs/skills//.
- Define SKILL frontmatter with Anthropic and x-personal-mcp fields.
- Declare references via x-personal-mcp.references when needed.
- Validate the docs build and MCP resource reads.
Authoring Checklist
- Create docs/skills//SKILL.md.
- Add docs/skills//references/ files as needed.
- Keep skill id and directory name aligned.
- Keep frontmatter name equal to x-personal-mcp.id.
- Include resource://skills//document in capabilities.
Validation
- uv run zensical build
- uv run pytest -q