Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification.
8.1
Rating
0
Installs
Backend Development
Category
Excellent skill with comprehensive task knowledge and clear structure. The SKILL.md provides detailed type mappings, code generation templates, validation rules, and a complete example that would enable a CLI agent to perform OpenAPI-to-TypeScript conversion. The description clearly identifies when to invoke this skill. Structure is well-organized with logical sections (validation, mapping, generation, examples). Novelty is good—while OpenAPI conversion tools exist, generating both interfaces and type guards with proper handling of $ref, allOf, oneOf, and request/response types requires significant token usage and domain knowledge that this skill encapsulates effectively. Minor deduction: could benefit from slightly more detail on handling edge cases like deeply nested allOf or complex oneOf scenarios, but overall this is a production-ready skill specification.
Loading SKILL.md…

Skill Author