api-specifications
Installation
SKILL.md
API Specifications Skill
This skill provides guidance for designing, implementing, and documenting REST APIs in the Splits Network platform.
Purpose
Help developers create consistent, well-documented REST APIs that follow Splits Network standards:
- V2 Architecture: Standardized 5-route CRUD pattern
- Response Format: Consistent
{ data, pagination }envelope - Access Control: Role-based filtering via shared access context
- Event Publishing: Domain events for state changes
- Documentation: Clear endpoint specs and examples
When to Use This Skill
Use this skill when: