skills-manual
Skills Manual
How to build effective skills for AI coding agents. For the full Anthropic guide, see references/skill-builder-guide.md.
Skill Structure
your-skill-name/ # kebab-case, no spaces, no capitals, no underscores
SKILL.md # Required — must be exactly this name (case-sensitive)
references/ # Optional — supporting docs loaded on demand
scripts/ # Optional — executable code
assets/ # Optional — templates, icons
- The main file MUST be named
SKILL.md— notskill.md,SKILL.MD, or anything else - Do NOT include
README.mdinside the skill folder - Folder name must be kebab-case (e.g.,
notion-project-setup)
YAML Frontmatter
More from bonkey/skills
done
Check if a PR already exists; if it does, update the PR. If no PR exists, merge current branch locally into main and push to main remote.
14decision-log
Lightweight ADR decision log that auto-captures plans. Use when planning a new feature, proposing architecture changes, tracking implementation decisions, exiting plan mode, or asking 'should I write a decision log'. Includes a Claude Code hook for automatic capture on ExitPlanMode.
14pr
Create, update, and manage pull requests. Use when asked to 'create a PR', 'update PR', 'close PR', 'check PR status', 'open a pull request', '/pr', or any pull request workflow.
13claude-plugin-creator
Create Claude Code plugins, skills, commands, agents, hooks, MCP servers, and marketplace files. Use when building a plugin, packaging skills for sharing, creating a marketplace, converting standalone config to a plugin, or deciding between plugin vs skill vs MCP vs standalone.
13