create-psr20-clock

Installation
SKILL.md

PSR-20 Clock Generator

Overview

Generates PSR-20 compliant clock implementations for time abstraction.

When to Use

  • Time-dependent business logic
  • Testing time-sensitive code
  • Scheduling and time calculations
  • Reproducible time behavior

Template: Clock Interface

<?php

declare(strict_types=1);
Installs
6
GitHub Stars
96
First Seen
Mar 17, 2026
create-psr20-clock — dykyi-roman/awesome-claude-code