A multi-agent orchestration framework for Claude Code. Build production software with 7 specialized AI agents that coordinate automatically through a Hub Architecture.
$ npx -y skills add shahtuyakov/claude-setup --agent claude-code
Repo: shahtuyakov/claude-setup
What's inside
A multi-agent orchestration framework for Claude Code. Build production software with 7 specialized AI agents that coordinate automatically through a Hub Architecture.
| Feature | Benefit |
|---|---|
| 7 Specialist Agents | Architect, Backend, Database, Designer, DevOps, Frontend, iOS |
| 15 Production Skills | React, Swift, Node.js, PostgreSQL, Docker, and more |
| Hub Architecture | Solves subagent limitations with delegation requests |
| Parallel Execution | Frontend and iOS work simultaneously |
| Token Efficient | Progressive disclosure loads info only when needed |
┌─────────────────┐
│ USER │
└────────┬────────┘
│
▼
┌─────────────────┐
│ ARCHITECT │
│ (Orchestrator)│
└────────┬────────┘
│
Delegation Request (JSON)
│
▼
┌──────────────────────────────────────────────────────────────────┐
│ HUB │
│ (Main Conversation Thread) │
│ │
│ Processes delegation requests, manages execution order, │
│ aggregates results, passes context between agents │
└───────────────────────────────┬──────────────────────────────────┘
│
┌────────────────────┼────────────────────┐
│ │ │
▼ ▼ ▼
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ DATABASE │ │ BACKEND │ │ DESIGNER │
│ Agent │ │ Agent │ │ Agent │
└─────────────┘ └─────────────┘ └─────────────┘
│ │ │
│ │ │
▼ ▼ ▼
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ FRONTEND │ ←──→ │ iOS │ │ DEVOPS │
│ Agent │ │ Agent │ │ Agent │
└─────────────┘ └─────────────┘ └─────────────┘
(Can execute in parallel)
git clone https://github.com/YOUR_USERNAME/claude-setup.git
cd claude-setup
Copy the .claude folder structure to the root of your project:
cp -r agents skills commands settings.local.json YOUR_PROJECT/.claude/
Your project structure should look like:
your-project/
├── .claude/
│ ├── agents/
│ ├── skills/
│ ├── commands/
│ └── settings.local.json
└── ... your code
In Claude Code, invoke agents by describing your task:
"I need a user authentication system with email/password login"
The Architect agent will:
| Agent | Domain | Skills |
|---|---|---|
| Architect | Orchestration, planning | task-breakdown, system-design |
| Database | Schema, migrations, queries | database-patterns |
| Backend | APIs, auth, business logic | node-backend, api-design-reviewer |
| Frontend | React, Next.js, UI | react-patterns, frontend-design |
| iOS | SwiftUI, native features | swift-patterns |
| Designer | Design systems, theming | design-patterns, brand-guidelines |
| DevOps | Docker, CI/CD, deployment | devops-patterns |
react-patterns - Modern React & Next.jsswift-patterns - iOS/SwiftUI developmentnode-backend - Node.js APIsdatabase-patterns - SQL, NoSQL, ORMssystem-design - Technology selectionapi-design-reviewer - API best practicestask-breakdown - Feature decompositionagent-orchestration - Multi-agent workflowsdesign-patterns - Modern CSS, Tailwind, shadcn/uifrontend-design - Production UI creationbrand-guidelines - Anthropic brandingdevops-patterns - Docker, CI/CD, cloud deploymentThe Hub Architecture solves a fundamental limitation: Claude Code subagents cannot directly spawn other subagents.
{
"type": "delegation_request",
"agents": [
{"name": "database", "task": "Create users table with auth fields"},
{"name": "backend", "task": "Build auth endpoints", "dependsOn": ["database"]},
{"name": "frontend", "task": "Create login form", "dependsOn": ["backend"]}
],
"execution": "sequential"
}
| Project Type | Agent Sequence |
|---|---|
| Web App | Designer → Database → Backend → Frontend → DevOps |
| iOS App | Designer → Database → Backend → iOS → DevOps |
| Cross-Platform | Designer → Database → Backend → (Frontend + iOS) → DevOps |
| API Only | Database → Backend → DevOps |
| UI Refresh | Designer → Frontend |
Languages: TypeScript, Swift, Python, SQL, GraphQL
Frameworks: React, Next.js, Express, NestJS, SwiftUI
Databases: PostgreSQL, MongoDB, SQLite, Redis, Prisma, Drizzle
Frontend: Tailwind CSS, shadcn/ui, Framer Motion, Radix UI
DevOps: Docker, Kubernetes, GitHub Actions, Vercel, Railway, AWS
Contributions welcome! See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE for details.
Built for Claude Code
FAQ
claude-setup is a Claude Code plugin with 14 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agent-orchestration, api-design-reviewer, brand-guidelines. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it