Agent Skills
› katanemo/plano
› build-cli
build-cli
GitHub用于构建和安装Python CLI工具planoai。在修改cli代码后,执行依赖同步、本地编辑安装及验证步骤;若失败则进行诊断修复。
Trigger Scenarios
需要安装或更新本地Python 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


