catalyst-foundry
v2.5.0Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/repair (setup-catalyst), terminal launcher config (setup-warp), and research-doc curation (research-curate). Future home for the compound-engineering retro/learning loop.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add catalyst-foundry@agent-plugin-marketplacePaste 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/catalystClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/foundry/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/migrate-dual-harness/SKILL.md├── skills/research-curate/SKILL.md├── skills/setup-catalyst/SKILL.md└── skills/setup-warp/SKILL.md
Included Skills4
Migrate a single-harness repo to the dual-harness layout so both Claude Code and Codex load the same instructions and skills — AGENTS.md as the portable canonical doc, a thin CLAUDE.md `@AGENTS.md` bridge, and a `.agents/skills` dir with a `.claude/skills` symlink onto it. Use when asked to migrate to dual-harness, make this repo work in both Claude and Codex, or for agent metadata cleanup. Ends with a quality review: canonical-form convergence and checkup-clean are applied mechanically; conciseness / progressive-disclosure findings are reported, with editorial changes confirmed with the user first.
Walk thoughts/shared/research/ and thoughts/shared/plans/, score each doc's staleness, regenerate INDEX.md, and append LLM-surfaced contradictions to CONTRADICTIONS.md (append-only). Source docs are never modified. Classification: current (age<90d AND refs valid), needs-review (age>=90d OR broken refs), likely-stale (age>=180d AND no recent activity). Inventory is deterministic; contradiction detection runs one LLM call per cluster (CTL-467 + CTL-468 / Initiative 4 Phase 1+2).
Diagnose and fix Catalyst setup issues. Validates tools, database, config, OTel, direnv, the Catalyst Cloud replica mirror, and thoughts. Automatically fixes what it can — creates directories, initializes the database, sets WAL mode, runs migrations. Use for new installs, upgrades, or when something isn't working.
Interactively configure Warp terminal as a Catalyst launcher. Checks Warp install, detects projects, interviews the user for display details (name/emoji/color/variants) and generates ~/.warp/tab_configs/*.toml files with session-naming and remote-control wiring. Idempotent — re-run to add or update projects.
Plugin manifests2
{
"name": "catalyst-foundry",
"version": "2.5.0",
"description": "Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/repair (setup-catalyst), terminal launcher config (setup-warp), and research-doc curation (research-curate). Future home for the compound-engineering retro/learning loop.",
"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": [
"setup",
"maintenance",
"thoughts",
"curation",
"diagnostics"
],
"license": "MIT",
"interface": {
"displayName": "Catalyst Foundry",
"shortDescription": "Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/re…",
"longDescription": "Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/repair (setup-catalyst), terminal launcher config (setup-warp), and research-doc curation (research-curate). Future home for the compound-engineering retro/learning loop.",
"developerName": "Coalesce Labs",
"category": "Development",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/re…"
]
}
}{
"name": "catalyst-foundry",
"version": "2.5.0",
"description": "Setup, maintenance, and compounding upkeep of the Catalyst framework and the thoughts/ knowledge base: framework diagnostics/repair (setup-catalyst), terminal launcher config (setup-warp), and research-doc curation (research-curate). Future home for the compound-engineering retro/learning loop.",
"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": [
"setup",
"maintenance",
"thoughts",
"curation",
"diagnostics"
],
"dependencies": [
"catalyst-dev"
],
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[catalyst-foundry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/catalyst-foundry)