From jeremylongshore-claude-code-plugins-plus-skills
Guides API caching strategy configuration with step-by-step patterns and production-ready code for REST, GraphQL, and OpenAPI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:api-caching-strategyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for api caching strategy tasks within the API Development domain.
This skill provides automated assistance for api caching strategy tasks within the API Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with api caching strategy" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Development skill category. Tags: api, rest, graphql, openapi, swagger
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningConfigures API response caching operations for API integration tasks. Useful when working with external APIs, webhooks, and SDKs.
Implements API response caching with Redis, Memcached, cache-aside patterns, TTL, tag-based invalidation, HTTP headers, and stale-while-revalidate for performance optimization.
Implements HTTP caching strategies including Cache-Control directives, ETags, conditional requests, CDN caching for APIs, response compression (gzip/Brotli), HTTP/2, and circuit breakers.