The rimo-tools plugin marketplace for Claude Code — a catalog of plugins maintained by rimo.
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.
| 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.) |
— |
.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
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).
MIT — see LICENSE.