SanderMullerSanderMullerCommunityยท15 Agent Skills Included

laravel-fluent-validation

Fluent Laravel validation builders with autocomplete and faster wildcards

Builds Laravel validation rules through chainable, type-safe methods with full IDE autocompletion instead of memorized string syntax. Groups nested array rules with each() and children(), replaces separate attribute and message arrays with inline labels and messages. Speeds up large wildcard validation up to 97x and batches database exists and unique checks into single queries. Includes migration, Livewire, and testing guidance for converting existing form requests safely.
npx skills add SanderMuller/laravel-fluent-validation --all -g -y
Available:

Gives the agent working rules for this repository: verify every claim by running the project's own checks, write tests before fixing runtime bugs, phrase questions without ambiguous pronouns, and follow Simplified Technical English in all written output.

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

fluent-validation-livewire

Verify FluentRule-based Livewire validations use the HasFluentValidation trait.

Community
Intermediate
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

fluent-validation-optimize

Analyze Laravel validation code for fluent rule conversion opportunities.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

fluent-validation

Build type-safe fluent Laravel validation rules for FormRequests and Livewire.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

fluent-validation-migrate-messages

Migrate Laravel FormRequest messages() overrides into inline message named args.

Community
Intermediate
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

autoresearch

Automate iterative performance optimization with baseline benchmarks and automatic rollback.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

pr-review-feedback

Evaluate and apply selective PR review feedback to code changes.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

pre-release

Run Rector, Pint, Pest, and PHPStan checks before release tagging.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

code-review

Review recent code changes for security, functionality, and quality improvements.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

bug-fixing

Automates test-driven debugging workflows to isolate and fix defects in software projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

evaluate

Run PHPStan, tests, and static checks to fix Laravel code issues.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

backend-quality

Run Pint and PHPStan checks plus tests for PHP projects.

Community
Advanced
๐Ÿ“ฆ In Repo
SanderMullerSanderMuller

implement-spec

Implement spec phases with inline progress tracking and verification before PR creation.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install laravel-fluent-validation?โ–ผ

Run `npx skills add SanderMuller/laravel-fluent-validation --all -g -y` in your terminal to install all skills in this suite globally.

What does laravel-fluent-validation do?โ–ผ

It lets you write Laravel validation rules as chainable, type-safe methods with IDE autocompletion instead of error-prone string syntax. It also groups nested array rules and speeds up wildcard validation dramatically.

How much faster is wildcard validation with this package?โ–ผ

The HasFluentRules trait makes wildcard validation up to 97x faster for simple rules and batches exists and unique database checks into a single query instead of one per item.

Does it work with Livewire components?โ–ผ

Yes. Add the HasFluentValidation trait to your Livewire component and FluentRule works with validate(), real-time validation, and test assertions out of the box.

Can I migrate existing string rules automatically?โ–ผ

Yes. The suite includes migration skills that scan your form requests, convert string rules to fluent chains, and move messages arrays inline, with a companion Rector package for bulk rewrites.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’