standards-api

Installation
SKILL.md

API Standards

Apply these standards when creating or modifying API endpoints, route handlers, and controllers.

When to use this skill

  • When creating or modifying API endpoint files (routes.py, api.js, controllers/, endpoints/, etc.)
  • When implementing REST API route handlers and controllers
  • When designing resource-based URL structures and HTTP method routing
  • When working with API versioning strategies in URL paths or headers
  • When implementing query parameters for filtering, sorting, pagination, or search
  • When configuring HTTP status codes for API responses
  • When setting up rate limiting headers or API middleware
  • When writing API documentation or OpenAPI/Swagger specifications
  • When refactoring existing API endpoints for consistency or REST compliance

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend API.

RESTful Design Principles

Related skills

More from maxritter/claude-codepro

Installs
5
GitHub Stars
1.6K
First Seen
Jan 28, 2026