npx claudepluginhub objectiveous/dots-claude-pluginsDeveloper tools for Dots Workbench - worktree management, specialist agents, and internal workflows
Dominus operations for managing Servi in the Dots App
Software engineering tools for Claude Code - work management, beads integration, and ship workflows for independent developers
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Claude Code plugin marketplace for Dots Workbench development and operations.
| Plugin | For | Context | Description |
|---|---|---|---|
dots-swe | Any developer | Any project | Worktree management with tmux + iTerm2, beads integration |
dots-dev | Human developers | Outside Dots app | Worktree workflows with iTerm, bead integration |
dots | Dominus (Claude) | Inside Dots app | Vibe management via tmux + dots-mcp |
Use dots-swe if you are:
Use dots-dev if you are:
Use dots if you are:
General-purpose plugin for any project. Uses tmux for session persistence with iTerm2 integration.
# Install
claude plugin install dots-swe@dots-claude-plugins
# Commands
/dots-swe:work <bead-id> # Start work from bead (creates worktree, claims task)
/dots-swe:worktree-create <branch> # Create worktree(s) with Claude sessions
/dots-swe:worktree-list # List all worktrees
/dots-swe:worktree-status # Dashboard showing all worktrees
/dots-swe:worktree-attach [session] # Re-attach iTerm2 to tmux sessions
/dots-swe:worktree-sync [name] # Sync worktree with main branch
/dots-swe:worktree-delete <name> # Delete worktree(s) and clean up
/dots-swe:check # Run quality gates: test, lint, build
/dots-swe:ship # Full protocol: test, lint, build, PR, CI watch
/dots-swe:beads # Show available work
/dots-swe:doctor # Health check
/dots-swe:help # Show all commands
tmux Integration:
/dots-swe:worktree-attach <session>--dangerously-skip-permissions --model opusiTerm2 Setup Required:
For human developers building Dots. Creates worktrees with iTerm tabs running Claude sessions.
# Install
claude plugin install dots-dev@dots-claude-plugins
# Commands
/dots-dev:worktree-create <branch> # Create worktree + iTerm tab
/dots-dev:worktree-list # List all worktrees
/dots-dev:worktree-delete <branch> # Delete worktree
/dots-dev:worktree-handoff # Prepare for PR
/dots-dev:ship # Full ship protocol (test, lint, build, PR)
For Dominus managing Servi inside the Dots App. Creates worktrees with headless tmux sessions via dots-mcp.
# Install (in Dominus Console)
claude plugin install dots@dots-claude-plugins
# Commands
/dots:vibe-spawn <bead-id> # Spawn Servus worker
/dots:vibe-list # List active vibes
/dots:vibe-kill <bead-id> # Kill vibe and cleanup
/dots:vibe-status <bead-id> <status> # Report status to UI
The Dots repository has this marketplace pre-configured. When you run claude in the Dots repo, plugins are automatically available.
To manually install:
claude plugin install dots-dev@dots-claude-plugins
The Dots App configures the dots plugin automatically. Dominus can use /dots:* commands directly.
Upgrade your plugins when:
# Check current version
claude plugin list
# Upgrade a specific plugin
claude plugin upgrade dots-dev@dots-claude-plugins
claude plugin upgrade dots@dots-claude-plugins
# Or reinstall to get the latest
claude plugin uninstall dots-dev@dots-claude-plugins
claude plugin install dots-dev@dots-claude-plugins