What problem does it solve? Building a CLI wrapper for an API by hand requires hours of spec reading, scaffolding, auth handling, and testing. This Skill automates the full pipeline from API specification to a working, tested Go command-line tool. ## Core Features & Use Cases - Spec-to-CLI generation: Wraps or generates a Go CLI from OpenAPI, HAR captures, Postman collections, or live browser-sniffed traffic via a research -> generate -> build -> shipcheck loop. - Discovery gates: Resolves spec sources, reuses prior research, checks local and public CLI libraries for duplicates, and offers browser-sniffing to discover undocumented endpoints. - Quality enforcement: Runs shipcheck, live dogfood testing against real API targets, code review, and secret-leak protection before promoting the CLI to the library. - Use Case: Ask to build a CLI for an API like Linear or Notion, and the Skill researches the API, generates the Go project, builds it, runs live smoke tests, and archives research briefs and proofs. ## Quick Start Ask the agent to build a CLI for a named API or from an OpenAPI spec file, for example by saying build a CLI for the Linear API using printing-press.