Agent Plugins Marketplace
← All plugins

rhize-ops

v0.26.0

Rhize Media's internal operations toolkit — hands off work to teammates with full context, tracks which skills are actually earning their keep, and helps run multiple Claude agents safely at once.

CodexClaude Code4 Skills

By Rhize Media2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install rhize-ops for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Rhize-Media/rhize-plugins
codex plugin marketplace upgrade rhize-plugins
codex plugin add rhize-ops@rhize-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the rhize-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “rhize-ops” remain stable.

  • Codex: rhize-ops@agent-plugin-marketplace → rhize-ops@rhize-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Rhize-Media/rhize-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rhize-ops/.

Plugin files

rhize-ops/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/cross-model-handoff/SKILL.md
├── skills/delegate-to-teammate/SKILL.md
├── skills/parallel-agent-optimization/SKILL.md
└── skills/skill-dashboard/SKILL.md

Included Skills4

cross-model-handoffskills/cross-model-handoff/SKILL.md

Request an independent review or bounded file task from the other provider through the shared Rhize bridge, in either direction between Claude Code and Codex. Use when the user asks Claude to consult Codex, Codex to consult Claude, or explicitly authorizes a cross-model review or task. Keep implementation, integration and approval with the coordinating host.

delegate-to-teammateskills/delegate-to-teammate/SKILL.md

Delegate tasks to a configured teammate by gathering session context, formatting clear instructions, creating a Jira issue, publishing the full handoff brief to Confluence and vault notes as attachments on the Jira issue, and notifying via Slack. ALWAYS use this skill when the user says "delegate this to [name]", "hand this off to [name]", "assign this to [name]", "send this to [name]", "[name] should handle this", "create a task for [name]", or any variation of asking someone to take over a task. Also trigger on a bare "delegate", "hand off", or "assign" in the context of passing work to someone else — the default recipient is whoever is configured at ~/.claude/rhize-ops/delegate.config.json. Run `/rhize-ops:delegate-setup` first if no config exists.

parallel-agent-optimizationskills/parallel-agent-optimization/SKILL.md

Required whenever parallel or multi-agent work is mentioned, discussed, proposed, planned, reviewed, benchmarked, optimized, or employed—including subagents, agent dispatch, concurrent agents, or delegation to multiple agents. Invoke before spawning or dispatching any agent. Use `assess` for discussion or planning without execution or receipts. For real work, apply Rhize's self-contained routing strategy when two or more genuinely independent, bounded lanes justify the coordination cost; otherwise choose sequential or gated execution. Comparisons evaluate baseline versus Rhize routing only in isolated replayable fixtures.

skill-dashboardskills/skill-dashboard/SKILL.md

Render the live skill-monitor audit dashboard. Aggregates every per-run snapshot in the standalone rhize-skill-monitor tool's data/snapshots/ into one interactive view (weekly trend, top skills with rank deltas, direct/indirect leverage, prune candidates, subagent-type breakdown, project rollup, host/Cowork split, week-over-week delta). Use when the user says "show the skill dashboard", "render the audit dashboard", "skill usage dashboard", "/skill-dashboard", or asks to visualize skill-monitor data.

Plugin manifests2

rhize-ops/.codex-plugin/plugin.json
{
  "name": "rhize-ops",
  "version": "0.26.0",
  "description": "Rhize Media's internal operations toolkit — hands off work to teammates with full context, tracks which skills are actually earning their keep, and helps run multiple Claude agents safely at once.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "operations",
    "delegation",
    "parallel-agents",
    "task-graph",
    "evaluation",
    "observability",
    "rhize"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Rhize Ops",
    "shortDescription": "Delegation and safe parallel-agent operations for Rhize.",
    "longDescription": "Rhize operational workflows for delegation and host-neutral, inspectable parallel task graphs with self-contained two-arm routing and privacy-safe terminal v2 receipts.",
    "developerName": "Rhize Media",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Prepare a safe delegation handoff for this task.",
      "Assess whether this work should use parallel agents.",
      "Set up Rhize benchmark baselines and evaluation capture."
    ]
  }
}
rhize-ops/.claude-plugin/plugin.json
{
  "name": "rhize-ops",
  "version": "0.26.0",
  "description": "Rhize Media's internal operations toolkit — hands off work to teammates with full context, tracks which skills are actually earning their keep, and helps run multiple Claude agents safely at once.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "operations",
    "delegation",
    "handoff",
    "jira",
    "slack",
    "fireflies",
    "parallel-agents",
    "evaluation",
    "observability",
    "team-workflow",
    "rhize"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rhize-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhize-ops)