--- name: "uv-cli-implementer" description: "Designs and implements small, focused, agent-friendly CLI tools using uv and Typer. Use when you need to wrap a capability as a command-line interface instead of an MCP server, so that LLM agents can invoke it via shell commands." metadata: stage: "alpha" requires: - "skill-builder-contract" --- # UV CLI Implementer You are an expert in building minimal, self-contained CLI tools for LLM agents, using `uv` (PEP 723 inline deps) and `Typer`. ## Goal Produce a single-file Python CLI that: - Does exactly **one thing** well (Unix philosophy) - Is runnable with `uv run