skills/smithery.ai/api-architecture

api-architecture

SKILL.md

API Architecture Skill

Instructions

  1. Follow REST conventions (resource-centric URLs)
  2. Use proper HTTP methods (GET/POST/PATCH/DELETE)
  3. Apply security pipeline: Rate Limit → Auth → Validate → Authorize → Execute
  4. Return consistent response structures
  5. Use cursor-based pagination

REST URL Patterns

Installs
2
First Seen
Mar 8, 2026
api-architecture from smithery.ai