api-integration-enforcer
Installation
SKILL.md
API v1 Integration Patterns
Purpose
Enforces consistent and correct API integration patterns for Token Dashboard's backend communication. Ensures proper authentication, multi-tenancy headers, error handling, and response parsing.
When to Use This Skill
- Creating new service files in
src/services/ - Modifying existing API integration code
- Debugging API request/response issues
- Implementing new API endpoints
- Adding authentication to requests
- Handling multi-tenant API calls