What problem does it solve? Turning an API, web app, or ad-hoc script into a durable, installable CLI that an AI agent can run from any repository is repetitive and error-prone; this Skill standardizes the entire process from source analysis to PATH installation. ## Core Features & Use Cases - Source-to-CLI scaffolding: Converts API docs, OpenAPI specs, curl examples, SDKs, or existing scripts into a structured CLI with discovery, resolve, read, write, and raw escape-hatch commands. - Runtime selection guidance: Chooses between Rust, TypeScript/Node, or Python based on installed toolchains and source material, with recommended crates and libraries for each. - Auth, JSON, and safety conventions: Enforces token precedence (env, config file, flag), stable --json output, doctor diagnostics, and draft/dry-run write paths. - Use Case: Given a set of DevTools curl captures from an internal admin app, generate a admin-cli binary installed in ~/.local/bin with doctor, resource listing, and a companion skill teaching future agents how to use it. ## Quick Start Ask the agent to use the cli-creator skill to build a CLI from your API documentation or curl examples, install it on PATH, and create a companion skill for it.