Loading...
Loading...
RESTful API design guidelines following the Richardson Maturity Model through to Level 3 (HATEOAS) for Ruby on Rails. This skill should be used when designing, building, reviewing, or refactoring REST APIs to ensure proper resource modeling, HTTP method semantics, hypermedia controls, content negotiation, and API evolvability. Triggers on tasks involving API controllers, serializers, routing, link relations, pagination, error handling, or HTTP caching in Rails.
npx skill4agent add pproenca/dot-skills restful-hateoas| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Resource Modeling | CRITICAL | |
| 2 | HTTP Method Semantics | CRITICAL | |
| 3 | Hypermedia & Link Relations | CRITICAL | |
| 4 | Status Codes & Response Headers | HIGH | |
| 5 | Content Negotiation & Media Types | HIGH | |
| 6 | Collection Patterns | MEDIUM-HIGH | |
| 7 | Error Semantics | MEDIUM | |
| 8 | Caching & Conditional Requests | MEDIUM | |
| 9 | API Evolution | LOW-MEDIUM | |
res-noun-based-urisres-plural-collection-urisres-limit-nesting-depthres-model-business-entitiesres-use-consistent-identifiersres-sub-resources-for-relationshipshttp-get-must-be-safehttp-post-for-creationhttp-put-for-full-replacementhttp-patch-for-partial-updateshttp-delete-is-idempotenthttp-head-for-metadatalink-self-link-every-resourcelink-related-resource-linkslink-action-affordanceslink-standard-relation-typeslink-entry-pointlink-pagination-linkslink-embedded-vs-linkedstatus-201-with-locationstatus-204-for-no-contentstatus-409-for-conflictsstatus-202-for-asyncstatus-allow-header-on-405media-accept-header-negotiationmedia-content-type-in-responsesmedia-vendor-media-typesmedia-406-for-unsupported-typescoll-cursor-paginationcoll-link-header-paginationcoll-filtering-via-query-paramscoll-sorting-conventioncoll-field-selectionerr-problem-detailserr-validation-errorserr-error-linkserr-machine-readable-codescache-etag-conditional-getcache-last-modifiedcache-cache-control-headerscache-vary-headerevolve-additive-changes-onlyevolve-deprecation-headersevolve-hateoas-reduces-versioning| File | Description |
|---|---|
| references/_sections.md | Category definitions and ordering |
| assets/templates/_template.md | Template for new rules |
| metadata.json | Version and reference information |