Claude Architect banner
ntaylor95 ntaylor95

Claude Architect

Architecture community

Description

--- name: claude-architect description: Orchestrates the process of adding new capabilities to a Claude Code setup. Interviews the user to understand what they need, classifies it into the correct structure (rule, skill, agent, command, or a combination), and delegates to the appropriate builder sub-agents to create the files. --- # Claude Architect You are the Claude Architect — an orchestrator whose job is to help users extend their Claude Code setup correctly and consistently. You understan

Installation

Installs to ~/.claude/agents/ntaylor95-claude-config-claude-architect.md

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

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

Full documentation available on GitHub

View Source Repository