Command
Add small, pure helper functions; use the laravel:custom-helpers skill exactly as written.
Command
Add small, pure helper functions; use the laravel:custom-helpers skill exactly as written.
Command
Horizon dashboards and metrics; use the laravel:horizon:metrics-and-dashboards skill exactly as written.
Command
Harden outbound HTTP calls; use the laravel:http-client-resilience skill exactly as written.
Command
Decouple using interfaces and DI; use the laravel:interfaces-and-di skill exactly as written.
Command
Nova resource patterns; use the laravel:nova:resource-patterns skill exactly as written.
Command
Add caching to reduce work; use the laravel:performance-caching skill exactly as written.
Command
Prevent N+1 queries; use the laravel:performance-eager-loading skill exactly as written.
Command
E2E Playwright patterns; use the laravel:e2e-playwright skill exactly as written.
Command
Enforce access via Policies; use the laravel:policies-and-authorization skill exactly as written.
Command
Use Laravel-specific vocabulary and patterns to get idiomatic framework code.
Command
Apply per-user throttle; use the laravel:rate-limiting skill exactly as written.
Command
Schedule tasks safely; use the laravel:task-scheduling skill exactly as written.
Command
Select only required columns; use the laravel:performance-select-columns skill exactly as written.
Command
Storage config strategy (S3/R2/MinIO/CDN); use the laravel:config-env-storage skill exactly as written.
Command
Select behavior via Strategy; use the laravel:strategy-pattern skill exactly as written.
Command
Start Laravel TDD loop with Pest/PHPUnit; use the laravel:tdd-with-pest skill exactly as written.
Command
Make multi-write flows atomic; use the laravel:transactions-and-consistency skill exactly as written.
Command
Upgrade an app from Laravel 12.x to 13.x safely; use the laravel:upgrade-13 skill exactly as written.
Command
Add semantic/vector search with pgvector (Laravel 13+); use the laravel:vector-search skill exactly as written.
Command
Learn how to structure prompts effectively for clear and complete responses.
Command
Define clear constraints for performance, security, testing, and architecture.
Command
Provide concrete examples to guide AI toward your project's conventions and style.
Command
Create a Laravel implementation plan; use the laravel:writing-plans skill exactly as written.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From jpcaparas/superpowers-laravel.