Claude Code Sub Agent Collective
Description
🧠 Context Engineering Research - Not just another agent collection, but using research and context engineering to function as a collective. Hub-and-spoke coordination through Claude Code.
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 Code Sub-Agent Collective
[](https://badge.fury.io/js/claude-code-collective) [](https://opensource.org/licenses/MIT)
**Experimental NPX installer for TDD-focused AI agents**
This installs a collection of AI agents designed for Test-Driven Development and rapid prototyping. It's experimental, opinionated, and I built it to speed up my own MVP development work.
What this installs
npx claude-code-collective init
You get 30+ specialized agents that enforce TDD methodology and try to be smarter about using real documentation instead of guessing.
Why this exists
I got tired of:
- AI giving me code without tests
- Having to manually look up library documentation
- Inconsistent development approaches across projects
- Breaking down complex features manually
So I built agents that:
- Write tests first, always (RED → GREEN → REFACTOR)
- Use Context7 to pull real documentation
- Route work to specialists based on what needs doing
- Break down complex requests intelligently
What you get after installation
Core Implementation Agents (TDD-enforced)
- @component-implementation-agent - UI components with tests and modern patterns
- @feature-implementation-agent - Business logic with comprehensive testing
- @infrastructure-implementation-agent - Build systems with testing setup
- @testing-implementation-agent - Test suites that actually test things
- @polish-implementation-agent - Performance optimization with preserved tests
Quality & Validation
- @quality-agent - Code review and standards checking
- @devops-agent
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