build-skill

Create comprehensive Claude Code Skills through elicitation-driven development

Content Preview
# Build Claude Code Skill

Create comprehensive Claude Code Skills through elicitation-driven development

## Instructions

This command orchestrates four specialized agents to build production-ready Claude Code Skills from user requirements. Follow this structured workflow:

### Phase 1: Requirements Elicitation

**Agent**: `skill-elicitation-agent`

1. **Activate Elicitation Agent**
   - Launch the skill-elicitation-agent using the Task tool
   - Provide context: "The user wants to create a ne
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/build-skill.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/skills/build-skill.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/skills/build-skill.md

Related Skills