Agent Plugins Marketplace
All plugins

hub

v2.0.0

Hub-and-spoke workflow for Claude Code: a hub session that scopes, briefs, fences, reviews and merges; spokes in git worktrees; and a standing Opus dispatcher that spawns the spokes (so they inherit its model) and keeps the books after merges: worktree cleanup, changelog, checkboxes, hours.

Claude Code1 Skill

By Zach Heineman0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 hub for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hub@agent-plugin-marketplace

Paste 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/zachheine/claude-hub-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

hub/
├── .claude-plugin/plugin.json
└── skills/hub/SKILL.md

Included Skills1

hubskills/hub/SKILL.md

Run this session as the HUB in a hub-and-spoke multi-session workflow — coordinate parallel feature work across spoke sessions in git worktrees. Use when the user says "act as hub", "be my hub", "hub and spoke", "coordinate the spokes", "spawn a spoke", "open a chip for this", or wants to orchestrate multiple concurrent sessions on different branches of this repo. Also use when the user asks why spoke sessions keep asking for permission, or which model spokes run on.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "hub",
  "description": "Hub-and-spoke workflow for Claude Code: a hub session that scopes, briefs, fences, reviews and merges; spokes in git worktrees; and a standing Opus dispatcher that spawns the spokes (so they inherit its model) and keeps the books after merges: worktree cleanup, changelog, checkboxes, hours.",
  "version": "2.0.0",
  "author": {
    "name": "Zach Heineman"
  },
  "homepage": "https://github.com/zachheine/claude-hub-plugin",
  "repository": "https://github.com/zachheine/claude-hub-plugin",
  "keywords": [
    "worktree",
    "multi-session",
    "hub-and-spoke",
    "coordination",
    "parallel"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hub on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hub)