Create new Claude Code skills from natural language descriptions. Use when user wants to create a new skill, add a new slash command, or build automation. Generates SKILL.md with proper frontmatter, instructions, and optional scripts.
Create new skills for The Oracle Construct from a natural language description.
/skill-creator <description of what the skill should do>
From the user's description, determine:
finance-monitor)~/.claude/skills/)?If anything is ambiguous, ask the user before generating.
Create the skill directory and SKILL.md:
.claude/skills/<skill-name>/
├── SKILL.md # Core instructions (always created)
├── scripts/ # Helper scripts (if needed)
│ └── <script>.sh
└── references/ # Supporting docs (if needed)
└── <docs>.md
Use this template for all generated skills:
---