# Build CLI

> Build and install the Python CLI (planoai). Use after making changes to cli/ code to install locally.

- Skill: `katanemo/build-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add katanemo/build-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/katanemo/build-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: katanemo (https://skillmd.com/u/katanemo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/katanemo/build-cli

---


1. `cd cli && uv sync` — ensure dependencies are installed
2. `cd cli && uv tool install --editable .` — install the CLI locally
3. Verify the installation: `cd cli && uv run planoai --help`

If the build or install fails, diagnose and fix the issues.

