rest-api

Installation
SKILL.md

REST API Design Standards

Naming Conventions

Field Naming

  • Boolean: Require is/has/can prefix
  • Date: Require ~At suffix
  • Use consistent terminology throughout the project (unify on either "create" or "add")

Date Format

  • ISO 8601 UTC
  • Use DateTime type

Pagination

Cursor-Based (Industry Standard)

Installs
2
GitHub Stars
1
First Seen
Mar 1, 2026
rest-api — kubrickcode/workflow-toolkit