managing-api-cache

|

Content Preview
---
name: managing-api-cache
description: |
  Implement intelligent API response caching with Redis, Memcached, and CDN integration.
  Use when optimizing API performance with caching.
  Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:cache-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Managing API Cac
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/managing-api-cache.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-cache-manager/skills/managing-api-cache/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-cache-manager/skills/managing-api-cache/SKILL.md

Related Skills

Managing Database Sharding
This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implemen
skill-adaptermanaging database sharding

by jeremylongshore · plugins-plus-skills

Managing Container Registries
This skill enables Claude to manage container registries, including ECR, GCR, and Harbor. It should be used when the user needs to create, configure, or manage container image registries. It helps generate production-ready configurations, implement best practices, and ensure a security-first approac
skill-adaptermanaging container registries

by jeremylongshore · plugins-plus-skills

Managing Database Migrations
This skill enables Claude to manage database schema changes through version-controlled migrations. It is activated when the user requests to create, apply, or rollback database migrations. The skill supports generating timestamped migration files with both up and down migrations for PostgreSQL, MySQ
skill-adaptermanaging database migrations

by jeremylongshore · plugins-plus-skills

Managing Database Partitions
This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create dat
skill-adaptermanaging database partitions

by jeremylongshore · plugins-plus-skills