Loading...
Loading...
Found 188 Skills
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
Vendor-overridden Livewire skill
Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Use interfaces and dependency injection to decouple code; bind implementations in the container
Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions