Agent Skills
› katanemo/plano
› build-cli
build-cli
GitHub用于构建并安装Python CLI工具planoai。执行依赖同步、本地编辑模式安装及验证,并在失败时诊断修复问题,适用于cli代码变更后的本地部署场景。
Trigger Scenarios
修改了 cli/ 目录下的代码后需要本地安装
需要重新构建并验证 Python CLI 工具的安装状态
Install
npx skills add katanemo/plano --skill build-cli -g -y
SKILL.md
Frontmatter
{
"name": "build-cli",
"description": "Build and install the Python CLI (planoai). Use after making changes to cli\/ code to install locally."
}
cd cli && uv sync— ensure dependencies are installedcd cli && uv tool install --editable .— install the CLI locally- Verify the installation:
cd cli && uv run planoai --help
If the build or install fails, diagnose and fix the issues.
Version History
- 0.4.26 Current 2026-07-06 00:26


