Stats
Actions
Tags
From skill-authoring
Assists with creating and reviewing Claude Code Agent Skills. Use when you hear "create a skill", "new skill", "review skill", "skill quality check", or "automate this as a skill".
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-authoring:skill-authoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create and review skills using standardized processes.
Create and review skills using standardized processes.
Select the appropriate workflow based on user intent:
| Intent | Example triggers | Reference |
|---|---|---|
| New creation | "create a skill", "new skill", "automate this" | create-workflow.md |
| Review / improve | "review skill", "quality check", "audit skill" | review-workflow.md |
| Rule lookup | "skill rules", "guidelines" | guidelines.md |
Ask the user to clarify if intent is ambiguous.
| File | Content | When to reference |
|---|---|---|
| guidelines.md | Shared guidelines (standard rules + best practices) | Both creation and review |
| create-workflow.md | 8-step creation process | New skill creation |
| review-workflow.md | 6-step review process | Skill review |
| checklist.md | Quality checklist (standard rules + recommended practices) | Final check in creation, evaluation in review |
| custom-subagent.md | Custom SubAgent definition reference | When creating or evaluating Custom SubAgents |
| plugin-structure.md | Plugin packaging and distribution | When packaging skills/agents as a plugin |
guidelines.md is the foundation for all workflows — always reference it before starting creation or reviewGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub khaym/claude-code-plugins --plugin skill-authoring