Agent Plugins Marketplace
All plugins

catalyst-legacy

v2.3.0

Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orchestrate. Superseded by catalyst-dev's execution-core/phase-agent pipeline. Requires catalyst-dev (shared backing scripts).

CodexClaude Code4 Skills

By Coalesce LabsLicense: MIT20 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add catalyst-legacy@agent-plugin-marketplace

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

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/coalesce-labs/catalyst

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

Plugin files

plugins/legacy/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/god/SKILL.md
├── skills/oneshot/SKILL.md
├── skills/orchestrate/SKILL.md
└── skills/setup-orchestrate/SKILL.md

Included Skills4

godskills/god/SKILL.md

Cross-project omniscient status view — like `top` for Catalyst work streams. **ALWAYS use when** the user says '/god', 'what's happening across projects', 'what's running', 'show me all active work', 'what orchestrators are active', 'what sessions are running', or asks a free-form question about cross-project Catalyst state (e.g. 'what PRs are open?', 'which workers are stuck?', 'what happened in the last hour?'). Shows orchestrators with wave/worker progress, active PM and oneshot sessions with recency, and recent event activity (last 30 min) from the event log. Encodes all data-source locations and naming conventions as skill knowledge.

oneshotskills/oneshot/SKILL.md

End-to-end autonomous workflow — research, plan, implement, validate, ship, and merge in one command. **ALWAYS use when** the user says 'oneshot', 'do everything end to end', 'full workflow', or wants to go from ticket/idea to merged PR autonomously. All phases run sequentially in the current session, using agent teams for parallelism when needed.

orchestrateskills/orchestrate/SKILL.md

Coordinate multiple tickets in parallel across worktrees with wave-based execution, worker dispatch, and adversarial verification

setup-orchestrateskills/setup-orchestrate/SKILL.md

Bootstrap an orchestrator worktree and print a ready-to-run command. Use when the user wants to start an orchestration run — creates the worktree, initializes global state, and outputs a single copy-paste command to launch the orchestrator in a new terminal.

Plugin manifests2

plugins/legacy/.codex-plugin/plugin.json
{
  "name": "catalyst-legacy",
  "version": "2.3.0",
  "description": "Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orchestrate. Superseded by catalyst-dev's execution-core/phase-agent pipeline. Requires catalyst-dev (shared backing scripts).",
  "author": {
    "name": "Coalesce Labs",
    "email": "[email protected]",
    "url": "https://github.com/coalesce-labs"
  },
  "homepage": "https://github.com/coalesce-labs/catalyst",
  "repository": "https://github.com/coalesce-labs/catalyst.git",
  "keywords": [
    "legacy",
    "orchestration",
    "wave",
    "oneshot",
    "workflow"
  ],
  "license": "MIT",
  "interface": {
    "displayName": "Catalyst Legacy",
    "shortDescription": "Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orches…",
    "longDescription": "Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orchestrate. Superseded by catalyst-dev's execution-core/phase-agent pipeline. Requires catalyst-dev (shared backing scripts).",
    "developerName": "Coalesce Labs",
    "category": "Development",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orches…"
    ]
  }
}
plugins/legacy/.claude-plugin/plugin.json
{
  "name": "catalyst-legacy",
  "version": "2.3.0",
  "description": "Pre-phase-agent (wave-based) orchestration workflow preserved as a documented fallback: oneshot, orchestrate, god, setup-orchestrate. Superseded by catalyst-dev's execution-core/phase-agent pipeline. Requires catalyst-dev (shared backing scripts).",
  "author": {
    "name": "Coalesce Labs",
    "email": "[email protected]",
    "url": "https://github.com/coalesce-labs"
  },
  "homepage": "https://github.com/coalesce-labs/catalyst",
  "repository": "https://github.com/coalesce-labs/catalyst.git",
  "keywords": [
    "legacy",
    "orchestration",
    "wave",
    "oneshot",
    "workflow"
  ],
  "dependencies": [
    "catalyst-dev"
  ],
  "license": "MIT"
}

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

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