News

Laravel Gets a Claude Code Simplifier Plugin

Published
Laravel Gets a Claude Code Simplifier Plugin image

Taylor Otwell has released a new Laravel-focused plugin for Claude Code that brings automated code cleanup directly into Laravel and PHP workflows.

The project, laravel/claude-code, is a port of the internal code-simplifier agent recently open sourced by Boris Cherny and the Claude Code team. The agent is designed to be run after long coding sessions or complex pull requests to simplify, clean up, and normalize code.

What the Claude Code Simplifier Plugin Does

The code simplifier agent focuses on improving code quality rather than changing behavior. It helps by:

  • Reducing unnecessary complexity
  • Improving readability and structure
  • Cleaning up large or messy diffs after extended work sessions
  • Making refactors easier to review and ship

Taylor’s Laravel version adapts the agent specifically for Laravel and PHP conventions, making it a natural fit for existing Laravel projects.

How to Install It

From within Claude Code, you can install the Laravel plugin using:

/plugin marketplace add laravel/claude-code
/plugin install laravel-simplifier@laravel

Once installed, you can ask Claude to run the Laravel simplifier after finishing a coding session or before finalizing a pull request.

> Review recent changes using the laravel-simplifier agent

You can explore the plugin and documentation on GitHub in the laravel/claude-code repository.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article