Loading...
Loading...
Found 154 Skills
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions
Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
Build Laravel admin panels with Filament v5. Use for creating resources, forms, tables, widgets, and testing admin interfaces with Livewire v4.
PHP 8.3+ development specialist covering Laravel 11, Symfony 7, Eloquent ORM, and modern PHP patterns. Use when developing PHP APIs, web applications, or Laravel/Symfony projects.
Writes Pest feature tests for Laravel HTTP controllers using repeatable controller-test patterns across web/session and API/JSON flows. Activates when creating or updating controller tests, nested resource route tests at any depth, CRUD action tests (create, destroy, edit, index, show, store, update), authorization and route-binding scope checks, validation datasets, transport-specific response assertions, and database persistence assertions.