Laravel development plugins for Claude Code
npx claudepluginhub thecrazybob/claude-code-pluginsDebug and manage Laravel apps in production via Forge CLI and SSH
Laravel development plugins for Claude Code.
Git worktrees with Laravel Valet, databases, and Warp terminal config. Enables parallel development on multiple feature branches with isolated environments.
Features:
project-branch.test)project_branch)Commands:
/worktree [branch] - Create a new worktree/worktree-pr - Create a PR from the current worktree/worktree-cleanup - Clean up a worktree and its resourcesDebug and manage Laravel apps in production via Forge CLI and SSH.
Features:
Activates when mentioning:
/plugin marketplace add thecrazybob/claude-code-plugins
# Install laravel-valet-worktree
/plugin install laravel-valet-worktree@thecrazybob-plugins
# Install forge-cli
/plugin install forge-cli@thecrazybob-plugins
# Clone the repository
git clone [email protected]:thecrazybob/claude-code-plugins.git
# Add local marketplace
/plugin marketplace add ./claude-code-plugins
# Install from local
/plugin install laravel-valet-worktree@thecrazybob-plugins
composer global require laravel/forge-cli)forge login)The worktree plugin includes a browse function that opens the current project in the browser (worktree-aware):
# Add to ~/.zshrc or ~/.bashrc
source ~/.claude/plugins/laravel-valet-worktree/scripts/browse.sh
# Usage
browse # Opens http://project-branch.test (reads from .env)
MIT License - see LICENSE for details.