Agent Skills
› katanemo/plano
› plano-cli-operations
plano-cli-operations
GitHub提供Plano CLI最佳实践,涵盖启动故障排查、CLI代理工作流集成及基于模板的项目初始化引导。
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


