·rest-api-design
</>

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.

10Installs·0Trend·@curiositech

Installation

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

How to Install rest-api-design

Quickly install rest-api-design AI skill to your development environment via command line

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

Source: curiositech/some_claude_skills.

SKILL.md

View raw

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: curiositech/some_claude_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiositech/some_claude_skills --skill rest-api-design
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from curiositech/some_claude_skills

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: curiositech/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/curiositech/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, Cursor, or OpenClaw

Where is the source repository?

https://github.com/curiositech/some_claude_skills