Dev House
Description
Give Claude Code a dev team: members you create, on the models you choose, with their own roles, skills and permissions.
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
Hackeroom
Hire a dev team. Run it on whatever agent you already have.
You create the members. Each one gets a name, a role you write in markdown, skills you attach, an engine, a model, and a permission mode. They fill seats in a workflow, work in real CLI sessions, share what they learn, and you watch the whole thing happen in an office.
There is no built-in squad. The team is whoever you hire.

*Hovering a member shows what they are doing, how long the turn has run, and what it has cost. There is also a [scripted walkthrough](https://singhabhinav04.github.io/SinghAbhinav04/hackeroom.html) if you want the shape of a run without installing anything.*
No Claude Code? No problem
Three engines, one team:
| Claude Code | claude |
Opus, Sonnet, Haiku, Fable |
| OpenCode | opencode |
anything your providers reach — OpenRouter, Fireworks, OpenCode Zen |
| Antigravity | agy |
Gemini 3.x, plus Claude and GPT-OSS through Google |
**And you can mix them in the same run.** Your planner can think on Opus while your reviewer runs a free Gemini and your coder sits on whatever OpenRouter model you feel like today. Pick the engine per member, from a dropdown, and the model list follows.
**One gate. Three engines. Same rules.** Every one of them routes through the same capability manifest — not three implementations that can drift, one set of rules with three thin translators in front of it. A coder that cannot write outside the project on Claude Code cannot write outside the project on Antigravity either.
Every argument name in those translators was read off the running binary rather than the docs, because all three name things differently — `file_path`, `filePath`, `TargetFile` — and a wrong name means the gate reads an empty path, which resolves inside the project, which it allows.
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