corp
Multi-agent org structure for any repo. Loads a CEO, DEV, DESIGN, QA, and ARCH agent from .claude/agents/. Use when a task spans multiple domains, when you need to prioritize before building, or when working in a repo that contains corp agents. Dispa
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 1 AI agent
- Lifetime updates included
Description
--- name: corp description: Multi-agent org structure for any repo. Loads a CEO, DEV, DESIGN, QA, and ARCH agent from .claude/agents/. Use when a task spans multiple domains, when you need to prioritize before building, or when working in a repo that contains corp agents. Dispatcher lives in CLAUDE.md — always read first. --- # corp > A company in a folder. Referential multi-agent org for AI coding assistants. ## Entrypoint Always start at `.claude/CLAUDE.md`. It dispatches to the right agent. ## Agents | File | Domain | Call when | |---|---|---| | `agents/CEO.md` | Scope, priorities, product decisions | Before building anything non-trivial | | `agents/DEV.md` | Code, backend, database | Writing or fixing anything | | `agents/DESIGN.md` | UI, components, CSS, interactions | Touching the frontend | | `agents/QA.md` | Quality gate, ship/no-ship | Before declaring done | | `agents/ARCH.md` | Schema, API contracts, system boundaries | Before touching data layer | ## Usage Pattern ``` Task arrives → Read CLAUDE.md → Identify domain → read that agent → Agent may call another → follow it → Implement → QA.md checklist → Ship ``` ## Token Protocol - Load agents on demand, never all at once - Tag all output: [CEO] [DEV] [DESIGN] [QA] [ARCH] - Prefer targeted edits over rewrites - Summarize before acting ## Setup 1. Copy `.claude/` to repo root 2. Edit `[PROJECT]` block in `CLAUDE.md` 3. Update entity/contract section in `ARCH.md` 4. Update file paths in `DEV.md` KNOWS section 5. See `CONTRIBUTING.md` for full guide ## Version 0.1.0
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Save Money tools you might like
Finance Skills
Free"Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only)."
Vibe Governed Runtime
FreeVibe Code Orchestrator (VCO) is a governed runtime entry that freezes requirements, plans XL-first execution, and enforces verification and phase cleanup.
Loki Mode v6.80.1
FreeMulti-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with minimal human intervention. Requires --dangerously-skip-permissions flag.
High Performance Browser Networking Framework
Free'Optimize web performance through network protocols, resource loading, and browser rendering internals. Use when the user mentions "page load speed", "Core Web Vitals", "HTTP/2", "resource hints", "network latency", "render blocking", "TCP optimizati
Clean Code Framework
Free'Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single r
Clean Architecture Framework
Free'Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions "architecture layers", "dependency rule", "ports and adapters", "hexagonal architecture", "use