Review the current code or API against API design principles — identifies violations and suggests improvements
npx claudepluginhub oborchers/fractional-cto --plugin api-design-principlesReview the code or API currently being worked on against the api-design-principles skills. Follow this process: 1. Identify which API design areas are relevant to the current context (routes, errors, auth, pagination, etc.) 2. For each relevant area, invoke the corresponding api-design-principles skill 3. Evaluate the current code against each skill's review checklist 4. Report findings organized by principle, using this format for each: **[Principle Name]** - Violations found (with specific file/line references) - What to fix and how - Items that already comply 5. Provide a summary wit...
/api-reviewEvaluates public API surfaces (REST/GraphQL endpoints, library exports, SDK functions, CLI commands, config interfaces) against guidelines and exemplars, producing inventory, consistency issues, documentation gaps, comparisons, and action items.
/api-reviewAnalyzes API design patterns, RESTful practices, consistency, and documentation in the project or specified scope, creating a prioritized improvement plan saved as markdown report.
/api-reviewReview API design across 7 weighted categories — REST conventions, HTTP status codes, schemas, contracts, versioning, pagination, and idempotency.
Review the code or API currently being worked on against the api-design-principles skills.
Follow this process:
[Principle Name]
Focus on actionable, specific feedback. Reference the exact principle being violated.