herdr-collab
v0.4.0Share a herdr pane with Claude — unread pane output is injected on each prompt, Claude can type commands back, and it can spawn child workspaces: a nested worktree inside a repo, or a top-level space outside one
By maurelian0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install herdr-collab for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install herdr-collab@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/maurelian/maurelians-claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/herdr-collab/.
Plugin files
├── .claude-plugin/plugin.json├── skills/herdr-child/SKILL.md└── skills/herdr-collab/SKILL.md
Included Skills2
Create a child workspace nested under the current one in herdr's sidebar — a git worktree on its own branch, optionally with an agent working a task and a shell alongside it. Use when the user says "new child workspace", "sub workspace", "spin up a worktree", "nest a workspace under this one", "start an agent on a branch", or asks for a fresh branch to work in without leaving the current session.
Share the sibling herdr pane with the user as a live workspace. New output in that pane is injected automatically on every prompt, and Claude can type commands into it. Use when the user says "share this pane", "watch my pane", "read the other pane", "work with me in the terminal", "collaborate in the shared pane", references the "sib pane)" or asks Claude to run something in their own terminal instead of a tool call.
Plugin manifests1
{
"name": "herdr-collab",
"description": "Share a herdr pane with Claude — unread pane output is injected on each prompt, Claude can type commands back, and it can spawn child workspaces: a nested worktree inside a repo, or a top-level space outside one",
"version": "0.4.0",
"author": {
"name": "maurelian"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[herdr-collab on Agent Plugins Marketplace](https://pluginsmp.com/plugins/herdr-collab)