Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:41 +08:00
commit 735ee8165d
17 changed files with 1350 additions and 0 deletions

20
commands/discover-api.md Normal file
View 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