Laravel Simplifier
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
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
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official