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);
Installs
5
GitHub Stars
79
First Seen
Mar 17, 2026
create-psr16-simple-cache — dykyi-roman/awesome-claude-code