Rascal's AI setup tour
How it gets installed
What AGENTS.md does
Rascal's rules file is less a style guide and more an operating contract: protect voice-driven input, force evidence before claims, route work through the right tools, and make every deliverable prove itself before "done."
Inputs get cleaned up
Before the agent acts, the rules reduce ambiguity and force the right evidence source.
Work gets routed
The middle of the contract decides whether to plan, delegate, invoke skills, use MCP tools, or inspect a UI.
Outputs get safer
The last layer constrains risky behavior and makes repeated shortcuts intentional.
Skills ecosystem map
The setup has two kinds of rides: homegrown skills that encode Rascal's repeated work, and external skill packs installed by reference. The installer links owned skills, layers private overlays, and reproduces third-party packs from `external-skills.json`.
Owned core and setup operations
Skills that explain, audit, publish, or visualize the setup itself — plus the thinking tools that pressure-test a decision and route work across agents.
Media and local AI
Local-first tools for images, speech-to-text, narrated video, subtitles, browser capture, and Drive recordings.
Cloud, API, and delivery
Operational helpers grouped by workflow instead of pretending they belong to one parent skill.
External community packs
Installed by reference with `bun install.ts --externals`; grouped by how Rascal actually uses them.
Matt Pocock pipeline skills
The standouts are the planning/conversation tools: handoff, grilling, grill-with-docs, and wayfinder. The rest are available when a repo needs a more formal SDLC path.
Ponytail
The always-on coding bias: simplest working solution, native tools first, no speculative abstractions.
Discovery and knowledge tools
These are important standalone utilities, not members of another family.
LN auditors
Background review lenses. Rascal does not usually invoke these directly; they matter because larger review workflows can pull them in.
How the districts connect
The important bit is not the count. It is that recurring work becomes named, installed capability.