API Design

Installation
SKILL.md

API Design & Integration Skill

Comprehensive guide for designing and implementing robust, scalable APIs in Next.js applications. From RESTful endpoint design to request validation, error handling, authentication, and rate limiting, this skill covers all aspects of production-ready API development.

Build APIs that are intuitive to use, well-documented, and follow industry best practices. Implement proper HTTP semantics, consistent error responses, and type-safe request/response handling.

Core Workflows

Workflow 1: RESTful Route Handlers

Purpose: Create well-organized API routes following REST conventions

Steps:

  1. Plan resource-based URL structure
  2. Create route handlers for each HTTP method
  3. Implement request validation
  4. Add proper error handling
  5. Return consistent response format
Installs
GitHub Stars
7
First Seen
API Design — jmsktm/claude-settings