Agent Plugins Marketplace
All plugins

cascade-codex

v0.1.0

Adaptive model, reasoning, context, verification, and parallel-work orchestration for Codex.

CodexAgent Plugins

By SriBYJULicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
0 skill or MCP entries
Source updated
Sep 20, 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 cascade-codex for Codex

Installs for the current user
codex plugin marketplace add SriBYJU/Cascade
codex plugin marketplace upgrade cascade-local
codex plugin add cascade-codex@cascade-local

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

Compatibility: the page URL and API slug “cascade-codex” remain stable.

  • Codex: cascade-codex@agent-plugin-marketplacecascade-codex@cascade-local

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/SriBYJU/Cascade

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

Plugin files

cascade-codex/
├── .codex-plugin/plugin.json
└── plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "cascade-codex",
  "version": "0.1.0",
  "description": "Adaptive model, reasoning, context, verification, and parallel-work orchestration for Codex.",
  "author": {
    "name": "SriBYJU",
    "url": "https://github.com/SriBYJU"
  },
  "homepage": "https://github.com/SriBYJU/Cascade",
  "repository": "https://github.com/SriBYJU/Cascade",
  "license": "MIT",
  "keywords": [
    "codex",
    "orchestration",
    "routing",
    "agents",
    "verification"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Cascade",
    "shortDescription": "Adaptive orchestration for Codex",
    "longDescription": "Routes each coding step to the least-expensive capable model or deterministic tool, minimizes context transfer, isolates concurrent writes, verifies outcomes, and learns only from admitted evidence.",
    "developerName": "SriBYJU",
    "category": "Productivity",
    "capabilities": [
      "Adaptive routing",
      "Multi-agent orchestration",
      "Verification",
      "Local-first tracing"
    ],
    "websiteURL": "https://github.com/SriBYJU/Cascade",
    "defaultPrompt": [
      "Use Cascade to plan and route this coding task.",
      "Run this task with minimum safe model usage.",
      "Explain why Cascade chose each route."
    ],
    "brandColor": "#0B1220"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cascade-codex",
  "version": "0.1.0",
  "description": "Adaptive model, reasoning, context, verification, and parallel-work orchestration for Codex.",
  "author": {
    "name": "SriBYJU",
    "url": "https://github.com/SriBYJU"
  },
  "homepage": "https://github.com/SriBYJU/Cascade",
  "repository": "https://github.com/SriBYJU/Cascade",
  "license": "MIT",
  "keywords": [
    "codex",
    "orchestration",
    "routing",
    "agents",
    "verification"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Cascade",
        "shortDescription": "Adaptive orchestration for Codex",
        "longDescription": "Routes each coding step to the least-expensive capable model or deterministic tool, minimizes context transfer, isolates concurrent writes, verifies outcomes, and learns only from admitted evidence.",
        "developerName": "SriBYJU",
        "category": "Productivity",
        "capabilities": [
          "Adaptive routing",
          "Multi-agent orchestration",
          "Verification",
          "Local-first tracing"
        ],
        "websiteURL": "https://github.com/SriBYJU/Cascade",
        "defaultPrompt": [
          "Use Cascade to plan and route this coding task.",
          "Run this task with minimum safe model usage.",
          "Explain why Cascade chose each route."
        ],
        "brandColor": "#0B1220"
      }
    }
  }
}

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

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