Skill Builder
Description
A Claude skill for building Claude skills. Guides you through 5 phases to design, write, and validate any Claude skill from scratch.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SkillBuilder — A Claude skill for building Claude skills
Building a Claude skill from scratch has friction. The folder name has to be exactly right, the YAML needs real trigger phrases or Claude ignores it, and the instructions need to be specific enough that Claude actually follows them.
SkillBuilder asks you questions across 5 phases, then generates a complete, ready-to-upload skill folder.
Works in English and Spanish.
What it does
Runs 5 phases in order:
- Use Case — nails down exactly what workflow the skill should handle
- Trigger Conditions — writes the
descriptionfield with phrases users would actually say - Workflow Design — picks the right pattern (sequential, multi-MCP, iterative, context-aware, or domain intelligence)
- Generate Files — outputs the complete
SKILL.mdready to copy-paste - Validate — runs the full checklist before delivering anything
Installation
Claude.ai
- Download this repo as a ZIP (
Code > Download ZIP) - Inside the ZIP, find the
skill-builder/folder and compress it separately - Go to
claude.ai > Settings > Capabilities > Skills > Upload - Upload the
skill-builder.zip
Claude Code
Clone or download this repo, then copy `skill-builder/` to your Claude skills directory:
# Mac / Linux
cp -r skill-builder ~/.claude/skills/
# Windows (PowerShell)
Copy-Item -Recurse skill-builder "$env:USERPROFILE\.claude\skills\"
Usage
Describe what you want to build:
"Build a skill for generating SEO content for my website"
"Crea un skill para planificar sprints en Linear"
"New skill to automate my PDF report workflow"
"Help me make a skill for code review using Sentry"
SkillBuilder asks questions phase by phase and produces the complete skill at the end.
Folder structure
skill-builder/ ← the skill folder (this is what you upload)
├── SKILL.md ← main instructions (5 phases)
└── references/
└── vali
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://