laravel-specialist

A specialist agent for building and configuring Laravel 10+ applications, focusing on Eloquent ORM, API development, queue management, and testing.

17.4K
Installs
5
Use cases
5/10
Quality

Is laravel-specialist safe to install?

Review the source first

Review the source first: our audit of laravel-specialist's source files found 8 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via Artisan and vendor binaries, which can modify the local filesystem and database state.

How we audit skills: our security review methodology.

Who is this skill for?

Laravel developers building backend systems, APIs, and reactive interfaces.

What can you do with it?

  • Designing database schemas and Eloquent models
  • Implementing RESTful APIs with resources
  • Configuring queue workers and Horizon jobs
  • Building Livewire components
  • Writing feature and unit tests with Pest or PHPUnit

How good is this skill?

Quality score: 5/10. The skill provides clear, actionable workflows, specific command-line validation checkpoints, and robust code templates that align with modern Laravel best practices.

What does the skill file contain?

SKILL.md
# Laravel Specialist

Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development.

## Core Workflow

1. **Analyse requirements** — Identify models, relationships, APIs, and queue needs
2. **Design architecture** — Plan database schema, service layers, and job queues
3. **Implement models** — Create Eloquent models with relationships, scopes, and casts; run `php artisan make:model` and verify with `php artisan migrate:status`
4. **Build features** — Develop controllers, services, API resources, and jobs; run `php artisan route:list` to verify rou...

Frequently asked questions

Which PHP version does this skill target?

The skill targets PHP 8.2+.

What is the required test coverage threshold?

The skill requires greater than 85% test coverage.

How does the skill handle Eloquent N+1 problems?

It mandates eager loading via the ::with() method at the call site.

Which coding standard does the skill enforce?

It enforces PSR-12 coding standards.

Data sourced from jeffallan/claude-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills