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.
npx skills add https://github.com/LukeRenton/explore-claude-code --skill build-skill
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.
Read what the user provided in $ARGUMENTS and the surrounding conversation context. Determine how much is already specified vs what needs clarification.
Categorize as:
Ask only what's missing. Never re-ask what's already clear. Cover these areas as needed:
disable-model-invocation: true), Claude-only (user-invocable: false), or both (default)?allowed-tools, model, context, or hooks frontmatter).Before drafting, scan .claude/skills/ for existing skills with similar purpose. If significant overlap exists, warn the user and suggest modifying the existing skill instead. Proceed only if the user confirms they want a new one.
Write the SKILL.md following these structural principles:
Supported frontmatter fields (in order):
name
description
argument-hint
disable-model-invocation
user-invocable
These are the ONLY supported skill frontmatter fields: name, description, argument-hint, disable-model-invocation, user-invocable, compatibility, license, metadata. Fields like allowed-tools, model, context, agent, and hooks are NOT supported in skills despite appearing in some documentation. Do not use them.
Only include fields that are relevant. Do not add fields with default values.
YAML pitfall: argument-hint must be a plain string. Never use square brackets (YAML parses them as arrays). Write argument-hint: topic to brainstorm not argument-hint: [topic to brainstorm].
Body structural principles:
<!-- <DO_NOT_TOUCH> --> tags<!-- <MAY_EDIT> --> zone at the bottom for project-specific configurationNaming conventions:
kebab-casecore-.claude/skills/<name>/SKILL.mdQuality standards:
Before showing the user, review the draft against this checklist:
<!-- <DO_NOT_TOUCH> --> wraps core content<!-- <MAY_EDIT> --> zone exists at the bottomIf any check fails, fix it before presenting.
Show the complete draft. Explain any decisions you made. Ask for approval or changes.
On approval:
.claude/skills/<name>/SKILL.md (recommend project-level, but ask the user if they want it elsewhere, e.g. ~/.claude/skills/ for personal scope)<!-- <MAY_EDIT> --> zone under the available team membersCreated: .claude/skills/<name>/SKILL.md
Purpose: <one-line summary>
Invocation: /name | Claude auto | Both
Tools: <list or "all">
Runs: inline | forked (<agent type>)
<!-- <MAY_EDIT> -->
<!-- Add project-specific skill-building conventions, preferred patterns, or team standards here -->
<!-- </MAY_EDIT> -->
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take lukerenton/build-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.