
from agent-skills-standard509
Opinionated REST API design conventions: HTTP verbs, status codes, URL patterns, versioning, pagination, and OpenAPI requirements for reliable, versioned APIs.
Provides a concise set of REST API design standards and anti-patterns for teams building HTTP APIs. It covers correct HTTP verb usage, status codes, URL design, versioning strategies, pagination best practices, OpenAPI contract expectations, and baseline security headers.
Use this skill when designing or reviewing REST endpoints, preparing OpenAPI specs, implementing pagination, choosing versioning approach, or auditing API security and response semantics. Especially useful during PR reviews and API contract drafting.
{}
A well-organized REST API design reference skill covering HTTP verbs, status codes, URL conventions, versioning, pagination, and OpenAPI contracts. No scripts included — purely a documentation/checklist skill. Frontmatter triggers are specific and well-crafted. Anti-patterns section adds practical value.
Clean skill with no security concerns. Pure documentation/reference. Would benefit from a references/ directory with example OpenAPI specs or error response templates as mentioned in SKILL.md.
Common API Design Standards
Opinionated REST API design guidelines: HTTP semantics, status codes, URL design, versioning, pagination, and OpenAPI contract best-practices.
React Native Navigation (v6)
Guidelines and patterns for configuring React Navigation v6: type-safe stacks, tabs, deep linking, auth flows, and anti-patterns for React Native apps.
PHP Best Practices
Opinionated PHP coding standards and architecture guidance (PSR-12, SOLID, naming, structure) to improve code quality, maintainability, and testability.
Laravel Eloquent: Safe & Performant Queries
Opinionated guidelines for writing performant, safe Eloquent queries in Laravel: eager loading, reusable scopes, strict lazy-loading prevention, and memory-safe
Flutter BLoC State Management
Guidelines and verification checklist for implementing predictable, testable BLoC/Cubit state management in Flutter apps, with recommended patterns and anti-pat
Documentation Standards (Intent‑First)
Guidelines and templates for intent‑first code comments, READMEs, ADRs and API docs to produce clear, maintainable technical documentation.