Recommended Plugins

Third-party Claude Code plugins that pair well with Propel. Two of them power Propel's bridge skills (/c-codex, /codex-lead, /c-review) and are required for those skills to function. The rest are complementary — they don't change Propel's pipeline, but they make the surrounding workflow more pleasant.

Plugins vs. Propel Skills

Propel does not bundle these plugins. The bridge skills (/c-codex, /c-review) are interaction contracts that wrap a separately-installed plugin and merge its output with Propel's auditors. If a bridge skill's plugin isn't installed, the skill pauses and points you here.

Plugins That Power Propel Skills

These two plugins are what the Plugin Skills sidebar section calls out to. Installing them unlocks the corresponding Propel bridge skill. Without them, the bridge skill refuses to run and tells you where to install from.

codex-plugin-cc — OpenAI Codex inside Claude Code

Repo: github.com/openai/codex-plugin-cc

Brings OpenAI Codex into a Claude Code session as a callable tool. Propel uses this as the substrate for cross-model critique — Claude and Codex have different training biases, and pulling Codex in at planning and code-review time catches blind spots a single model would miss.

Powers these Propel skills:

When you need it: at Gate 1 (plan review) or Gate 3 (post-implementation review), when a divergent-model perspective is worth the round-trip. think-deeply is the internal equivalent; /c-codex is the external one.

Anthropic code-review plugin — the official general-purpose review rubric

Repo: github.com/anthropics/claude-code — plugins/code-review

The official Anthropic code-review plugin ships a mature, general-purpose review rubric maintained by the Claude Code team. It is broad and well-calibrated, but generic — it does not know about your paper, your training loop, or your project conventions.

Propel's domain auditors (silent-bug-detector, paper-alignment-auditor, jax-logic-auditor, regression-guard) go deeper on research-specific concerns but cover less general ground. Running both is the widest coverage you can get.

Powers this Propel skill:

When you need it: Gate 3 on substantive diffs (>30 lines, or anything touching model / loss / data / training-loop code), or a pre-PR pass before gh pr create.

Plugins Don't Speak to You Directly

Both bridge skills enforce a strict contract: the plugin is a tool, not a voice. Claude always frames the question, captures the plugin's raw output, runs Propel's own checks in parallel, and produces a single merged card. You never see unfiltered plugin output, and the plugin never silently rewrites code.

Complementary Plugins

These don't plug into a specific Propel skill, but they improve the ergonomics of long Claude Code sessions — which is exactly the kind of session a Propel workflow tends to be.

claude-hud — status-line HUD for Claude Code

Repo: github.com/jarrodwatts/claude-hud

A heads-up display for Claude Code that surfaces session state — model, token usage, context budget, and other live metadata — in the status line. Useful in any session, and especially useful for Propel workflows.

Why it pairs well with Propel:

Install: follow the instructions in the claude-hud repo. There is no Propel-side configuration — once installed, the HUD just shows up.

Compatibility Notes

Know Another Plugin That Fits?

The list above is intentionally narrow — only plugins Propel actually relies on or has been used alongside in practice. If you've found another plugin that pairs cleanly with the pipeline (without breaking the assistant-not-agent contract or short-circuiting a gate), open an issue on the Propel repo and we'll consider adding it.