Skip to content

rimo/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-plugins

The rimo-tools plugin marketplace for Claude Code — a catalog of plugins maintained by rimo.

Install

Add the marketplace once:

/plugin marketplace add rimo/claude-plugins

Then install what you want:

/plugin install auto-worktree@rimo-tools   # individual plugin
/plugin install dispatch@rimo-tools         # individual plugin
/plugin install rimo@rimo-tools             # individual plugin
/plugin install rimo-all@rimo-tools         # everything (bundle)

Installing rimo-all pulls in every individual plugin automatically via plugin dependencies. After installing, run /reload-plugins to activate.

Plugins

Plugin What it does Docs
auto-worktree Automatically creates git worktrees when Claude modifies files, enabling safe parallel work without git conflicts. plugins/auto-worktree
dispatch Launch an interactive Claude Code session in another repository (new Terminal.app / iTerm2 tab) and auto-report its result when it finishes. macOS only. plugins/dispatch
rimo Rimo Voice integration — the rimo-cli skill plus the rimo mcp server. Shipped from rimo/cli; requires the rimo CLI on your PATH. rimo/cli
rimo-all Convenience bundle of the dev plugins — pulls in auto-worktree + dispatch. (The rimo product plugin is not bundled; install it directly.)

Repository layout

.claude-plugin/marketplace.json   # the rimo-tools catalog
plugins/
  auto-worktree/                  # plugin: manifest, hooks, lib, tests, docs
  dispatch/                       # plugin: dispatch skill
  rimo-all/                       # bundle: dependencies only

Development

Test a plugin locally without installing:

claude --plugin-dir ./plugins/auto-worktree

Run a plugin's test suite:

bash plugins/auto-worktree/tests/run-tests.sh

See CLAUDE.md for contribution conventions (English-only, version bumping, shell-portability rules).

License

MIT — see LICENSE.

About

Automatically creates a git worktree when Claude starts working on a new task

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages