laravel-specialist

Develop Laravel 10+ applications with Eloquent, API resources, and queue management.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill laravel-specialist-design-system-et
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Design-System-ET/genexus-dev-opencode/tree/main/skills/laravel-specialist
Command: npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill laravel-specialist-design-system-et

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of complex Laravel 10+ applications by enforcing architectural consistency, preventing common security pitfalls, and ensuring high code quality through automated testing.

Core Features & Use Cases

  • Architectural Guidance: Provides standardized patterns for Eloquent models, API resources, and service layers to maintain clean code.
  • Queue & Async Management: Offers best practices for implementing Horizon queues and background jobs to handle long-running tasks efficiently.
  • Testing & Validation: Integrates Pest/PHPUnit testing workflows to ensure >85% coverage and PSR-12 compliance before deployment.

Quick Start

Use the laravel-specialist skill to generate a new Eloquent model with its corresponding migration and feature test suite.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I prevent N+1 query issues in Laravel Eloquent?

Prevent N+1 query issues in Laravel Eloquent by applying optimized eager loading patterns. This Skill provides standardized architectural guidance to ensure efficient database access and service container usage.

How do I set up Sanctum authentication and Livewire components in a Laravel application?

Set up Sanctum authentication and Livewire components by following standardized backend implementation patterns. This Skill supports complex Laravel 10+ architecture design to ensure clean, secure code integration.

What is the best way to structure Pest feature tests for a Laravel API?

Structure Pest feature tests for a Laravel API by integrating dedicated testing workflows. This enforces >85% coverage and PSR-12 compliance, ensuring robust, test-driven application development before deployment.

Does this Skill support queue management with Laravel Horizon for background jobs?

Yes, this Skill supports Laravel Horizon queue management. It provides best practices for implementing background jobs and handling long-running asynchronous tasks efficiently within your backend architecture.

How do I generate an Eloquent model with migration and feature tests in Laravel?

Generate an Eloquent model with migration and feature tests by using end-to-end development patterns. This Skill facilitates standardized creation of database entities alongside their corresponding Pest test suites.