Use gald3r with Replit Agent¶
Replit Agent is an AI coding agent built into the Replit cloud IDE — it builds, runs, and deploys apps inside a Nix-based, Linux container. It is not a local config-file IDE: there is no on-disk rules tree, no lifecycle-hook config, and no slash-command registry.
Installing gald3r into a Replit Agent project writes the CRASH overlay this tool actually reads into .agents/ — the same task board, bug tracker, and gald3r <verb> CLI every other supported platform gets, wired the way Replit Agent itself expects it. Today that's commands not yet wired, rules native, skills native, hooks not yet wired, MCP native via the gald3r engine's MCP (L2). Cheapest high-value install: ship gald3r's skill tree into /.agents/skills/ (agentskills.io SKILL.md, Project scope, versioned in the repo) — Agent discovers them natively and lazy-loads by name+description via the "Use a skill" picker. Then prime replit.md with .gald3r/ conventions, and add the gald3r MCP server (custom, remote URL) in the cloud UI.
Once installed, the same .gald3r/TASKS.md task board, bug tracker, and full gald3r <verb> CLI work identically to every other supported platform — Replit Agent is one of 37 platforms gald3r reads and writes today. Commonly searched as Replit.
Get started¶
gald3r setup
gald3r platform install replit