A collection of agents and skills for PHP / Laravel development, available as plugins for both Claude Code and Cursor.
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
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-clivia a sparse-checkout submodule.
/plugin marketplace add laravel/agent-skills
/plugin install laravel-simplifier@laravel
/plugin install laravel-cloud@laravel
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
After cloning, initialize the submodule to pull the Laravel Cloud skill:
git clone --recurse-submodules https://github.com/laravel/agent-skills.gitOr if already cloned:
git submodule update --initThe submodule uses sparse checkout — only the skills/deploying-laravel-cloud directory is checked out from laravel/cloud-cli.