Skip to content

laravel/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Agents & Skills

A collection of agents and skills for PHP / Laravel development, available as plugins for both Claude Code and Cursor.

Plugins

laravel-simplifier

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

  • Applies Laravel conventions and PSR-12 standards
  • Reduces unnecessary complexity and nesting
  • Improves naming and readability
  • Focuses on recently modified code by default

laravel-cloud

A skill for deploying and managing applications on Laravel Cloud using the cloud CLI.

  • Guides deployment workflows (first deploy, existing apps, environment setup)
  • Manages infrastructure resources (databases, caches, domains, buckets)
  • Includes operational checklists for multi-step tasks
  • Follows the CRUD command patterns of the Cloud CLI

The skill content is sourced from laravel/cloud-cli 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

The submodule uses sparse checkout — only the skills/deploying-laravel-cloud directory is checked out from laravel/cloud-cli.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages