GH O ST
The AI that actually does things well
Plain text workspace
Section titled “Plain text workspace”Identity, shell envirorment, agents, skills, knowledge — editable files in
~/GHOST/.
Edit markdown, lua, or nix files to change behavior.
Inspect notes and workflows with any text editor.
Token efficiency
Section titled “Token efficiency”Minimal tools. Miminal prompt. Minimal context.
Everything is built with the goal of spending as few tokens as possible.
Why use many tokens when few do trick?
Reflection
Section titled “Reflection”Idle conversations become structured knowledge — diary entries, notes, wiki links.
Research findings get curated into cited references automatically.
Your GHOST learns while you sleep.
Knowledge graph
Section titled “Knowledge graph”[[from>wiki links]] typed edges between notes.
Archived web sources with typed citations.
Hybrid BM25 + embedding search.
GHOST HACK
Section titled “GHOST HACK”Just ask and the Puppet Master takes over your channel.
A coding agent inspired by pi-mono.
Loads project rules, repo-local skills, and agents automatically.
/kill when done.
Lua agents
Section titled “Lua agents”Background workers — cron, idle triggers, or spawned by other agents.
Restricted tools, own system prompts, discovered through skills.
Run tools automatically before hitting a model for deterministic behavior.
> ghost search "error handling patterns" NOTES 3 hits (BM25 + cosine) REFERENCES 12 sources, 4 domains DIARY 2 entries error-handling.md ── links: [[with>rust-style]], [[used_in>ghost-codebase]] ── cites: references/rust/blog.burntsushi.net/unwrap.md