News

Automate Laravel Herd Worktrees with This Claude Code Skill

Published
Automate Laravel Herd Worktrees with This Claude Code Skill image

I released Laravel Herd Worktree, a new Claude Code skill that automates the setup of git worktrees for Laravel projects served by Laravel Herd, eliminating the repetitive friction of working on multiple feature branches simultaneously.

Developers working on Laravel projects often face the pain of context switching between branches—stashing changes, reconfiguring environment files, and dealing with broken session cookies. This skill solves that problem with a single command.

Running /laravel-herd-worktree creates an isolated worktree, links it to Herd at http://your-branch.test, configures the .env file with correct APP_URL, SESSION_DOMAIN, and SANCTUM_STATEFUL_DOMAINS settings, installs Composer and npm dependencies, and starts Vite with proper CORS configuration. Each worktree operates as a fully independent development environment.

The skill also handles the end of the workflow, developers can create pull requests directly from the worktree, transfer changes back to the main project directory, or cleanly remove the worktree with proper Herd unlinking. Laravel Herd Worktree is free and open source, available on the Claude Code marketplace via /plugin install laravel-herd-worktree@harrisrafto-laravel-tools or on https://github.com/harris21/laravel-herd-worktree.

Harris Raftopoulos photo

Senior Software Engineer • Staff & Educator @ Laravel News • Co-organizer @ Laravel Greece Meetup

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

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