From taylor-says
Provides deep Laravel knowledge for code reviews, covering Eloquent, controllers, validation, routing, authorization, Blade, events, testing, and collections.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taylor-says:skills/search-knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive Laravel knowledge for thorough code reviews.
Comprehensive Laravel knowledge for thorough code reviews.
Load based on what you're reviewing:
| Topic | File | Use When |
|---|---|---|
| Eloquent & Models | eloquent.md | Models, migrations, queries, relationships |
| Controllers | controllers.md | Controller patterns, config usage |
| Validation | validation.md | FormRequest, rules, validated() |
| Routing | routing.md | Named routes, route helpers, throttle |
| Authorization | authorization.md | Policies, gates, authorize() |
| Blade | blade.md | View patterns, components |
| Events | events.md | Events, observers, withoutEvents |
| Testing | testing.md | Debug helpers, Carbon, feature tests |
| Collections | collections.md | Collection methods, Arr helpers |
Read the relevant knowledge file(s) before reviewing code in that area. For comprehensive reviews, load all files.
npx claudepluginhub mischasigtermans/taylor-saysProvides Laravel patterns and best practices for Eloquent ORM, model relationships, authentication, API resources, testing, caching, and queues.
Provides Laravel patterns for PHP apps including Eloquent ORM, migrations, routing, controllers, queues, jobs, authentication, middleware, and testing. Use for Laravel projects.
Provides production-grade, idiomatic Laravel solutions focusing on clean architecture, security, performance, and modern standards (Laravel 10/11+).