openapi

Installation
SKILL.md

Critical Patterns

Schema Definition (REQUIRED)

components:
  schemas:
    User:
      type: object
      description: Represents a user in the system
      required:
        - id
        - email
      properties:
        id:
          type: string
          format: uuid
          description: Unique identifier
          example: "123e4567-e89b-12d3-a456-426614174000"
Related skills
Installs
5
GitHub Stars
1
First Seen
Jan 26, 2026