Laravel development plugins for Claude Code
npx claudepluginhub thecrazybob/claude-code-pluginsLaravel workspace scripts and git worktrees with Valet, databases, and Warp config
Debug and manage Laravel apps in production via Forge CLI and SSH
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
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 git@github.com: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.