PHP skills

795 tagged PHP, measured the same way as everything else here.

Browse within: laravel 46wordpress 16cqrs 15livewire 14api-platform 13code-quality 12context 11nette 11symfony 11vibe-coding 11vibecoding 11crm 10ai-skills 9filament 9

jtylek/EpesiCRM

Skill Claude CodeCodex

Scan an old/never-migrated Epesi module for PHP 8.x compatibility issues and reintroduced deliberately-removed dependencies (Quick Jump, Theme installation, etc.), then fix them.

40 9d ago A 44 tokens

brianirish/laravel-mcp-companion

MCP server Claude CodeCodexCursor +2

MCP server "laravel-mcp-companion" as configured in brianirish/laravel-mcp-companion. Runs in Docker (ghcr.io/brianirish/laravel-mcp-companion:v0.13.0).

37 2d ago A tokens not measured original MIT

SaadRahman01/claude-moodle-dev

Cursor rule Cursor

Use when upgrading a Moodle plugin across versions, fixing deprecated API usage, or migrating to Moodle 4.x/5.x (incl. 5.1/5.2) conventions — printerror, addtolog, formslib changes, externalapi namespace, Hooks API, /public doc-root, Routing Engine, PSR-4 migration, PHP 8.1–8.4 upgrades, and required upgrade.txt notes.

34 2mo ago A 0 tokens original MIT

php-code-review

100

JetBrains/phpstorm-claude-marketplace

Skill Claude CodeCodex ✓ vendor

Review PHP code using PhpStorm inspections. Use when editing PHP files, reviewing code quality, fixing PHP issues, or when asked about PHP best practices.

33 1mo ago A 34 tokens original MIT

php-project-guide

101

JetBrains/phpstorm-claude-marketplace

Skill Claude CodeCodex ✓ vendor

Foundational PHP project knowledge for AI agents. Use when working on a PHP project, setting up a PHP development environment, understanding PHP project structure, following PHP coding standards, running PHP tests, using Composer, or when guidance on PHP-specific tools and workflows in PhpStorm is needed.

33 1mo ago A 60 tokens original MIT

upgrade-php

102

JetBrains/phpstorm-claude-marketplace

Skill Claude CodeCodex ✓ vendor

PHP Upgrade Assistant. Use when upgrading PHP version, fixing deprecations for a target PHP version, or scanning for PHP compatibility issues.

33 1mo ago A 31 tokens original MIT

ai-mate AGENTS.md

103

symfony/ai-mate

Instructions file CodexOpenCode ✓ vendor

Instructions for symfony/ai-mate, covering agents.md, component overview, architecture, core classes and attributes.

32 3d ago B 2,008 tokens original MIT

php-environment-check

104

symfony/ai-mate

Skill Claude CodeCodex ✓ vendor

Check the PHP runtime with server-info, its version, OS, and loaded extensions. Reach for it when a Mate tool itself fails or a capability is missing and you suspect the environment, a missing extension or an old PHP, rather than the app or its config. Not for diagnosing app behavior (profiler, log investigation) or…

32 3d ago A 82 tokens copy · 100% MIT

system-information

105

symfony/ai-mate

Skill Claude CodeCodex ✓ vendor

Resolve which dependency versions are actually installed, from composer show and composer.lock, when diagnosing version-specific behavior such as a method, argument or class that does not exist in the release that is really running. For the PHP runtime itself (version, OS, loaded extensions) use the…

32 3d ago A 65 tokens copy · 98% MIT

laravel12

106

fanqingxuan/awesome-skills

Skill Claude CodeCodex

Laravel 12 framework development assistant. Use when the user needs to: (1) Create Laravel controllers, (2) Create Laravel models, (3) Create Laravel commands, (4) Create middleware, (5) Create facades, (6) Implement services, (7) Configure routes, (8) Use dependency injection, (9) Handle validation, (10) Work with…

