Review API design for best practices, consistency, and common issues
/plugin marketplace add melodic-software/claude-code-plugins/plugin install systems-design@melodic-software[spec-file-or-pattern]# API Review Command Review an API design for best practices, consistency, and potential issues. ## Usage ## Arguments - `spec-file-or-pattern` (optional): Path to OpenAPI spec, API file, or glob pattern - If provided: Review the specified file(s) - If omitted: Search for common API spec files (openapi.yaml, swagger.json, etc.) ## Examples ## Workflow 1. **Locate API Definitions** - If spec file provided, read it - Otherwise, search for: `openapi.yaml`, `openapi.json`, `swagger.yaml`, `swagger.json`, `*.graphql`, `*.proto` - Also look for route/endpoint definitions i...