Loading...
Loading...
Found 12 Skills
Test-Driven Development specifically for Laravel applications using Pest PHP. Use when implementing any Laravel feature or bugfix - write the test first, watch it fail, write minimal code to pass.
Master of Filament v4 (2026), specialized in Custom Data Sources, Nested Resources, and AI-Augmented Admin Panels.
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
Custom query builders for type-safe, composable database queries. Use when working with database queries, query scoping, or when user mentions query builders, custom query builder, query objects, query scopes, database queries.
Backed enums with labels and business logic. Use when working with enums, status values, fixed sets of options, or when user mentions enums, backed enums, enum cases, status enums.
Use Saloon to build elegant API integrations in modern Laravel applications, including connectors, requests, responses, authentication, testing, pagination, and SDK patterns.
PHP expert including Laravel, WordPress, and Drupal development
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
Action-oriented architecture for Laravel. Invokable classes that contain domain logic. Use when working with business logic, domain operations, or when user mentions actions, invokable classes, or needs to organize domain logic outside controllers.
Comprehensive guide for adding new features to the YSL project following established conventions and best practices.
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance