Skip to content

A collection of Claude Code plugins for workflow enhancement and productivity - convenience tools for your agentic development sessions

License

Notifications You must be signed in to change notification settings

acostanzo/quickstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstop

A collection of Claude Code plugins for workflow enhancement and productivity.

Plugins

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

Installation

Install from Marketplace

First, add quickstop as a plugin marketplace in Claude Code:

/plugin marketplace add acostanzo/quickstop

Then install individual plugins:

/plugin install arborist@quickstop
/plugin install muxy@quickstop
/plugin install miser@quickstop

Install from Source

Clone and use directly:

git clone https://github.com/acostanzo/quickstop.git
claude --plugin-dir /path/to/quickstop/plugins/arborist

Plugin Overview

Arborist

Automatic syncing of gitignored config files across git worktrees.

Features:

  • Auto-syncs missing config files from main on session start
  • Interactive /arborist:tend command for manual sync with source selection
  • Auto-excludes regeneratable directories (node_modules, build, .venv, etc.)

Commands:

  • /arborist:tend - Interactive sync of gitignored config files

Muxy

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)

Miser

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)

Contributing

Plugins are developed using the plugin-dev plugin from claude-plugins-official.

See CLAUDE.md for development guidelines.

License

MIT

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages