rhiza-claude
01Plugin Claude Code
Rhiza template-sync and code-quality workflow commands for Claude Code.
Plugin Claude Code
Rhiza template-sync and code-quality workflow commands for Claude Code.
Instructions file
Instructions for Jebel-Quant/rhiza-claude, covering claude.md, read this first: which side of the boundary you're on, commands, architecture and conventions.
Plugin Claude Code
Slash commands for rhiza-managed repos: init and sync from a pinned template release, score code quality, refresh README/CLAUDE.md/mkdocs, prepare releases, and report sync status.
Hook
Runs before the agent uses a tool for Bash tool calls, executing hook_bash_guard.py via python3. From Jebel-Quant/rhiza-claude.
Skill Claude CodeCodex
Install shell tab-completion for make targets, so make lists a project's targets. Writes to the user's data directory, not to the repo. Works in any make project.
Skill Claude CodeCodex
Detach this repo from rhiza — delete every rhiza-managed file listed in .rhiza/template.lock, prune the emptied directories, and remove the lock file. DESTRUCTIVE; prompts for confirmation unless --force is passed.
Skill Claude CodeCodex
Create or refresh this repo's README.md, CLAUDE.md and mkdocs.yml, detecting project metadata from git and the manifest. Preserves hand-written prose. Writes files only — no commit, no branch, no PR.
Skill Claude CodeCodex
Make the current folder a rhiza-managed repo — write the .rhiza/template.yml pointer, add a skeleton and license, open a PR. Supports Python, Rust and Go. Syncs nothing; run /rhiza:update after it merges.
Skill Claude CodeCodex
Print one bonmot from a random Peter Maffay song — a pick-me-up for a long refactor. Takes an optional theme keyword. Needs no repo and no git, so it works anywhere.
Skill Claude CodeCodex
Run the Rhiza code-quality gates and score this repo, then optionally file findings as issues. Falls back to a design-led assessment when the repo isn't rhiza-managed or synced. Assesses only — it proposes fixes but never applies them.
Skill Claude CodeCodex
Prepare a release in any git repo that declares its version locations (no .rhiza/ needed) — choose a version from a table, bump, regenerate the changelog, and open a release PR. Tags the merged commit on a second run.
Skill Claude CodeCodex
Check what CI on the origin says about this repo's open pull/merge requests, then diagnose and fix the red ones on their own branches. Reads the forge, reproduces locally, pushes fixes to the request's branch — never to the default branch.
Skill Claude CodeCodex
Report this repo's rhiza state — whether the config is valid, and what was actually synced. Read-only. Add --files for a tree of managed files, or --check for upstream drift.
Skill Claude CodeCodex
Sync this rhiza-managed repo to the latest (or a given) template release and open a PR containing only template-owned files. Runs no gates and files no issues — use /rhiza:quality for a score.