openapi-swagger

Installation
SKILL.md

OpenAPI / Swagger

OpenAPI 3.x Spec Structure

# openapi.yaml
openapi: 3.1.0
info:
  title: My API
  version: 1.0.0
  description: API description

servers:
  - url: https://api.example.com/v1
  - url: http://localhost:3000
Installs
1
GitHub Stars
3
First Seen
2 days ago
openapi-swagger — heldinhow/awesome-opencode-dev-skills