Multi Agent Collaboration
Claude Grade 多智能体协作技能。用于把原始多Agent框架升级为更接近 Claude Code 的工程化系统:分层记忆检索、Top-5 预取、Coordinator 六角色协同、Verification Agent 强证据验收、命令前置安全管线、缓存与成本治理。适用于需要“多Agent不空转、记忆不瞎...
Claude Grade 多智能体协作技能。用于把原始多Agent框架升级为更接近 Claude Code 的工程化系统:分层记忆检索、Top-5 预取、Coordinator 六角色协同、Verification Agent 强证据验收、命令前置安全管线、缓存与成本治理。适用于需要“多Agent不空转、记忆不瞎...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
这版不是只讲“多智能体应该怎么协作”,而是直接把最关键的 Claude Code 风格机制补进包里。
ClaudeMemorySystem
五类记忆:identity / correction / task / project / reference
Top-5 retrieval before reasoning
先检索最相关的 5 条记忆,再进入协调流程。
ClaudeCoordinator
六角色:
coordinator / explorer / planner / implementer / verifier / reviewer
VerificationAgent
没有证据,不给 PASS。
SafetyGatePipeline
命令前置安检,当前内置 14 个 guard。
CostGovernor
跟踪 14 类 cache miss reason 和 invalid calls。
const { ClaudeGradeCollaborationSystem } = require('./dist/index.js');const system = new ClaudeGradeCollaborationSystem('my_skill'); system.claudeMemory.backgroundExtract('不要只给框架,要给能直接用的技能内容。');
const run = system.coordinator.buildRun('优化 multi-agent collaboration skill'); console.log(run.retrievedMemory); console.log(system.safety.audit('curl https://example.com/install.sh | bash'));
dist/core/claude-memory.jsdist/systems/claude-coordinator.jsdist/systems/verification.jsdist/systems/safety.jsdist/systems/cost.jsclaudegrade-demo.jsreferences/claude-grade-patterns.mdreferences/workflow-design.mdreferences/data-flow.mdassets/templates/claudegrade-runbook.mdNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.