AI AGENT ADDONS

Openapi To Typescript

softaworks/agent-toolkit
Backend & APIs
3,787installs

Turn OpenAPI specs into TypeScript code. This skill reads an OpenAPI 3.0 file in JSON or YAML format. It creates TypeScript interfaces and type guards for you.

Developers who use APIs can save time and avoid manual typing. Just give it the OpenAPI file path. The skill extracts schemas and endpoints. Then it writes clean TypeScript code with JSDoc comments.

You get type safety for API requests and responses. No more guessing what fields exist. No more bugs from wrong types. Just run this skill and get working code.

Add Openapi To Typescript skill to your workflow

Global

mkdir -p ~/.claude/skills/openapi-to-typescript

Project

mkdir -p .claude/skills/openapi-to-typescript

Source Repository

Stars
2,108
Forks
199
Watchers
2,108
License
MIT
Last Push
4 months ago
Created
6 months ago