acc-create-psr16-simple-cache

Installation
SKILL.md

PSR-16 Simple Cache Generator

Overview

Generates PSR-16 compliant simple cache implementations for basic caching needs.

When to Use

  • Simple key-value caching
  • Performance-critical code paths
  • Minimal caching abstraction
  • Quick cache integration

Template: Array Cache

<?php

declare(strict_types=1);
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026