Claude Architect banner
tamzid958 tamzid958

Claude Architect

Development community

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