Loading...
Loading...
Found 174 Skills
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
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
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
Vendor-overridden Livewire skill
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
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