plugins marketplace
← All plugins

database-cache-layer

v1.29.0

Database plugin for database-cache-layer

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-cache-layer/ inside the repository.

Layout

plugins/database/database-cache-layer/
├── .claude-plugin/plugin.json
└── skills/implementing-database-caching/SKILL.md

Skills1

implementing-database-cachingskills/implementing-database-caching/SKILL.md

Process use when you need to implement multi-tier caching to improve database performance. This skill sets up Redis, in-memory caching, and CDN layers to reduce database load. Trigger with phrases like "implement database caching", "add Redis cache layer", "improve query performance with caching", or "reduce database load".

Manifests1

plugins/database/database-cache-layer/.claude-plugin/plugin.json
{
  "name": "database-cache-layer",
  "version": "1.29.0",
  "description": "Database plugin for database-cache-layer",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "database",
    "backend",
    "cache",
    "agent-skills"
  ]
}