Agent Plugins Marketplace
All plugins

catalyst

v0.8.33

Catalyst: disciplined agentic development - SDD pipeline with decision-boundary model tiering, spec hardening, premortem gates, verification, and handoffs.

CodexClaude Code14 Skills

By Marat KarimovLicense: MIT3 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 18, 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 catalyst for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add catalyst@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/TransmuteLabs/Catalyst

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

catalyst/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/arcane-mode/SKILL.md
├── skills/bootup/SKILL.md
├── skills/campaign/SKILL.md
├── skills/crucible/SKILL.md
├── skills/debug/SKILL.md
├── skills/forge-skill/SKILL.md
├── skills/handoff/SKILL.md
├── skills/install/SKILL.md
├── skills/premortem/SKILL.md
├── skills/research/SKILL.md
├── skills/review/SKILL.md
├── skills/starchart/SKILL.md
├── skills/upgrade-harness/SKILL.md
└── skills/using-catalyst/SKILL.md

Included Skills14

arcane-modeskills/arcane-mode/SKILL.md

Use when executing a spec or multi-task implementation plan through subagents, when writing such a plan, when verifying a completed branch against its original goal, or when a user-ordered AMENDMENT to an approved spec must be routed (any time, including mid-execution or after acceptance). Triggers - implementation plan exists or is requested, work spans multiple tasks, subagent dispatch is available.

bootupskills/bootup/SKILL.md

Use at the start of work on a new or unfamiliar project - assess agent-readiness, fill tooling gaps, and route to the right Catalyst skill. Triggers - "let's start the project", fresh clone, no build/test/lint commands known.

campaignskills/campaign/SKILL.md

Use for a program of work spanning many sessions and multiple arcane-mode runs - several phases toward a milestone, "what's next" when a campaign exists under .catalyst/campaign/, or closing out a milestone. Not for a single feature (crucible → arcane-mode), a single foggy decision map (starchart), or resuming ordinary non-campaign work (handoff).

crucibleskills/crucible/SKILL.md

Use when a feature idea, architectural decision, or spec needs hardening before planning - requirements are fuzzy, trade-offs unresolved, or the user wants their thinking stress-tested. Also use before catalyst:arcane-mode when no approved spec exists, and when changing or amending an ALREADY-APPROVED spec that has NO plan or execution yet (the amendment fast path - never hand-edit an approved spec); once a plan, ledger, or campaign phase exists on the spec, the amendment enters via catalyst:arcane-mode's amendment route, which invokes this fast path itself and then reconciles the plan/ledger/campaign state the spec change touches.

debugskills/debug/SKILL.md

Use when facing a bug, test failure, performance regression, or unexpected behavior whose cause is not yet proven - before proposing or applying any fix. Also when a previous fix didn't hold, or debugging spans context resets. Triggers - "why is this failing", "it broke", "it's slow", flaky behavior, a fix that didn't stick.

forge-skillskills/forge-skill/SKILL.md

Use when creating a new skill or agent definition, editing an existing one, or verifying that a skill actually changes behavior - for this family or project-local skills. Triggers - "add a skill", "the skill isn't working", "update the skill", packaging session/spike findings as a skill.

handoffskills/handoff/SKILL.md

Use when ending a session with unfinished work, before context compaction, or when resuming from a previous session's handoff document. Triggers - session wrap-up, context near limit, "continue from last time".

installskills/install/SKILL.md

Use when setting up or repairing the Catalyst/ContinuousClaude toolchain - a fresh machine, missing binaries, binary-dependent features degrading, or "install/update the toolchain". Also the doctor - run it to diagnose which tools actually respond.

premortemskills/premortem/SKILL.md

Use when a plan or spec is ready and implementation has not started - failure-state projection before work begins. The gate between an approved plan and dispatching Task 1. Also gate RE-RUNS on amended or rejected ground, and REVERSALS of a previously accepted risk (the user withdraws an acceptance) - any time, including mid-execution or after the work shipped (the season rule bars retroactive analysis of shipped work, not re-gating amendments or honoring withdrawals).

researchskills/research/SKILL.md

Use for open-ended investigation where the answer is not yet known - exploring a domain, comparing approaches, understanding an unfamiliar system. Not for executing toward a known goal.

reviewskills/review/SKILL.md

Use for standalone code review outside the arcane-mode pipeline - "review this code", "review my PR", "check before merge", "what did I break" - and for cleanup requests like "clean this up / remove the AI slop" (the deslop pass). For task review inside the pipeline use arcane-mode's critic flow instead.

starchartskills/starchart/SKILL.md

Use when an effort is too large for one agent session and the route is still foggy - you can feel the shape of the work but cannot yet write it down as a spec or a plan. Also for re-entering a standing decision map - a committed .catalyst/map/ directory in the repo. Not for well-scoped features.

upgrade-harnessskills/upgrade-harness/SKILL.md

Use when extending the ouros sandbox with a new external function - "add X search to the sandbox", "database query function from sandbox", "extend sandbox with X". Requires the ContinuousClaude binary layer (tools/ouros_harness.py present in the project).

using-catalystskills/using-catalyst/SKILL.md

Use when starting a session or deciding which Catalyst skill a task needs - the family's process-skill routing and its coordination with other libraries. Injected at session start.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "catalyst",
  "version": "0.8.33",
  "description": "Catalyst: disciplined agentic development - SDD pipeline with decision-boundary model tiering, spec hardening, premortem gates, verification, and handoffs.",
  "author": {
    "name": "Marat Karimov"
  },
  "homepage": "https://github.com/TransmuteLabs/Catalyst",
  "repository": "https://github.com/TransmuteLabs/Catalyst",
  "license": "MIT",
  "keywords": [
    "skills",
    "sdd",
    "subagents",
    "planning",
    "verification",
    "workflows"
  ],
  "skills": "./skills/",
  "hooks": {},
  "interface": {
    "displayName": "Catalyst",
    "shortDescription": "SDD pipeline, spec hardening, premortem gates, verification, and handoffs for coding agents",
    "longDescription": "Use Catalyst to run disciplined multi-step software work: bootup and routing, open-ended research, spec hardening, decision mapping, premortem gates, a subagent-driven development pipeline with decision-boundary model tiering and goal-backward verification, standalone review, systematic debugging, and cross-session handoffs.",
    "developerName": "Marat Karimov",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Let's start disciplined work on this project.",
      "Help me turn this idea into a hardened spec and a plan."
    ],
    "websiteURL": "https://github.com/TransmuteLabs/Catalyst"
  }
}
.claude-plugin/plugin.json
{
  "name": "catalyst",
  "description": "Catalyst skills family: subagent-driven development pipeline with decision-boundary model tiering, file handoffs, and goal-backward verification",
  "version": "0.8.33",
  "author": {
    "name": "Marat Karimov"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "sdd",
    "subagents",
    "planning",
    "verification",
    "workflows"
  ]
}

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

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