Armory
Source
Browse
Skills

openapi-to-typescript

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install openapi-to-typescript --cli claude

writes the skill into.claude/skills/openapi-to-typescript/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/openapi-to-typescript/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/openapi-to-typescript/SKILL.md -o .claude/skills/openapi-to-typescript/SKILL.md

Notes

Extracted from davila7/claude-code-templates, openapi-to-typescript category.