--- description: Load API design skills (REST, GraphQL, auth, rate limiting) --- # Discover API Skills Load the API design gateway skill: ```bash cat ~/.claude/plugins/cc-polymath/skills/discover-api/SKILL.md ``` This activates skills for: - REST API design and HTTP semantics - GraphQL schema design and optimization - API authentication (JWT, OAuth 2.0, API keys) - API authorization (RBAC, ABAC, policy engines) - Rate limiting and throttling - API versioning and deprecation - Error handling and validation