laravel:extract-laravel-standards
Installation
SKILL.md
Extract Laravel Standards
Use this skill after a Laravel project, feature set, or major module has been completed and the user wants to turn proven patterns into reusable personal standards.
Workflow
- Inspect the project structure, Laravel version, PHP version, test stack, formatter, static analysis, CI checks, queue setup, frontend stack, and deployment-sensitive configuration.
- Identify repeated implementation patterns in controllers, Form Requests, Actions, Services, models, migrations, jobs, policies, Livewire components, tests, and quality tooling.
- Compare findings against the currently installed
laravel:*Laravel standards before proposing any update. - Classify each finding as
NEW,UPDATE,DUPLICATE,CONFLICT,PROJECT_ONLY, orREJECT. - Promote only conventions that are reusable across unrelated Laravel applications and improve correctness, security, testability, maintainability, consistency, or operational reliability.
- Remove client names, company names, domains, URLs, credentials, internal identifiers, provider-specific payload quirks, business terminology, and accidental technical debt.
- Create a proposal in
proposals/pending/before editing any global skill files. - Display the proposed diff and wait for acceptance before moving accepted proposals into standards.
- Never edit upstream third-party skills or copy external skill text wholesale.
Proposal Format
Use this structure for each proposal: