Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

OpenAPI to TypeScript

porsoftaworks·softaworks· v1.0.0 · atualizado em 2026-04-10
78
Score

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.

openapitypescriptapi-developmenttype-generationcode-generationschema-conversion
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdopenapi-to-typescript/workflow
1. Request the OpenAPI file path from the user if not provided.
2. Read and validate the OpenAPI file to ensure it's a valid OpenAPI 3.0.x specification.
3. Extract schemas from the `components/schemas` section of the OpenAPI file.
4. Extract endpoints and their corresponding request/response types from the `paths` section.
5. Generate TypeScript interfaces, type guards, and request/response types based on the extracted information.
6. Ask the user where to save the generated TypeScript file (default to `types/api.ts`).
7. Write the generated TypeScript code to the specified file.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar astripe-best-practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aElysiaJS Development Skill
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar a ←Upgrading Stripe Versions
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Linear CLI
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←FastAPI Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←mcporter
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←Portless
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

OpenAPI to TypeScript
openapi-to-typescript
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
generate typescript types from openapiconvert openapi specification to typescriptcreate typescript interfaces from api definitiongenerate types from api schemaconvert openapi to tscreate api interfaces from openapigenerate typescript types from api speccreate typescript types from openapi spec

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download openapi-to-typescript
$ synaptic skills detail openapi-to-typescript
$ synaptic skills live openapi-to-typescript

Links

GitHub Repository