Agent Skills
› katanemo/plano
› build-cli
build-cli
GitHub用于构建和安装Python CLI工具planoai。通过uv同步依赖并本地编辑安装,验证成功后确保代码变更生效。若安装失败则进行诊断修复。
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


