laravel

Scaffold Laravel resources and enforce conventions via Sail Artisan commands.

3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/marcus-friction/agents --skill laravel-marcus-friction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel
Source: https://github.com/marcus-friction/agents/tree/main/.agent/skills/laravel
Command: npx skills add https://github.com/marcus-friction/agents --skill laravel-marcus-friction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel app development often involves repetitive boilerplate, scaffolding, and enforcement of project conventions when creating files, migrations, controllers, and working with Eloquent models and Artisan commands. This skill provides a structured, AI-friendly blueprint for developers and agents to follow, aligning with Laravel Boost guidelines and established project standards.

Core Features & Use Cases

  • Auto-generates scaffolding for models, migrations, controllers, factories, and resources using Sail Artisan commands to ensure consistency.
  • Enforces Laravel conventions, including Eloquent patterns, naming, and directory structure, with safe defaults and clear guidance.
  • Provides practical workflows and validation checks to accelerate common development tasks in Laravel 12 projects.

Quick Start

Instruct the AI agent to scaffold a new Laravel resource with a model, migration, factory, and controller using the Sail Artisan generator.

Frequently Asked Questions about laravel

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

FAQPage Schema
How do I scaffold Laravel resources using Artisan without writing boilerplate?

Laravel scaffolding via Sail Artisan commands auto-generates models, migrations, controllers, and factories to eliminate repetitive boilerplate and enforce consistent project conventions.

How do I enforce Eloquent model naming conventions and directory structure in Laravel 12?

Enforcing Eloquent model patterns requires structured blueprints that prescribe file layout, naming conventions, and safe defaults to ensure predictable, maintainable Laravel 12 outputs.

Can AI agents automatically wire Laravel migrations and controllers together?

AI agents can wire Laravel migrations and controllers by following prescribed workflows that define how to create, connect, and validate files across models, controllers, and services.

What is the best way to validate Laravel code structure across models and services?

Validating Laravel code structure involves applying enforced conventions and practical validation checks across models, controllers, and services to maintain predictable, standardized outputs.

Does this Laravel scaffolding approach work with existing project conventions?

This approach aligns with established Laravel Boost guidelines and project standards, applying safe-code practices and enforced conventions to ensure consistency across your existing Laravel 12 codebase.

What are the limitations of using automated scaffolding for Laravel development?

Automated Laravel scaffolding focuses on common patterns and standard resources; highly customized business logic or non-standard directory structures may require manual intervention beyond the prescribed conventions.