A marketplace of productivity plugins for Claude Code.
Spawn Claude agents in git worktrees for parallel development work.
/spawn:wt-agent <name> [prompt] - Create a worktree and spawn a new agent with optional prompt/spawn:plan-to-prd [plan-file] [--out output.json] - Convert a plan into a ralph-loop PRD JSON file--interactive) for REPL-style development--print) to output paths without spawning terminal.wt-agents/ directory (can be gitignored)See plugins/spawn for details.
GitHub branch and PR workflow automation commands.
/gh:load-pr [branch-or-pr-number] - Fetch, checkout, and load PR context for review/gh:pr-draft - Smart commit, push, and create draft PR with AI-generated descriptionSee plugins/gh for details.
Create diagrams from text descriptions and export to SVG.
/excalidraw:create <name> <description> - Generate .excalidraw and .svg files from a descriptiondocs/diagrams/See plugins/excalidraw for details.
# Add the claude-kit marketplace from GitHub
claude plugin marketplace add pwood16/claude-kit
# Pattern: Install any plugin globally (available in all projects)
claude plugin install <plugin-name>@claude-kit --scope user
# Or install for a specific project only
claude plugin install <plugin-name>@claude-kit --scope project
# Example: Install the spawn plugin
claude plugin install spawn@claude-kit --scope user
To test plugins without installing via the marketplace:
# Pattern: Test any plugin locally
claude --plugin-dir /path/to/claude-kit/plugins/<plugin-name>
# Example: Test the spawn plugin
claude --plugin-dir /path/to/claude-kit/plugins/spawn
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pwood16/claude-kit --plugin spawnCreate Excalidraw diagrams from text descriptions
GitHub workflow commands for branch management and PR review
Software development lifecycle automation commands
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
Git Worktree management for parallel agent execution - isolated working directories without Git conflicts
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
Agent isolation via git worktrees - gives each subagent its own checkout to prevent interference.