A collection of Claude Code plugins for workflow enhancement and productivity.
| Plugin | Version | Description |
|---|---|---|
| Arborist | 3.1.0 | Sync gitignored config files across git worktrees |
| Muxy | 3.0.0 | Natural language tmux session management with templates |
| Miser | 1.0.2 | Mise polyglot version manager integration for Claude Code |
First, add quickstop as a plugin marketplace in Claude Code:
/plugin marketplace add acostanzo/quickstopThen install individual plugins:
/plugin install arborist@quickstop
/plugin install muxy@quickstop
/plugin install miser@quickstopClone and use directly:
git clone https://github.com/acostanzo/quickstop.git
claude --plugin-dir /path/to/quickstop/plugins/arboristAutomatic syncing of gitignored config files across git worktrees.
Features:
- Auto-syncs missing config files from main on session start
- Interactive
/arborist:tendcommand for manual sync with source selection - Auto-excludes regeneratable directories (node_modules, build, .venv, etc.)
Commands:
/arborist:tend- Interactive sync of gitignored config files
Natural language tmux session management. Describe what you want, Claude builds it.
Features:
- Natural language session creation with visual previews
- Template system with smart variable inference
- Auto-detected shell (no configuration needed)
- Dramatically simplified from v2 (2 commands vs 9)
Commands:
/muxy:doctor- Verify setup/muxy:templates- List available templates
Requirements:
- tmux installed
- Node.js (for tmux-mcp)
Mise polyglot version manager integration for Claude Code's non-interactive bash environment.
Features:
- Automatic mise activation in shims mode at session start
- Works with non-interactive bash (no prompt hooks needed)
- MCP integration exposing mise's built-in server (tools, env, tasks, config)
- Diagnostic command for troubleshooting
Commands:
/miser:doctor- Diagnose mise integration and verify tool availability
Requirements:
- mise installed
- Tools installed via mise (e.g.,
mise install node@20)
Plugins are developed using the plugin-dev plugin from claude-plugins-official.
See CLAUDE.md for development guidelines.
MIT