implementing-database-caching
Process use when you need to implement multi-tier caching to improve database performance.
Content Preview
--- name: implementing-database-caching description: | 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". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(redis-cli:*), Bash(docker:redis:*) version: 1.0.0 author: J
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/implementing-database-caching.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/database-cache-layer/skills/implementing-database-caching/SKILL.mdSkill 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-skillsThen reference at plugins/database/database-cache-layer/skills/implementing-database-caching/SKILL.md
Related Skills
Implementing Backup Strategies
This skill implements backup strategies for databases and applications. It generates configuration files and setup code to ensure data protection and disaster recovery. Use this skill when the user requests to "implement backup strategy", "configure backups", "setup data recovery", or needs help wit
skill-adapterimplementing backup strategies
by jeremylongshore · plugins-plus-skills
Implementing Database Audit Logging
This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options fo
skill-adapterimplementing database audit logging
by jeremylongshore · plugins-plus-skills
Implementing Database Caching
This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database
skill-adapterimplementing database caching
by jeremylongshore · plugins-plus-skills
Implementing Real User Monitoring
This skill assists in implementing Real User Monitoring (RUM) to capture and analyze actual user performance data. It helps set up tracking for key metrics like Core Web Vitals, page load times, and custom performance events. Use this skill when the user asks to "setup RUM", "implement real user mon
skill-adapterimplementing real user monitoring
by jeremylongshore · plugins-plus-skills