27 4mo ago A 148 tokens original MIT

electrik-slate

109

electrikhq/slate

Skill Claude CodeCodexCursor

Build Laravel Blade UI with Electrik Slate 3.x and optional slate-blocks. Use when writing x-slate or x-slate-block components, Livewire forms, tokens, toasts, blocks, or when the user mentions Slate, electrik/slate, electrik/slate-blocks, or slate.electrik.dev.

25 6d ago A 72 tokens original MIT

xdebug

110

kpanuragh/xdebug-mcp

MCP server Claude CodeCodexCursor +2

MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection. Runs locally from the xdebug-mcp npm package.

25 28d ago A tokens not measured original MIT

VilnaCRM-Org/php-service-template

Instructions file CodexOpenCode

Instructions for VilnaCRM-Org/php-service-template, covering repository guidelines, mandatory workflow for ai agents, working rules, verification baseline and skill inventory.

24 2mo ago A 513 tokens original CC0-1.0

geoff-maddock/events-tracker

Instructions file

Claude Code instructions for geoff-maddock/events-tracker, covering claude.md, project, common commands, static analysis (larastan, level 3) and phpunit directly.

24 yesterday A 1,137 tokens original MIT

bd-attribute

114

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Add a new declarative attribute to the better-data library (e.g. #[ArrayOf], #[Default], domain hint). Attributes live in src/Attribute/ as final readonly classes with constructor-promoted public properties — pure data carriers, never business logic. The failure mode that catches every contributor is "partial wiring"…

22 4d ago A 193 tokens original MIT

gemvc

115

gemvc/gemvc

Skill Claude CodeCodexCursor

Orients agents on GEMVC under a mandatory source-ingestion protocol: examine vendor/gemvc and src/ before any architecture advice or code; no Laravel/ Symfony assumptions; PHPStan level 9. Covers server-agnostic PHP microservices (Apache/Nginx/FrankenPHP/OpenSwoole), 4 layers, automatic routing, JWT, Table/ViewTable…

22 8d ago A 146 tokens original MIT

cursorrules

116

gemvc/gemvc

Cursor rule Cursor

Root AI front door (this file). Depth: docs/AGENTS.md · Claude: docs/CLAUDE.md · Antigravity: docs/GEMINI.md · map: llms.txt Read first: docs/ai/INDEX.md → docs/ai/CANONICAL.md → docs/ai/COREREFERENCE.md Packages: docs/guides/ecosystem.md — GEMVC is a multi-package ecosystem (vendor/gemvc/). Core: gemvc/helper…

22 8d ago A 1,588 tokens original MIT

laravel-package

117

RedberryProducts/synapse

Skill Claude CodeCodex

Best practices for developing the Synapse Laravel package (and Laravel packages in general) — service provider register/boot split, publishing config/migrations/assets, package discovery, Testbench + Pest testing, config-cache safety, and Synapse's own conventions. Use when adding or modifying package plumbing…

22 5d ago A 80 tokens original MIT

test-writer

118

magendooro/n98-magerun2-performance-review

Agent Claude Code

Write PHPUnit tests for Performance Review analyzers. MUST BE USED when user says "create tests", "write tests", "add test coverage", or "need tests" for an analyzer. Use when new analyzers are created or existing ones are modified. Creates comprehensive unit tests covering happy paths, edge cases, and error…

22 9mo ago A 69 tokens original MIT

api-engineer

119

nasrulhazim/claude

Agent

Use this agent to design and build HTTP APIs in Laravel — RESTful resource design, versioning, API Resources and pagination, token/Sanctum authentication and scopes, rate limiting, validation via Form Requests, error-response contracts, and OpenAPI documentation.

21 5d ago A 55 tokens original MIT

upgrade-laravel

120

nasrulhazim/claude

Command

You are a specialized assistant for upgrading Laravel from version 12 to version 13.

21 5d ago A 0 tokens original MIT