by vanzan01
🧠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.
# Add to your Claude Code skills
git clone https://github.com/vanzan01/claude-code-sub-agent-collectiveExperimental 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.
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.
I got tired of:
So I built agents that:
/van command - Entry point that routes to @task-orchestratorPlus 20+ other specialized agents for specific development tasks.
npx claude-code-collective init
# 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
n...