📄 skillActiveCuratedcritical

vanzan01/claude-code-sub-agent-collective

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.

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

524

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

170/200

License

MIT

Forks

60

Last Updated

Jun 11, 2026

Discovered

Apr 13, 2026

Validation

Passed

github.com/vanzan01/claude-code-sub-agent-collective

Quality Breakdown

170/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

critical

Manual security review required. Use with extreme caution.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent spawning system: Repository implements AgentSpawner, AgentLifecycleManager, and dynamic agent creation framework enabling autonomous sub-agent orchestration
  • Install scripts with bootstrap automation: bin/install-collective.js and bin/claude-code-collective.js provide automated installation and initialization without explicit user approval gates per agent spawn
  • Persistent configuration modification: .claude-collective directory structure with CLAUDE.md, agents.md, hooks.md templates enable persistent agent configuration and behavioral modification
  • Autonomous operation without approval: AgentSpawnCommand and command-system architecture allow chained agent execution with command history but unclear human approval gates between agent spawns
  • External code execution via templates: Templates directory contains 30+ agent markdown definitions that spawn specialized sub-agents for arbitrary tasks (devops-agent, infrastructure-implementation-agent, etc.)
  • Bash/Shell execution capability: scripts/test-automated.sh, scripts/cleanup-tests.sh in bin directory enable shell command execution during installation and operation