
Stitch Sdk Pipeline
Run the full nine-stage Stitch SDK generation pipeline — schema capture, TypeScript codegen, unit/E2E tests, lock validation, and skill audit — to regenerate and publish the SDK.
Install
npx skills add https://github.com/google-labs-code/stitch-sdk --skill stitch-sdk-pipelineWhat is this skill?
- Nine deterministic stages from schema capture to skill audit
- TypeScript generation via ts-morph from IR
- Unit tests (vitest), script tests (bun:test), and live E2E tests
- Lock validation verifies hash integrity
- Only Stage 2 (domain design) requires agent intelligence
Adoption & trust: 124 installs on skills.sh.
Who is it for?
SDK maintainers who need to regenerate the Stitch TypeScript SDK after MCP tool changes
Skip if: Partial updates or individual stage debugging
What do I get? / Deliverables
- generated TypeScript SDK
- test results
- published package
Recommended Skills
Journey fit
SDK pipeline execution is a ship-phase activity: it runs the full build, test, and validation sequence to produce a publishable, tested SDK package from MCP tool schemas. The pipeline is fundamentally a testing and validation workflow — stages 4 through 7 are build, unit, script, and E2E tests, and stage 8 is lock validation — making testing the dominant subphase.