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.
$npx -y skills add acara-app/plate --skill laravel-tddInstalls into the current project.
Run `npx skills use "https://github.com/acara-app/plate" --skill "acara-app/plate/laravel-tdd"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/acara-app/plate" that are relevant to the current task. Run `npx skills add "https://github.com/acara-app/plate"` and select the relevant skills, then follow their instructions.