acc-create-psr6-cache

Installation
SKILL.md

PSR-6 Cache Generator

Overview

Generates PSR-6 compliant cache implementations following Psr\Cache\CacheItemPoolInterface and Psr\Cache\CacheItemInterface.

When to Use

  • Complex caching with cache items as objects
  • Need for deferred/batched saves
  • Building cache frameworks
  • Need for cache item metadata

Generated Components

Component Description Location
CacheItemPool Pool implementation src/Infrastructure/Cache/
CacheItem Item implementation src/Infrastructure/Cache/
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026