Skip to content

rhiza-claude

A Claude Code plugin marketplace providing the rhiza plugin — slash commands for working in rhiza-managed repos: template sync, code-quality scoring, README/doc upkeep, and repo stats.

Install

/plugin marketplace add Jebel-Quant/rhiza-claude
/plugin install rhiza@rhiza-claude

Or, from a shell:

make install

The commands appear namespaced under the plugin — type /rhiza to have Claude Code autocomplete them.

Commands

These are the AI-driven workflow commands. Each has its own page.

Command What it does
/rhiza:init Bootstrap a rhiza-managed repo from scratch: git init, platform choice, scaffold, first sync, PR.
/rhiza:update Bump to the latest rhiza release, sync, run the quality gates, open a scorecard PR.
/rhiza:quality Run the code-quality gate and score the repo 1–10 across eight categories.
/rhiza:revisit Create or refresh README.md, CLAUDE.md, and mkdocs.yml.
/rhiza:stats A read-only statistics dashboard for the repo.
/rhiza:repos List the GitHub repos tagged with a rhiza topic as JSON.
/rhiza:release Prepare a release: derive the next version, bump, changelog, commit, tag (no push).
/rhiza:new Scaffold a new source module + its mirrored test, keeping layout parity.

Repo utilities

Thin, stdlib-only commands backed by bundled scripts — they read .rhiza/template.lock / .rhiza/template.yml directly and work without the rhiza CLI installed.

Command What it does
/rhiza:status Show the current sync status (template, ref, SHA, timestamp); --files lists managed files as a tree.
/rhiza:validate Validate .rhiza/template.yml.
/rhiza:uninstall Remove all rhiza-managed files (destructive).