Schmug Karkinos
schmug-karkinos is a Claude Code plugin for the Build phase that runs parallel Claude Code workers in isolated git worktrees on one repo.
Spin up multiple Claude Code workers in isolated git worktrees so you can ship parallel features or experiments without branch collisions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install schmug-karkinos@schmug/karkinosBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:schmug/karkinos") and the paste-ready config with skillselion.get_install_config("plugin:schmug/karkinos").
What it does
schmug-karkinos is a Claude Code plugin from schmug/karkinos that packages parallel Claude Code workers on top of git worktrees. Solo and indie builders who already live in Claude Code install it when one agent session is too slow for the number of independent tasks on their plate—feature branches, spikes, and refactors that should not stomp the same working tree. The marketplace listing emphasizes workers, worktrees, commands, skills, and tools as a cohesive bundle rather than a loose skill file. You still own git hygiene: creating worktrees, naming branches, and merging results back to main. The pattern fits agent-heavy product work where throughput matters more than a single linear chat thread. It is not a hosted CI runner or a replacement for code review; it is local orchestration so multiple Claude workers can make progress in parallel without sharing one dirty checkout.
Highlights
- Git worktree isolation for parallel Claude Code worker sessions on one repository
- Bundled commands, skills, and tools oriented around multi-worker agent workflows
- Reduces serial agent bottlenecks when shipping several independent changes
- Development-category plugin marketplace entry with a single focused plugin bundle
- Worktree-based workflow fits solo builders who act as their own tech lead
Why builders use it
One Claude Code session and one working tree force you to queue unrelated tasks even when you could safely work in parallel.
After you add the plugin, you can assign separate agent workers to dedicated worktrees and integrate their branches when each stream is ready.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is schmug-karkinos for?
It is for indie and solo developers using Claude Code who already use git and want parallel agent sessions without sharing one checkout.
When should I use schmug-karkinos?
Use it during build and iterate cycles when you have several non-blocking tasks—features, fixes, or spikes—that benefit from separate worktrees and workers.
How do I add schmug-karkinos to my agent?
Register the Scoheart-style marketplace source for schmug/karkinos in Claude Code, install the plugin bundle from the repo listing, then use its bundled commands and skills to start worktree-backed workers.
Comments
Share how you use schmug-karkinos, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.