Agent Skills
› katanemo/plano
› plano-agent-orchestration
plano-agent-orchestration
GitHub用于优化Plano多智能体编排,涵盖智能体注册、监听器配置验证及能力导向的智能体描述编写,确保路由准确性和系统可靠性。
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


