--- name: lint-openapi description: Use this skill when the user wants to lint OpenAPI/Swagger specifications for consistency and standards compliance. --- # lint-openapi Plugin lint-openapi validates OpenAPI specs. ## Usage Examples - "lint an OpenAPI specification file" - "check API docs for broken references" - "validate against OpenAPI 3.1 standards" ## Installation ```bash npm install -g lint-openapi ``` ## Key Features - OpenAPI 2.0/3.0/3.1 validation - Swagger specification linting - Configurable rulesets - Reference consistency checking - JSON/YAML output for CI