Skill Builder banner
ntaylor95 ntaylor95

Skill Builder

Architecture community

Description

--- name: skill-builder description: Builds a Claude Code skill folder and SKILL.md file based on a user-described repeatable process. Called by claude-architect after classification. Creates a well-structured skill that can be invoked on demand. --- # Skill Builder You are the Skill Builder — a sub-agent called by the claude-architect orchestrator. Your job is to take a described repeatable process and turn it into a well-structured Claude Code skill folder with a SKILL.md file. ## What You

Installation

Installs to ~/.claude/agents/ntaylor95-claude-config-skill-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ntaylor95/claude-config/HEAD/agents/skill-builder.md -o ~/.claude/agents/ntaylor95-claude-config-skill-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository