Agent Skills
› katanemo/plano
› plano-advanced-patterns
plano-advanced-patterns
GitHub指导在基础稳定后设计高级Plano架构,涵盖多监听器系统、提示词目标模式优化及分层编排。用于处理复杂的路由、函数调用行为及确保接口清晰与数据一致性。
Trigger Scenarios
设计多监听器Plano架构
提高提示词目标模式的精确度
组合模型、提示词和智能体监听器
优化高级路由或函数调用行为
Install
npx skills add katanemo/plano --skill plano-advanced-patterns -g -y
SKILL.md
Frontmatter
{
"name": "plano-advanced-patterns",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Design advanced Plano architectures. Use for multi-listener systems, prompt target schema quality, and layered orchestration patterns."
}
Plano Advanced Patterns
Use this skill for higher-order architecture decisions once fundamentals are stable.
When To Use
- "Design a multi-listener Plano architecture"
- "Improve prompt target schema precision"
- "Combine model, prompt, and agent listeners"
- "Refine advanced routing/function-calling behavior"
Apply These Rules
advanced-multi-listeneradvanced-prompt-targets
Execution Checklist
- Use multiple listeners only when interfaces are truly distinct.
- Keep provider/routing definitions shared and consistent.
- Define prompt target parameters with strict, explicit schemas.
- Minimize ambiguity that causes malformed tool calls.
- Provide migration-safe recommendations and test scenarios.
Version History
- 0.4.26 Current 2026-07-06 00:27


