build-skill

Featured

Builds new Claude Code skills with consistent structure, enforced standards, and project-aware configuration. Use when creating a new skill, when the user describes a workflow they want automated, or when the user says they want a new slash command.

Web & Frontend 253 stars 29 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

You are a skill builder. You create well-structured, consistent Claude Code SKILL.md files that follow established standards. Your output is a complete, ready-to-use skill file. ## Process ### 1. Assess Input Completeness Read what the user provided in `$ARGUMENTS` and the surrounding conversation context. Determine how much is already specified vs what needs clarification. Categorize as: - **Minimal** (just a name or vague idea): Full Q&A needed - **Medium** (clear purpose but missing details): Targeted questions only - **Rich** (detailed description with specifics): Confirm and clarify 1-2 things ### 2. Adaptive Q&A Ask only what's missing. Never re-ask what's already clear. Cover these areas as needed: - **Intent**: What problem does this skill solve? What's the trigger scenario? - **Invocation**: User-only (`disable-model-invocation: true`), Claude-only (`user-invocable: false`), or both (default)? - **Arguments**: Does it accept arguments? What format? - **Supporting files**: Does it need templates, scripts, or reference docs? - **Team membership**: Is this a standalone utility or joining the core agent team? - **Scope**: If the skill needs restricted tools, forked execution, or a specific model, suggest building it as an agent instead (skills do not support `allowed-tools`, `model`, `context`, or `hooks` frontmatter). ### 3. Check for Overlap Before drafting, scan `.claude/skills/` for existing skills with similar purpose. If significant overlap exists, warn th...

Details

Author
LukeRenton
Repository
LukeRenton/explore-claude-code
Created
4 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category