Agent Skills
› katanemo/plano
› plano-agent-orchestration
plano-agent-orchestration
GitHub用于优化多智能体编排,涵盖注册、监听器配置及路由准确性。通过校验配置一致性、重写能力导向描述及提供测试提示词,确保智能体路由精准可靠。
Trigger Scenarios
修复多智能体路由问题
验证智能体与监听器配置一致性
优化智能体描述以提高路由精度
Install
npx skills add katanemo/plano --skill plano-agent-orchestration -g -y
SKILL.md
Frontmatter
{
"name": "plano-agent-orchestration",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Improve multi-agent orchestration in Plano. Use for agent registration, agent listener wiring, and capability-focused agent descriptions for accurate routing."
}
Plano Agent Orchestration
Use this skill for agent listener quality, sub-agent registration, and route accuracy.
When To Use
- "Fix multi-agent routing"
- "Validate agents vs listeners.agents config"
- "Improve agent descriptions"
- "Set up a reliable orchestrator"
Apply These Rules
agent-orchestrationagent-descriptions
Execution Checklist
- Verify each agent exists in both
agentsandlisteners[].agents. - Ensure one fallback/default agent where appropriate.
- Rewrite descriptions to be capability-focused and non-overlapping.
- Keep descriptions specific, concise, and example-driven.
- Provide test prompts to validate routing outcomes.
Version History
- 0.4.26 Current 2026-07-06 00:27


