PHP skills

467 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

php-session-auth

73

maludb-ed/htmx-php-builder

Skill Claude CodeCodex

Use when building login, registration, logout, or session handling in vanilla PHP (no framework) with CSRF-protected forms — covers password hashing, secure session config, session fixation, CSRF tokens, brute-force lockout, and user-enumeration defense.

8 27d ago A 56 tokens original MIT

bug-fix

74

pronskiy/php-src-developer

Skill Claude CodeCodex

Locate the root cause in php-src C code and implement the fix so the failing .phpt now passes. Use when the user says "fix the bug", "implement the fix for GH-12345", "/bug-fix", "now write the patch", "find and fix the root cause", or otherwise wants to advance a bug-fix SPEC.md past Reproduction into Analysis & Plan…

8 3mo ago A 113 tokens original MIT

idea-prototype

75

pronskiy/php-src-developer

Skill Claude CodeCodex

Turn a one-line hypothesis about php-src into a measurable prototype that proves or disproves the idea. Use when the user says "I have an idea for php-src", "prototype this idea", "/idea-prototype", "let's see if X would speed up Y", "what if PHP supported …", "explore whether …", or otherwise wants to test…

8 3mo ago A 129 tokens original MIT

elmochilyas/laraskills

Skill Claude CodeCodex

Use this skill when you need to understand how Laravel 13 works under the hood. It covers the Service Container, Dependency Injection, Service Providers, Facades, the Request Lifecycle, and the Contract system. Apply this knowledge to write framework-aware code that is testable, swappable, and maintainable.

8 2mo ago A 0 tokens original MIT

laravel-eloquent

77

elmochilyas/laraskills

Skill Claude CodeCodex

Use this skill when building Laravel 13 applications that require deep Eloquent knowledge: complex relationship mapping, query performance optimization, domain-driven model design, and advanced ORM features. This is the definitive reference for Eloquent beyond simple CRUD.

8 2mo ago A 0 tokens original MIT

majdghithan/agent-skills

Skill Claude CodeCodex

Build and publish custom Filament plugins (Filament is the Laravel admin-panel framework). Use when creating a Filament plugin/package, implementing the Plugin contract, scaffolding from the plugin skeleton, registering assets/resources/pages/render-hooks, making a configurable plugin, testing it, or publishing to…

7 1mo ago A 105 tokens original MIT

laravel-conventions

79

mwguerra/plugins

Skill Claude CodeCodex

Opinionated CORE Laravel 13 + Pest 5 conventions, applied by default on any Laravel project — artisan-first file creation, Eloquent/migration/queue/ scheduler patterns, fail-closed multi-tenancy, parallel-safe tests, and a "verified before done" bar. Composes with (never duplicates) maestro's stack-agnostic…

7 10d ago A 145 tokens

Kocal/symfony-contribution-skills

Skill Claude CodeCodex

PHP coding standards, naming conventions, deprecations and the backward-compatibility promise for contributing code to Symfony (core, bundles, UX, AI). Use when writing or reviewing PHP for a Symfony pull request.

6 1mo ago A 49 tokens original MIT

x3p0-code-style-php

81

x3p0-dev/x3p0-skills

Skill Claude CodeCodex

PHP coding standards and style guide. Use this skill before writing, editing, or reviewing any PHP code — including functions, classes, hooks, filters, snippets, and pattern files. Trigger on any request that will produce PHP output: "add a filter", "write a function", "how do I hook into X", "fix this PHP", "show me…

6 2mo ago A 106 tokens

dare-laravel-api

82

dewtech-technologies/dare-method

Skill Claude CodeCodex

Padrões DARE para APIs REST em Laravel 11 + PHP 8.3 — Strict Types, FormRequests, Services, JsonResources, Eloquent + casts, tratamento global de exceções, testes Feature/Pest, PHPStan/Larastan, Pint.

5 1mo ago A 62 tokens original MIT

php-code-review

84

jeeinn/claude-skills

Skill Claude CodeCodex

Comprehensive PHP code review with security analysis, performance optimization, and PSR-12 compliance checking for PHP7/PHP8 projects.

