Agent Skills
› katanemo/plano
› build-cli
build-cli
GitHub用于构建和安装Python CLI工具planoai。通过同步依赖、本地安装并验证功能,确保代码变更后CLI可正常运行,支持失败时的诊断与修复。
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


