🎉 gald3r v5.1.1 is out — Repairing upgrades and review recovery after 5.1.0..See release notes →
Pi
PartialL1 CLIbadlogic (pi-mono)
Minimal open-source terminal coding harness — hierarchical AGENTS.md, skills, hooks
✅Commands✅Rules✅Skills✅Hooks❌MCPrules: .md
CRASH Capability Matrix
CRASH = Commands · Rules · Agents · Skills · Hooks + MCP. Engine level: L1 — CLI Wrapper
| Primitive | Status |
|---|---|
| Commandscommands | ✅Commands |
| Rulesrules | ✅Rules |
| Skillsskills | ✅Skills |
| Hookshooks | ✅Hooks |
| MCPmcp | ❌MCP |
Folder Hierarchy
Files gald3r writes and the directories it expects for Pi. The .pi/ tree is the primary gald3r surface.
project-root/
.pi/ ├── skills/ <name>/SKILL.md ├── prompts/ <name>.md ← slash commands └── extensions/ *.ts ← pi.on(event) hooks AGENTS.md / CLAUDE.md ← hierarchical instruction files
Key Setup Notes
- →Minimal open-source terminal coding-agent harness (67.5k+ GitHub stars)
- →Reads AGENTS.md / CLAUDE.md via a true hierarchical directory-walk concat (global + walk-up + cwd)
- →Native Agent Skills (agentskills.io SKILL.md) in .pi/skills/ + ~/.agents/skills/
- →Native prompt-template slash commands (.pi/prompts/<name>.md); lifecycle hooks via TypeScript pi.on(event) extensions
Known Gaps
Areas where gald3r's native capability is limited or absent on Pi. The engine compensates where possible via L1 — CLI Wrapper.
- ⚠No MCP support — an explicit design choice per the project README (engine reaches it via CLI wrapper, L1)
- ⚠No project-level agents roster
Install gald3r on Pi
Run the gald3r installer and get the full CRASH system on Pi in under 5 minutes. Persistent memory, 220+ commands, and adversarial quality gates.
install — Pi
# 1. Install gald3r: download the installer for your OS from # github.com/Gald3r-Labs/gald3r_core/releases (.msi / .pkg / .tar.gz), run it, then confirm gald3r --version # 2. Scaffold .gald3r/ in your project gald3r setup # 3. Write the Pi overlay into this project gald3r platform install pi
38 platforms supported
