skills/standards-php/SKILL.md
Use when writing or fixing PHP code, implementing classes, traits, or interfaces, applying PSR standards, or working with PHP 8.3+ patterns like readonly properties, enums, named arguments, match expressions, and union types.
npx skillsauth add paulund/skills standards-phpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
void and nullable| 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 |
declare(strict_types=1) in every filevoid and nullablefinal readonly for DTOs and Value Objects@$$var)testing
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
development
TypeScript project conventions. Auto-load when editing *.ts or *.tsx files.
tools
Next.js 15 App Router project conventions. Auto-load when working in app/, src/app/, components/, server actions, or route handlers.
development
Use when building or modifying Laravel applications, including routes, controllers, models, migrations, jobs, actions, and API resources.