Create parallel workspaces for Laravel Herd and other dev environments
npx claudepluginhub elliot-putt/claude-parallel-taskCreate and manage parallel workspaces by duplicating your entire project directory. Perfect for Laravel Herd environments where you need to run and test changes in isolation.
A Claude Code plugin for creating parallel workspaces by duplicating your entire project directory. Perfect for Laravel Herd and other development environments where you need to work on multiple tasks simultaneously.
Ever had Claude working on a large feature in your main repo with lots of uncommitted changes, but needed to quickly fix a small bug? This plugin lets you:
Main repo (Claude working on big feature):
http://myapp.testParallel workspace (you fix urgent bug):
http://myapp-parallel-1234567890.test (auto-generated)From within Claude Code:
/plugin marketplace add ElliotPutt/claude-parallel-task
/plugin install parallel-task@claude-parallel-task
To share with your team, add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"claude-parallel-task": {
"source": {
"source": "github",
"repo": "ElliotPutt/claude-parallel-task"
}
}
},
"enabledPlugins": {
"parallel-task@claude-parallel-task": true
}
}
While Claude is busy in your main repo:
/parallel-task:parallel-task fix login redirect bug
This will:
../myrepo-parallel-1234567890/In a new terminal window:
cd ../myrepo-parallel-1234567890
claude
In the new Claude Code session:
Back in your original repo/session:
/parallel-task:cleanup-parallel
This removes the entire parallel workspace directory.
rsync.git and initializes fresh repo.test URL automatically.claude/current-parallel-workspace.txt/parallel-task:parallel-task [description]../project-parallel-1234567890/rsync -a --exclude='.git' to copy everything/parallel-task:cleanup-parallelrm -rf.test domainrsync (pre-installed on macOS/Linux).test domainsMain repo has large feature in progress, need to fix production bug quickly.
Want to test someone's branch while keeping your main workspace intact.
Try different solutions in parallel without branch switching.
Need to demo stable version while continuing development work.
.env)node_modules, vendor, etc.Git worktrees are great for git-only isolation, but this plugin provides:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations