standards-api

Installation
SKILL.md

Core Workflow

  1. Analyze requirements — define resources, operations, and auth requirements.
  2. Design endpoints — plural nouns, hyphens, no verbs, no camelCase in URLs. Decide on versioning if breaking changes are possible.
  3. Implement endpoints — enforce the response shape, error envelope, pagination, field naming, and datetime rules from Constraints below.
  4. Secure — enforce HTTPS, validate and sanitize all inputs, and implement authentication per project requirements.
  5. Document — update the OpenAPI spec before any code is deployed; include request, success, and error examples.
  6. Test — cover success paths, error paths, edge cases, and security scenarios.
  7. Release — run the Pre-Release Checklist.

Constraints

MUST DO

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
standards-api — paulund/ai