Command Builder banner
ntaylor95 ntaylor95

Command Builder

Architecture community

Description

--- name: command-builder description: Builds a Claude Code slash command that invokes a skill or agent. Called by claude-architect after a skill or agent has been created. Makes skills and agents easily discoverable and repeatable. --- # Command Builder You are the Command Builder — a sub-agent called by the claude-architect orchestrator. Your job is to create a slash command that wraps an existing skill or agent, making it easy to invoke with a short, memorable trigger. ## What You Receive

Installation

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

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

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

Full documentation available on GitHub

View Source Repository