api-design

Installation
SKILL.md

API Design Patterns

Overview

Consistent REST API conventions for Go/Fiber and Python/FastAPI backends. Covers URL structure, response envelopes, error handling, and middleware.

Core principle: APIs should be predictable. Same patterns everywhere, every time.

When to Use

  • Designing new endpoints
  • Reviewing API consistency across services
  • Setting up middleware ordering
  • Establishing error response formats

URL Conventions

Installs
4
GitHub Stars
3
First Seen
Jun 23, 2026
api-design — vndee/engineering-skills