From skillkit
Provides a template for authoring SKILL.md files with sections for overview, usage triggers, step-by-step instructions, and references. Useful when creating new skills for Claude Code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillkit:templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[2-3 sentences: what this skill does and why it exists. Be specific.
[2-3 sentences: what this skill does and why it exists. Be specific. Bad: "Helps with code." Good: "Reviews Python functions for PEP-8 compliance and common anti-patterns, then outputs a prioritized fix list."]
[Optional but recommended for complex skills. List the specific conditions that should trigger this skill.]
Examples:
[Instructions for the agent. Be explicit — don't say "do the right thing," say exactly what to do. Use numbered steps for ordered workflows, bullet points for flexible guidance.]
[Continue as needed. Each section should have one clear responsibility.]
[Put bulky reference material here rather than in the main flow. The agent loads this only when needed, saving tokens.]
npx claudepluginhub rfxlamia/skillkit --plugin verify-before-shipReviews Claude Code skills with structured reports including file:line citations, severity ratings, and optional second-opinion pass. Supports multiple review lenses.
Generates validated SKILL.md files for Claude Code skills with YAML frontmatter, naming conventions, tool minimalism, structure constraints, and best practices.
Guides creating and editing SKILL.md files for Claude Code skills, covering objectives, when to create, YAML frontmatter requirements, structure, and writing principles like showing patterns with examples.