laravel-expert

Automate Laravel component scaffolding with official naming and structure conventions.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/VictorSmaniotto/degestao --skill laravel-expert-victorsmaniotto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-expert
Source: https://github.com/VictorSmaniotto/degestao/tree/main/.agent/skills/laravel-expert
Command: npx skills add https://github.com/VictorSmaniotto/degestao --skill laravel-expert-victorsmaniotto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Este Skill orienta desenvolvedores Laravel a criar componentes seguindo convenções oficiais, reduzindo inconsistências de nomenclatura e estrutura de pastas, acelerando o setup de projetos e garantindo código escalável.

Core Features & Use Cases

  • Convenções de nomenclatura para Model, Controller, Migration, Seeder, Factory, Request, Resource, Policy, Job, Event, Listener, Notification, Middleware, etc.
  • Estrutura de arquivos recomendada (app/, app/Http/, Models, Services, Jobs, Events, Listeners, Resources) para organização de aplicações Laravel.
  • Criação de componentes Laravel com padrões oficiais, incluindo leitura de referências (eloquent-advanced) e exemplos de arquitetura para APIs RESTful, filas e eventos.

Quick Start

Crie componentes Laravel (Models, Controllers, Migrations) seguindo as convenções oficiais para iniciar um projeto estruturado.

Frequently Asked Questions about laravel-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Laravel project to follow official architecture and naming conventions?▼

To structure a Laravel project properly, scaffold Models, Controllers, and Services across the app/ directory by enforcing official naming conventions and standards-compliant file structures for scalable code.

What is the best way to generate RESTful API components in Laravel?▼

The best way to generate RESTful API components in Laravel is to automate the creation of Resources, Policies, and Controllers, ensuring clean architecture and adherence to official standards.

How do I set up Laravel Events, Listeners, and Jobs for queued tasks?▼

Setting up Laravel Events, Listeners, and Jobs requires scaffolding these components with correct naming conventions and file structures to ensure standards-compliant queued task processing.

Can I use this to scaffold Eloquent models and database migrations correctly?▼

Yes, you can scaffold Eloquent models and database migrations correctly because it enforces official naming conventions and reads advanced Eloquent references to ensure clean architecture.

Do I need to manually configure file structures for Laravel seeders and factories?▼

No, you do not need to manually configure file structures for Laravel seeders and factories; the architecture decisions and folder organizations are automated according to official best practices.

Why does my Laravel codebase have inconsistent naming across controllers and models?▼

Inconsistent naming across Laravel controllers and models happens without enforced conventions; applying automated scaffolding for Models, Controllers, and Policies ensures scalable, standards-compliant code.