Automatically discover API design skills when working with REST APIs, GraphQL schemas, API authentication, OAuth, JWT, rate limiting, API versioning, error handling, or endpoint design. Activates for backend API development tasks.
Automatically provides comprehensive API design, authentication, and implementation skills when working with REST APIs, GraphQL schemas, OAuth, JWT, rate limiting, or API versioning. Activates for backend API development tasks.
/plugin marketplace add rand/cc-polymath/plugin install cc-polymath@cc-polymath-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Provides automatic access to comprehensive API design, authentication, and implementation skills.
This skill auto-activates when you're working with:
The API category contains 7 specialized skills:
For complete descriptions and workflows:
cat ~/.claude/skills/api/INDEX.md
This loads the full API category index with:
Load individual skills as needed:
# Core API design
cat ~/.claude/skills/api/rest-api-design.md
cat ~/.claude/skills/api/graphql-schema-design.md
# Security and access control
cat ~/.claude/skills/api/api-authentication.md
cat ~/.claude/skills/api/api-authorization.md
# Production hardening
cat ~/.claude/skills/api/api-rate-limiting.md
cat ~/.claude/skills/api/api-error-handling.md
cat ~/.claude/skills/api/api-versioning.md
Sequence: REST design → Authentication → Authorization
cat ~/.claude/skills/api/rest-api-design.md # Resource modeling, HTTP methods
cat ~/.claude/skills/api/api-authentication.md # User authentication
cat ~/.claude/skills/api/api-authorization.md # Access control
Sequence: GraphQL schema → Authentication → Authorization
cat ~/.claude/skills/api/graphql-schema-design.md # Schema design, resolvers
cat ~/.claude/skills/api/api-authentication.md # User authentication
cat ~/.claude/skills/api/api-authorization.md # Field-level permissions
Sequence: Rate limiting → Error handling → Versioning
cat ~/.claude/skills/api/api-rate-limiting.md # Prevent abuse
cat ~/.claude/skills/api/api-error-handling.md # Standardized errors
cat ~/.claude/skills/api/api-versioning.md # Manage evolution
Full implementation from scratch:
# 1. Design phase
cat ~/.claude/skills/api/rest-api-design.md
# 2. Security phase
cat ~/.claude/skills/api/api-authentication.md
cat ~/.claude/skills/api/api-authorization.md
cat ~/.claude/skills/api/api-rate-limiting.md
# 3. Production readiness
cat ~/.claude/skills/api/api-error-handling.md
cat ~/.claude/skills/api/api-versioning.md
Choose REST API skills when:
Choose GraphQL skills when:
Authentication vs Authorization:
Production considerations:
API skills commonly combine with:
Database skills (discover-database):
Testing skills (discover-testing):
Frontend skills (discover-frontend):
Infrastructure skills (discover-infra, discover-cloud):
cat ~/.claude/skills/api/INDEX.md for full category overviewThis gateway skill (~200 lines, ~2K tokens) enables progressive loading:
Total context: 2K + 3K + skill(s) = 5-10K tokens vs 25K+ for entire index.
"Design a REST API for a blog":
cat ~/.claude/skills/api/rest-api-design.md
"Add OAuth authentication to my API":
cat ~/.claude/skills/api/api-authentication.md
"Implement role-based access control":
cat ~/.claude/skills/api/api-authorization.md
"Prevent API abuse":
cat ~/.claude/skills/api/api-rate-limiting.md
"Design an API versioning strategy":
cat ~/.claude/skills/api/api-versioning.md
Next Steps: Run cat ~/.claude/skills/api/INDEX.md to see full category details, or load specific skills using the bash commands above.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.