A senior PHP/Laravel full-stack developer skill. Use for backend/frontend/DB/devops/CI work, debugging, refactors, migrations, API work, and anything that could affect security, data integrity, API contracts, performance, or deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/php-full-stack-developer:php-full-stack-developerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
Stop and confirm with user if:
php artisan down --retry=60
git pull origin main
composer install --no-dev --optimize-autoloader
php artisan migrate --force
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan queue:restart
php artisan up
php artisan make:model ModelName -m # Model + migration
php artisan make:controller NameController --resource
php artisan make:job ProcessSomething
php artisan make:event / make:listener
php artisan make:command CustomCommand
php artisan horizon:status
php artisan horizon:terminate
php artisan queue:work --queue=default,high
php artisan tinker
php artisan test --parallel
php artisan queue:work redis --queue=high,default --tries=3 --timeout=90
php artisan queue:failed
php artisan queue:retry all
php artisan queue:flush
php artisan migrate:status
php artisan migrate --pretend # preview SQL
php artisan migrate:rollback --step=1
php artisan db:seed --class=UserSeeder
can() policies.env only, never in code or logsthrottle: middleware on public APIswith() eager loadingCache::remember()paginate() not get() on large tablesphp artisan test
php artisan test --filter TestClassName
php artisan test --parallel --processes=4
php artisan dusk # browser tests
php artisan dusk --filter CriticalTest
npx claudepluginhub billyfranklim1/claude-skills --plugin php-full-stack-developerProvides Laravel expertise including Eloquent ORM optimization, service container patterns, queues, events, Sanctum/Passport auth, and Pest testing. Activates on /godmode:laravel or Laravel/eloquent/artisan/blade mentions.
Guides Laravel architecture decisions, Eloquent patterns, authentication, queues, and testing for Laravel 11+. Covers monolith vs. modular vs. microservices, action/repository/service patterns, and relationship conventions.
Provides expert Laravel patterns for PHP 8.2+ including Eloquent ORM best practices, N+1 prevention, efficient queries, atomic operations, query optimization, and RESTful API controllers.