What problem does it solve?
This Skill removes the repetitive and error-prone manual work of creating project-local Claude Code skills by interactively generating SKILL.md manifests, recommended allowed-tools, triggers, and optional eval scaffolding based on actual repository context.
Core Features & Use Cases
- Interactive Prompting: Guides the user through name, description, and classification (workflow or capability), or accepts a provided name or BTW suggestion as a seed.
- Project Analysis: Reads CLAUDE.md, scans source structure, detects tech stack and existing skills to avoid duplication and set appropriate allowed-tools and triggers.
- Scaffolding Output: Generates .claude/skills/project/{name}/SKILL.md and optional evals/{name}/ files, then summarizes generated paths and test suggestions for quick validation.
Quick Start
Invoke /skill-create and follow the interactive prompts to generate a new project-local skill scaffold.