A collection of Claude Code plugins by Jakub Gause.
Set up git worktrees for Laravel + Herd with isolated databases, domains, and Vite ports. One command to create a fully isolated environment, one command to tear it down.
Each worktree gets:
- Its own database (MySQL, PostgreSQL, or SQLite)
- Its own Laravel Herd domain with HTTPS
- Its own Vite dev server port
- Claude Code hooks for automatic setup/cleanup
Requirements: Laravel project, Laravel Herd, a database (MySQL, PostgreSQL, or SQLite), git
/plugin marketplace add gausejakub/claude-skills
/plugin install laravel-worktrees@gause-claude-skillsThen run /setup-worktrees in your Laravel project.
Create a new directory under plugins/, add a plugin.json manifest and skills/ directory, and add an entry to .claude-plugin/marketplace.json.