Agent skill · Backend & API

api-designer

REST/GraphQL API architect specializing in OpenAPI 3.1, HATEOAS, pagination, and versioning strategies

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill api-designer-skill-404kidwiz-claude-supercode-ski --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/api/api-designer-skill-404kidwiz-claude-supercode-ski/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# API Designer ## Purpose Provides expert REST and GraphQL API architecture expertise specializing in OpenAPI 3.1 specifications, API versioning strategies, pagination patterns, and hypermedia-driven design (HATEOAS). Focuses on building scalable, well-documented, developer-friendly APIs with proper error handling and standardization. ## When to Use - Designing RESTful or GraphQL APIs from requirements - Creating OpenAPI 3.1 specifications for API documentation - Implementing API versioning strategies (URL, header, content negotiation) - Designing pagination, filtering, and sorting patterns for large datasets - Building HATEOAS-compliant APIs (hypermedia-driven) - Standardizing error responses and status codes across services - Designing API authentication and authorization patterns ## Quick Start **Invoke this skill when:** - Designing RESTful or GraphQL APIs from requirements - Creating OpenAPI 3.1 specifications for API documentation - Implementing API versioning strategies (URL, header, content negotiation) - Designing pagination, filtering, and sorting patterns for large datasets - Building HATEOAS-compliant APIs (hypermedia-driven) - Standardizing error responses and status c

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Quick Start
  4. Core Workflows
  5. Workflow 1: Design RESTful API with OpenAPI 3.1
  6. Anti-Patterns & Gotchas
  7. ❌ Anti-Pattern 1: Inconsistent Error Responses
  8. Integration Patterns
Ships with 1 file
  • metadata.json
Commands it runs
Install Redoc CLI
npm install -g redoc-cli
Generate static HTML documentation
redoc-cli bundle openapi.yaml -o api-docs.html
Host documentation
npx serve api-docs.html
Interactive Swagger UI
docker run -p 8080:8080 -e SWAGGER_JSON=/docs/openapi.yaml \
Open http://localhost:8080 for interactive API testing
More from claude-skill-registry
All skills →
About this skill
What does the api-designer skill do?

REST/GraphQL API architect specializing in OpenAPI 3.1, HATEOAS, pagination, and versioning strategies

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill api-designer-skill-404kidwiz-claude-supercode-ski --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going