con un clic
api-design-patterns
Principles for REST, GraphQL, versioning, and API authentication.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Principles for REST, GraphQL, versioning, and API authentication.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Bootstraps a new project with standard folder structure, git init, basic files, planning doc skeletons, and initial memory.json. Triggers on new project creation keywords. CRITICAL for first-time setup.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Optimization and usage of SVGs, fonts, and static assets.
Patterns for maintaining or migrating Bootstrap 3/4/5 projects.
Caddyfile configuration, auto-HTTPS, and FastCGI.
GitHub Actions, Vercel/Netlify, and automated testing patterns.
| name | api-design-patterns |
| description | Principles for REST, GraphQL, versioning, and API authentication. |
/users, not /getUsers).GET read, POST create, PUT replace, PATCH update, DELETE remove).{
"data": { ... },
"meta": { "pagination": ... }
}
/api/v1/resource is preferred for explicit versioning.Authorization: Bearer <token> (JWT or Opaque).