Skip to content

Platform Support

wrm3 edited this page Jun 20, 2026 · 1 revision

Platform Support

gald3r runs across 35+ AI coding platforms. Each platform supports a different subset of the C.R.A.S.H. primitives (Commands, Rules, Agents, Skills, Hooks) plus MCP. This page shows the capability matrix.

Legend: ✅ verified · ⚠️ partial · ❌ not supported · ❓ untested

Capability Matrix

Platform Hooks Rules Skills Commands MCP Engine tier
aider ⚠️ ⚠️ CLI (L1)
amp MCP (L2)
antigravity MCP (L2)
astrbot MCP (L2)
augment MCP (L2)
claude MCP (L2)
cline MCP (L2)
codebuddy MCP (L2)
codex MCP (L2)
continue ⚠️ MCP (L2)
copilot MCP (L2)
cursor MCP (L2)
deepcode ⚠️ MCP (L2)
gemini MCP (L2)
goose MCP (L2)
hermes MCP (L2)
junie ⚠️ MCP (L2)
kilo_code MCP (L2)
kimi MCP (L2)
kiro MCP (L2)
kiro_cli MCP (L2)
mistral ⚠️ ⚠️ ⚠️ MCP (L2)
openclaw MCP (L2)
opencode MCP (L2)
openhands MCP (L2)
qoder MCP (L2)
qwen MCP (L2)
replit MCP (L2)
roo MCP (L2)
trae ⚠️ MCP (L2)
void MCP (L2)
warp ⚠️ MCP (L2)
windsurf MCP (L2)
subq files-only (L0)

What the columns mean

Column Meaning
Hooks Native lifecycle hook system + gald3r hook wiring
Rules Persistent always-apply rules / memory injection
Skills g-skl-*/SKILL.md discovery + invocation
Commands @g-* slash commands / workflow equivalents
MCP Model Context Protocol server support
Engine tier How the bundled gald3r engine reaches the platform: L2 MCP (37 tools, 32/34 platforms), L1 CLI (uv run … gald3r), L0 files-only (SKILL.full.md fallback)

Engine tiers explained

Even where a platform lacks native hooks or commands, gald3r degrades gracefully:

  • L2 — MCP: Full experience. The bundled engine exposes 37 MCP tools the platform calls directly.
  • L1 — CLI: The engine runs via uv run --project .gald3r_sys/engine gald3r <cmd>.
  • L0 — files-only: No engine integration; gald3r still works as plain markdown files plus SKILL.full.md instructions the agent reads directly.

Every platform — even subq at L0 — gets the full file-first .gald3r/ control plane. The tiers only describe how much automation the platform's native features unlock on top of that.


Last updated: 2026-06-20 (gald3r v2.1.0) · source: PLATFORM_CAPABILITY_MATRIX.md

Clone this wiki locally