skill-creator
Installation
SKILL.md
ABOUTME: Skill for creating well-structured Claude Code skills
ABOUTME: Enforces conventions from CLAUDE.md and provides init/validate tooling
Skill Creator
Create effective Claude Code skills following established conventions.
Quick Reference
| Script | Purpose |
|---|---|
init_skill.py |
Create new skill with proper structure |
validate_skill.py |
Validate skill frontmatter and structure |
Run with --help for full options:
uv run ~/.claude/skills/skill-creator/scripts/init_skill.py --help
Related skills