🎉 gald3r v5.0.0-beta.51 is out — Throne, gald3r_ide and the CLI ship together on one tag — Throne sign-in lands on the Wails build, and every project now carries its first commandment.See release notes →

Wiki documentation — Gald3r-Labs/gald3r

Platform Support

Last synced July 6, 2026Edit on GitHub wiki

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

PlatformHooksRulesSkillsCommandsMCPEngine tier
aider⚠️⚠️CLI (L1)
ampMCP (L2)
antigravityMCP (L2)
astrbotMCP (L2)
augmentMCP (L2)
claudeMCP (L2)
clineMCP (L2)
codebuddyMCP (L2)
codexMCP (L2)
continue⚠️MCP (L2)
copilotMCP (L2)
cursorMCP (L2)
deepcode⚠️MCP (L2)
geminiMCP (L2)
gooseMCP (L2)
hermesMCP (L2)
junie⚠️MCP (L2)
kilo_codeMCP (L2)
kimiMCP (L2)
kiroMCP (L2)
kiro_cliMCP (L2)
mistral⚠️⚠️⚠️MCP (L2)
openclawMCP (L2)
opencodeMCP (L2)
openhandsMCP (L2)
qoderMCP (L2)
qwenMCP (L2)
replitMCP (L2)
rooMCP (L2)
trae⚠️MCP (L2)
voidMCP (L2)
warp⚠️MCP (L2)
windsurfMCP (L2)
subqfiles-only (L0)

What the columns mean

ColumnMeaning
HooksNative lifecycle hook system + gald3r hook wiring
RulesPersistent always-apply rules / memory injection
Skillsg-skl-*/SKILL.md discovery + invocation
Commands@g-* slash commands / workflow equivalents
MCPModel Context Protocol server support
Engine tierHow 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_

This page is ingested one-way from the Gald3r-Labs/gald3r GitHub wiki. Edits happen on the wiki; this static copy regenerates on the next build — never the other way around.