generate-sdk
Installation
SKILL.md
/generate-sdk
Overview
Orchestrate the end-to-end workflow for generating an SDK for a target language. This skill does not implement anything itself — it determines the right scenario, sequences the correct skills, and tracks progress across steps.
Inputs
- language — target language (e.g.,
ruby,python,node,go) - scenario —
A(backwards-compatible with existing SDK) orB(fresh, no existing SDK) - project — path to the emitter project
- spec — path to the OpenAPI spec
- sdk_path — path to the live SDK (Scenario A only)