·rest-api-design
</>

rest-api-design

erichowens/some_claude_skills

Design REST API endpoints with Zod validation and OpenAPI documentation. Use when creating new API routes, validating request/response schemas, or updating API documentation. Activates for endpoint design, schema validation, error handling, and API docs.

19Installs·0Trend·@erichowens

Installation

$npx skills add https://github.com/erichowens/some_claude_skills --skill rest-api-design

SKILL.md

This skill helps you design and implement REST API endpoints following project patterns with Zod validation and OpenAPI documentation.

| 200 | Successful GET, PUT, PATCH | | 201 | Successful POST (created) | | 204 | Successful DELETE (no content) | | 400 | Invalid request/validation error | | 401 | Not authenticated | | 403 | Not authorized (authenticated but forbidden) | | 404 | Resource not found | | 409 | Conflict (duplicate, etc.) | | 429 | Rate limit exceeded | | 500 | Server error |

Design REST API endpoints with Zod validation and OpenAPI documentation. Use when creating new API routes, validating request/response schemas, or updating API documentation. Activates for endpoint design, schema validation, error handling, and API docs. Source: erichowens/some_claude_skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/erichowens/some_claude_skills --skill rest-api-design
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rest-api-design?

Design REST API endpoints with Zod validation and OpenAPI documentation. Use when creating new API routes, validating request/response schemas, or updating API documentation. Activates for endpoint design, schema validation, error handling, and API docs. Source: erichowens/some_claude_skills.

How do I install rest-api-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/erichowens/some_claude_skills --skill rest-api-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/erichowens/some_claude_skills