laravel-specialist

Guide Laravel application development across Eloquent ORM, Blade, queues, and Pest testing.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill laravel-specialist-pixel-process-ug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Pixel-Process-UG/superkit-agents/tree/main/templates/skills/laravel-specialist
Command: npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill laravel-specialist-pixel-process-ug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing and maintaining Laravel applications, ensuring adherence to framework conventions and optimizing for performance and maintainability.

Core Features & Use Cases

  • Full-Stack Laravel Expertise: Covers Eloquent ORM, Blade, Livewire, queues, testing (Pest), middleware, service providers, and migrations.
  • Best Practice Enforcement: Guides users through multi-phase development processes, from discovery to optimization.
  • Use Case: When starting a new Laravel project or refactoring an existing one, this Skill ensures you follow established patterns for models, routes, testing, and deployment.

Quick Start

Use the laravel-specialist skill to refactor the existing Eloquent query for fetching user posts to use eager loading.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I refactor an Eloquent query to use eager loading and prevent the N+1 problem?

Laravel eager loading optimizes Eloquent queries by fetching related models in a single database query. This prevents the N+1 query problem, significantly improving application performance and maintainability across your backend.

What's the best way to structure Pest tests for a Laravel application?

The best way to structure Pest tests in Laravel is by leveraging the framework's testing conventions across development phases. This ensures robust application behavior validation, covering everything from feature testing to architecture review.

Does this guidance cover Livewire and Blade templating for full-stack development?

Yes, full-stack Laravel guidance covers Eloquent ORM, Blade, and Livewire components. It ensures adherence to framework conventions across models, routes, and user interfaces, resulting in robust and maintainable web application development.

How do I configure Laravel queues and service providers for background processing?

Configuring Laravel queues and service providers involves following established framework conventions for background processing. This ensures correct architecture implementation, optimizing your queue system for robust performance and application maintainability.

When do I need to use Artisan tooling commands during a Laravel project refactor?

You need Artisan tooling commands during a Laravel project refactor to run migrations and generate boilerplate. This ensures strict adherence to framework conventions, facilitating smooth implementation and optimization phases for robust application development.