api-engineering

Community

Robust API design patterns for REST & GraphQL.

Authorweirdgme
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides practical patterns for API design, including REST best practices, GraphQL schemas, API versioning, and rate limiting to help teams build scalable, maintainable APIs.

Core Features & Use Cases

  • REST API Design: OpenAPI contracts, proper HTTP status codes, and input validation patterns.
  • GraphQL Patterns: Schema design, resolvers, and DataLoader techniques to avoid N+1 queries.
  • API Versioning: URI, header, or query-based versioning with SemVer guidance.
  • Rate Limiting: Token bucket and sliding window approaches to protect APIs.

Quick Start

Start by defining your API contract with OpenAPI or GraphQL, implement a versioning strategy, and add basic rate-limiting middleware.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: api-engineering
Download link: https://github.com/weirdgme/claude-code-infrastructure-showcase/archive/main.zip#api-engineering

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository