ensi-api-design

Installation
SKILL.md

Ensi API Design Guide

This skill ensures that all API endpoints in Ensi projects follow the official API Design Guide. Apply these standards when designing, implementing, or reviewing REST APIs.

Core Principles

Always follow these priorities:

  1. REST architectural style for all API implementations
  2. JSON format for all data transfer
  3. Consistent naming conventions (kebab-case for URLs, snake_case for fields)
  4. Versioning in URL paths (/v1/, /v2/)
  5. Standard response format with data, errors, and meta fields
  6. Design-first approach with OpenAPI 3.0 specifications

General Rules

URL Structure

Installs
9
GitHub Stars
1
First Seen
Mar 26, 2026
ensi-api-design — ensi-platform/skills