standards-laravel

Installation
SKILL.md

Core Workflow

  1. Analyse requirements — understand scope, identify models, routes, and business logic
  2. Design — plan migrations, models, actions, controllers, form requests, resources
  3. Implement — write code following Laravel conventions and the reference guides below
  4. Test — write Pest feature and unit tests for all new functionality
  5. Verify — run ./vendor/bin/sail composer run test (Pint + PHPStan level 8 + Pest)

Reference Guide

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
standards-laravel — paulund/ai