Initial commit
This commit is contained in:
20
commands/discover-api.md
Normal file
20
commands/discover-api.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user