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)
  • scenarioA (backwards-compatible with existing SDK) or B (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)

Reference Docs

  • Workflows — Phase 1 setup vs. Phase 2 ongoing spec updates
  • Pipeline — three-stage parse/emit/write flow
Installs
1
Repository
workos/oagen
GitHub Stars
52
First Seen
Jun 23, 2026
generate-sdk — workos/oagen