This enforces true test-driven development for Laravel using Pest PHP. You write the test first, watch it fail, then write minimal code to pass it. The skill covers the full Laravel stack: controllers, models, authorization policies, API endpoints, queue jobs, and more. It includes practical patterns like using RefreshDatabase, factories, and Laravel-specific assertions. The verification checklist is helpful for making sure you actually tested database state and relationships, not just HTTP responses. If you tend to write tests after the code or skip them for "simple" features, this keeps you honest about the red-green-refactor cycle.
npx skills add https://github.com/iserter/laravel-claude-agents --skill laravel-tdd