Cmd Openapi banner
bouroo bouroo

Cmd Openapi

Development community

Description

--- description: "OpenAPI phase (ACT) generate or update docs/openapi.yaml (OpenAPI 3.2) from API code or requirements and validate it against the canonical OAS meta-schema. Use to produce, repair, or sync an API contract." argument-hint: "[resource|tag|endpoint-group] [--validate-only]" --- # OpenAPI Contract Generation & Validation Produce or repair the project's OpenAPI 3.2 contract at `docs/openapi.yaml` (or the repo's existing spec path) and prove it validates against the canonical meta-s

Installation

Installs to ~/.claude/skills/bouroo-agents-cmd-openapi/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bouroo-agents-cmd-openapi && curl -fsSL https://raw.githubusercontent.com/bouroo/agents/HEAD/commands/cmd-openapi.md -o ~/.claude/skills/bouroo-agents-cmd-openapi/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository