fbarrento-laravel-rules

Installation
SKILL.md

FBarrento Laravel Rules

Higher priority than .agents/skills/laravel-best-practices when both apply. Use Laravel and Pest documentation for API syntax; use these files for project code shape.

Quick Reference

1. Naming -> rules/naming.md

  • Actions are verb-first and do not use the Action suffix.
  • Queries use the Query suffix and describe the read operation.
  • Services use the Service suffix.
  • Models and enums do not use Model / Enum suffixes.
  • Tests use the Test suffix.

2. Testing -> rules/testing.md

Installs
1
First Seen
May 8, 2026
fbarrento-laravel-rules — fbarrento/laravel-agent-kit