Agent Skills
› katanemo/plano
› build-cli
build-cli
GitHub用于构建并本地安装Python CLI工具planoai。通过uv同步依赖、以可编辑模式安装及验证运行,并在失败时诊断修复问题。
Trigger Scenarios
修改cli/目录代码后需要本地测试
需要重新安装或更新本地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


