What problem does it solve?
This Skill provides a structured, repeatable approach to creating Claude Code Skills, improving descriptions and organization, or converting Claude Code sub-agents to Skills. It helps teams standardize workflows, produce high-quality SKILL.md, and leverage CLI tools and Node.js scripting to accelerate skill development.
Core Features & Use Cases
- Scaffold new skills from scratch: outline directory structure, create SKILL.md with YAML frontmatter, and add intention-revealing supporting files.
- Edit existing skills: refine descriptions, trigger keywords, and reorganize content using progressive disclosure.
- Convert sub-agents to skills: transform existing Claude Code sub-agent configurations to skill format, removing model/tools fields and updating invocation strategy.
- Template-driven design: rely on skill templates and reference files to ensure consistency across skills.
- CLI and Node.js tooling emphasis: provide runnable commands and Node.js scripts to automate repetitive setup tasks.
- Organize assets: place supporting templates, scripts, and references in intention-revealing directories.
Quick Start
- Define the skill's goal, triggers, and scope
- Create the skill directory (e.g., skill-builder/), add SKILL.md with YAML frontmatter
- Add any necessary reference or script files using intention-revealing names
- Validate by running representative queries to ensure the skill is invoked in the intended scenarios