Laravel Simplifier banner
laravel laravel

Laravel Simplifier

Development community Intermediate

Description

A collection of agents and skills for PHP / Laravel development, available as plugins for both [Claude Code](https://code.claude.com) and [Cursor](https://cursor.com).

Installation

Terminal
claude install-skill https://github.com/laravel/agent-skills

README

Laravel Agents & Skills

A collection of agents and skills for PHP / Laravel development, available as plugins for both [Claude Code](https://code.claude.com) and [Cursor](https://cursor.com).

Plugins

laravel-simplifier

An agent that reviews recently modified PHP / Laravel code and refines it for clarity, consistency, and maintainability — without changing functionality.

    undefined

laravel-cloud

A skill for deploying and managing applications on [Laravel Cloud](https://cloud.laravel.com) using the `cloud` CLI.

    undefined

The skill content is sourced from [`laravel/cloud-cli`](https://github.com/laravel/cloud-cli/tree/main/skills/deploying-laravel-cloud) via a sparse-checkout submodule.

Installation

Claude Code

/plugin marketplace add laravel/agent-skills
/plugin install laravel-simplifier@laravel
/plugin install laravel-cloud@laravel

Usage

**laravel-simplifier** — invoke the agent after a coding session:

> Review recent changes using the laravel-simplifier agent

**laravel-cloud** — triggers automatically when you ask about deploying or managing Laravel Cloud resources:

> Deploy my app to Laravel Cloud
> Set up a database and cache for the staging environment

Development

After cloning, initialize the submodule to pull the Laravel Cloud skill:

git clone --recurse-submodules https://github.com/laravel/agent-skills.git

Or if already cloned:

git submodule update --init

...