Claude Architect
Description
A plug-and-play framework for generating projects with Claude Code CLI — optimized for speed, token efficiency, and consistent output across any language or framework.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Architect
A plug-and-play framework for generating projects with Claude Code CLI — optimized for speed, token efficiency, and consistent output across any language or framework.
**Version:** 2.0.0 | **Last Updated:** March 2026 | **License:** MIT
Changelog
- 2.0.0 — 15 commands, 32 framework files across 12 ecosystems. 70% token reduction via delta-only framework files, merged similar frameworks (Express+Hono, Gin+Echo+Fiber, Actix+Axum+Rocket, React Native+Expo), inheritance model (global → _base → framework), no pinned versions ("latest stable" everywhere). Full developer lifecycle:
/scaffold,/onboard,/plan,/review,/migrate,/debug,/refactor,/test,/deploy,/doc,/api,/component,/secure,/deps,/perf. - 1.0.0 — Initial release. Scaffold, onboard, plan, review commands. Global CLAUDE.md. Full framework knowledge base.
What's Included
| File / Directory | Location | Purpose |
|---|---|---|
global-CLAUDE.md |
~/.claude/CLAUDE.md |
Universal defaults: clarification-first, model guidance, quality gates |
scaffold.md |
~/.claude/commands/scaffold.md |
Full scaffolding protocol (/scaffold) |
onboard.md |
~/.claude/commands/onboard.md |
Onboard existing projects (/onboard) |
plan.md |
~/.claude/commands/plan.md |
Feature/change planning (/plan) |
review.md |
~/.claude/commands/review.md |
Code review for PRs/branches/files (/review) |
migrate.md |
~/.claude/commands/migrate.md |
Framework/version migration (/migrate) |
debug.md |
~/.claude/commands/debug.md |
Structured debugging protocol (/debug) |
refactor.md |
~/.claude/commands/refactor.md |
Safe refactoring with framework awareness (/refactor) |
test.md |
~/.claude/commands/test.md |
Generate tests for existing code (/test) |
deploy.md |
~/.claude/commands/deploy.md |
Generate deployment configs (/deploy) |
doc.md |
~/.claude/commands/doc.md |
Gen |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11