5 7mo ago A 30 tokens original MIT

laravel-packages

85

anilcancakir/my-claude-code

Skill Claude CodeCodex

Laravel Filament v4 admin panel, Debugbar development, SEOTools, third-party packages. ALWAYS activate when: working with admin panel, Filament resources, forms, tables, SEO meta tags, debugging. Triggers on: Filament form field, admin CRUD, resource table, action button, widget, Debugbar query log, N+1 detected, SEO…

5 7mo ago A 121 tokens original MIT

pest-testing

86

alaminfirdows/agentic-engineering-demo

Skill Claude CodeCodex

Use this skill for Pest PHP testing in Laravel projects only. Trigger whenever any test is being written, edited, fixed, or refactored — including fixing tests that broke after a code change, adding assertions, converting PHPUnit to Pest, adding datasets, and TDD workflows. Always activate when the user asks how to…

5 1mo ago A 187 tokens

ownego/token-slayer

Skill Claude CodeCodex

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…

5 2d ago A 114 tokens

trk/processwire-boost

Skill Claude CodeCodex

Use when building, structuring, or refactoring native backend modules for ProcessWire using PHP 8.4 and strict typing.

5 4d ago A 30 tokens

live-component

89

ineersa/re-search

Skill Claude CodeCodexCursor

Symfony UX LiveComponent for dynamic server-rendered UI. Use when building interactive components that re-render via AJAX, real-time forms, data binding, live validation, or reactive UI without writing JavaScript. Triggers - live component, AsLiveComponent, LiveProp, LiveAction, data-model, real-time form, dynamic UI…

5 5mo ago A 152 tokens original MIT

laravel-cicd

90

iamBrzDev/enterprise-agent-skills

Skill Claude CodeCodex

Designs and implements production-grade CI/CD pipelines for Laravel enterprise applications using GitHub Actions. Use when creating or refactoring GitHub Actions workflows for Laravel or PHP projects, configuring Composer and NPM caching, setting up PHPUnit or Pest test execution, implementing SAST security scanning…

5 5mo ago A 132 tokens original MIT

laravel-upgrade

91

1weiho/laravel-upgrade-skill

Skill Claude CodeCodex

Upgrade Laravel applications one major version at a time (9→10, 10→11, 11→12). Use when user wants to upgrade their Laravel framework version. Auto-detects current version from composer.json, identifies breaking changes, and applies necessary code fixes.

5 7mo ago A 60 tokens original MIT

lean

92

ousid/lean

Skill Claude CodeCodex

Dense answers: cut filler, keep substance. Prose only compression, Laravel/PHP aware. Open REFERENCE.md only when asked how lean decides.

4 1mo ago A 32 tokens original MIT

filament-docs

93

leek/filament-agent-rules

Skill Claude CodeCodex

Use this skill whenever you need Filament implementation guidance, need to locate the right local Filament rule files, need official Filament docs, or are unsure which Filament-specific rule applies. This skill is the router for Filament resources, schemas, tables, actions, widgets, panel providers, CSS, and tests.

4 23d ago A 69 tokens original MIT

wp-php-architecture

94

xonack/wp-php-architecture-claude-skill

Skill Claude CodeCodex

WordPress PHP architecture patterns — repository, service layer, DDD, SOLID, plugin/theme structure, CPT design, and anti-patterns. The definitive reference for professional WordPress PHP development.

3 7mo ago A 45 tokens original MIT

emlog-app-dev

95

emlog/emlog-app-dev-skill

Skill Claude CodeCodex

A development guide for Emlog, a PHP-based blogging and content-management system. It covers building and changing Emlog plugins, themes, templates, and related code.

3 3mo ago A 125 tokens

php-form-mailer

96

jqaisystems/jqai-ai-skills

Skill Claude CodeCodex

Wire any HTML form to a two-email PHP system. Generates a complete PHP handler that sends a structured notification email to the site owner and a branded HTML confirmation to the person who submitted, updates the form action and JS handler with a mailto fallback, then tests the live endpoint with curl. Works on any…

3 27d ago A 86 tokens original MIT