design-rest-api

Design RESTful API architecture

Content Preview
# Design REST API

Design RESTful API architecture

## Instructions

1. **API Design Strategy and Planning**
   - Analyze business requirements and define API scope
   - Identify resources, entities, and their relationships
   - Plan API versioning strategy and backward compatibility
   - Define authentication and authorization requirements
   - Plan for scalability, rate limiting, and performance

2. **RESTful Resource Design**
   - Design RESTful endpoints following REST principles:

   **Expr
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/design-rest-api.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/setup/design-rest-api.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/setup/design-rest-api.md

Related Skills