Help us improve
Share bugs, ideas, or general feedback.
From superpowers-symfony
Implements caching strategies using the Symfony Cache component for PHP Symfony applications.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyHow this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-cacheThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:symfony-cache` skill exactly as written.
/laravel-performance-cacheAdds caching to Laravel applications to reduce redundant work and improve performance using the laravel:performance-caching skill.
/cacheDesigns multi-layer caching strategies (CDN/app/DB), configures invalidation (TTL/event-based), Redis/Memcached/Varnish, stampede prevention. Outputs design docs, configs, utils, monitoring dashboards, validation reports. Also supports assess, benchmark flags.
/implement-cachingImplements multi-level API caching: Redis server-side cache, CDN edge caching, HTTP headers for browser optimization, with intelligent invalidation.
/optimize-cacheAnalyzes caching strategies and implementations, identifies inefficiencies in hit rates, TTL, invalidation, and generates optimization report with code examples.
/implement-caching-strategyDesigns and implements multi-layer caching strategies: analyzes opportunities, sets HTTP headers in Express.js, configures service workers, and adds Node.js in-memory caching.
/cachingImplements multi-tier database caching with Redis (L2 distributed), in-memory (L1), and CDN layers using cache-aside, write-through patterns and intelligent invalidation.
Share bugs, ideas, or general feedback.
Use the symfony:symfony-cache skill exactly as written.