standards-php

Installation
SKILL.md

Core Workflow

  1. Identify the type — DTO, Value Object, Exception, Service, or general class
  2. Apply the pattern — use the reference guides below for the correct structure
  3. Type everything — parameters, properties, return types including void and nullable
  4. Validate — run static analysis and tests before finishing

Reference Guide

Topic Reference Load When
DTOs references/dto.md Transferring data between layers, API responses, command objects
Value Objects references/value-objects.md Domain primitives, typed wrappers around scalars
Exceptions references/exceptions.md Custom exception classes, error context

Constraints

MUST DO

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
standards-php — paulund/ai