Openapi types
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill openapi-typesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate TypeScript types and client SDKs from OpenAPI specs
SKILL.md
0.9 KB, as published. Nobody here has run it
OpenAPI Type Generator
I'll generate TypeScript types, client SDKs, and Zod schemas from OpenAPI 3.0 specifications.
Arguments: $ARGUMENTS - path to OpenAPI spec file
Features:
- TypeScript types from OpenAPI schemas
- Type-safe fetch/axios client SDK
- Zod schemas for runtime validation
- React hooks for data fetching
- Integration with
/api-docs-generate
Token Optimization
Expected range: 2,000–3,000 tokens (initial), 100 tokens (types current)
Caching: No persistent caching — validates types against current spec on each run.
Early exit: Returns immediately if generated types are already in sync with the OpenAPI spec.
Patterns used: Grep-before-Read, early exit, Bash for system queries