📄 skillActivePromisinghigh

Claude-Code-Multi-Agent

by Prorise-cool

Claude-Code-Multi-Agent驱动的新一代AI编程助手生态系统,基于Claude Code构建的智能代理协调工作空间,实现从需求到交付的全流程自动化开发

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

292

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

82/200

License

Unknown

Forks

71

Last Updated

Jun 11, 2026

Discovered

Apr 22, 2026

Validation

Passed

github.com/Prorise-cool/Claude-Code-Multi-Agent

Quality Breakdown

82/ 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

high

Broad system access required. Carefully review permissions before installing.

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

  • Contains persistent configuration system in .claude/ directory modifying Claude Code behavior and settings
  • Includes Python hook system (.claude/hooks/) that executes code during session lifecycle (session_start, pre_tool_use, post_tool_use, stop events)
  • Implements autonomous agent spawning and orchestration through multi-agent workflow system (ba-orchestrator, multi-agent-workflow.md)
  • Contains local Ollama client integration (.claude/hooks/core/ollama_client.py) for autonomous decision-making without explicit user approval
  • Includes subagent lifecycle management (subagent_stop.py, subagent handling in hooks)
  • Auto-execution of code through hook handlers triggered by user actions and system events