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.
npx claudepluginhub rfxlamia/skillkit --plugin verify-before-shipThis skill uses the workspace's default tool permissions.
[2-3 sentences: what this skill does and why it exists. Be specific.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
[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.]