Agent Skills
› katanemo/plano
› plano-cli-operations
plano-cli-operations
GitHub提供Plano CLI操作最佳实践,涵盖启动故障排查、cli_agent工作流集成及基于模板的项目初始化引导。
Trigger Scenarios
修复 planoai up 失败
使用 cli_agent 进行编码代理路由
通过 init 模板引导项目
Install
npx skills add katanemo/plano --skill plano-cli-operations -g -y
SKILL.md
Frontmatter
{
"name": "plano-cli-operations",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Apply Plano CLI best practices. Use for startup troubleshooting, cli_agent workflows, and template-based project bootstrapping."
}
Plano CLI Operations
Use this skill when the task is primarily operational and CLI-driven.
When To Use
- "Fix
planoai upfailures" - "Use
planoai cli_agentwith coding agents" - "Bootstrap a project with
planoai inittemplates"
Apply These Rules
cli-startupcli-agentcli-init
Execution Checklist
- Follow startup validation order before deep debugging.
- Use
cli_agentto route coding-agent traffic through Plano. - Start from templates for reliable first-time setup.
- Provide a compact runbook with exact CLI commands.
Version History
- 0.4.26 Current 2026-07-06 00:27


