Files
gh-ccplugins-awesome-claude…/.claude-plugin/plugin.json
2025-11-29 18:06:40 +08:00

11 lines
461 B
JSON

{
"name": "openapi-expert",
"description": "Use this agent to update, synchronize, or validate the OpenAPI specification (openapi.yml) against the actual REST API implementation. This includes adding new endpoints, updating request/response schemas, fixing discrepancies between the spec and code, or ensuring complete API documentation coverage.",
"version": "1.0.0",
"author": {
"name": "Meiring de Wet"
},
"commands": [
"./commands"
]
}