Agent Plugins Marketplace
← All plugins

rhize-core

v1.0.6

The setup hub — finds the Rhize plugins you have installed, runs each one's own setup wizard, records evaluation baselines, and wires the optional guardrail hooks you choose, all from one command.

CodexClaude Code

By Rhize Media2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 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-core 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-core@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-core” remain stable.

  • Codex: rhize-core@agent-plugin-marketplace → rhize-core@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-core/.

Plugin files

rhize-core/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

rhize-core/.codex-plugin/plugin.json
{
  "name": "rhize-core",
  "version": "1.0.6",
  "description": "The setup hub — finds the Rhize plugins you have installed, runs each one's own setup wizard, records evaluation baselines, and wires the optional guardrail hooks you choose, all from one command.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "setup",
    "control-plane",
    "evaluation",
    "hooks",
    "onboarding",
    "version-control",
    "platform",
    "rhize"
  ],
  "interface": {
    "displayName": "Rhize Core",
    "shortDescription": "The marketplace control plane — fleet setup, evaluation baselines, and opt-in guardrail hooks.",
    "longDescription": "Discovers every installed Rhize plugin, runs each one's own expert setup wizard, establishes free/offline evaluation-coverage baselines against the central catalog, and offers an opt-in, smoke-tested guardrail-hook menu — never auto-wiring anything or starting capture on install alone.",
    "developerName": "Rhize Media",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Set up my Rhize plugins.",
      "Establish evaluation baselines for the plugins I've enabled.",
      "Show me what /rhize-core:setup would wire before I confirm anything."
    ]
  }
}
rhize-core/.claude-plugin/plugin.json
{
  "name": "rhize-core",
  "version": "1.0.6",
  "description": "The setup hub — finds the Rhize plugins you have installed, runs each one's own setup wizard, records evaluation baselines, and wires the optional guardrail hooks you choose, all from one command.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "setup",
    "control-plane",
    "evaluation",
    "hooks",
    "onboarding",
    "version-control",
    "platform",
    "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-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhize-core)