skill-creator
Installation
SKILL.md
Skill Creator
This skill wraps Anthropic's official skill-creator with local context.
Skill Types
User skills (~/.claude/skills/<name>/):
- Portable across all projects
- General-purpose utilities (file-nav, code-search, github, etc.)
- NOT tied to any specific repository
Project skills (.claude/skills/<name>/ in repo root):
- Repository-specific knowledge and workflows
- Codebase conventions, testing patterns, deployment procedures
- Only available within that project