Top AI Repos โ open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
๐ง 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.
| Date | Stars |
|---|---|
| 2026-07-24 | 524 |
| 2026-07-25 | 524 |
| 2026-07-28 | 523 |
| 2026-07-30 | 523 |
| 2026-08-06 | 523 |
Today
โ stars today
This week
โ stars this week
This month
โ stars this month
Momentum
0.0
growth rate 0.00%/day
# Claude Code Sub-Agent Collective
[](https://badge.fury.io/js/claude-code-collective)
[](https://opensource.org/licenses/MIT)
<a href="https://trendshift.io/repositories/15208" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15208" alt="vanzan01%2Fclaude-code-sub-agent-collective | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
**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
```bash
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:
1. Write tests first, always (RED โ GREEN โ REFACTOR)
2. Use Context7 to pull real documentation
3. Route work to specialists based on what needs doing
4. 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** - Deployment and CI/CD setup
- **@functional-testing-agent** - Browser testing with Playwright
- **@enhanced-quality-gate** - Comprehensive validation gates
- **@completion-gate** - Task validation and completion checks
### Research & Intelligence (Experimental)
- **@research-agent** - Context7-powered documentation lookup
- **@prd-research-agent** - Intelligent requirement breakdown
- **@task-orchestrator** - Smart task parallelization
### System & Coordination
- **`/van` command** - Entry point that routes to @task-orchestrator
- **@task-orchestrator** - Central routing hub that picks the right specialist
- **@behavioral-transformation-agent** - System behavioral setup
- **@hook-integration-agent** - TDD enforcement automation
- **@van-maintenance-agent** - System maintenance and updates
**Plus 20+ other specialized agents** for specific development tasks.
## Installation options
### Quick install (recommended for trying it out)
```bash
npx claude-code-collective init
```
### Other options if you want to be selective
```bash
# Just core agents for lightweight projects
npx claude-code-collective init --minimal
# Focus on testing framework only
npx claude-code-collective init --testing-only
# Just the behavioral system and hooks
npx claude-code-collective init --hooks-only
# Interactive setup with choices
npx claude-code-collective init --interactive
```
## What actually gets installed
```
your-project/
โโโ CLAUDE.md # Behavioral rules for agents
โโโ .claude/
โ โโโ settings.json # Hook configuration
โ โโโ agents/ # Agent definitions (30+ files)
โ โ โโโ prd-research-agent.md
โ โ โโโ task-orchestrator.md
โ โ โโโ lib/
โ โ โ โโโ research-analyzer.js # Complexity analysis engine
โ โ โโโ ... (lots more agents)
โ โโโ hooks/ # TDD enforcement scripts
โ โโโ test-driven-handoff.sh
โ โโโ collective-metrics.sh
โโโ .claude-collective/
โโโ tests/ Excerpt of 10,242 characters
Read on GitHub150
1
Would you bet a product on this? Bounded 0โ100 and slow moving.
matched fp:1c66da4ffb0e1599, topic:agents, topic:multi-agent, readme:ai agents
matched fp:1c66da4ffb0e1599, topic:yolo
matched fp:1c66da4ffb0e1599, topic:context-engineering, desc:context engineering
matched fp:1c66da4ffb0e1599, topic:playwright