Modules · Powers
Brain and memory
The context. Capture, compile, self-review, sync, the dashboard, seed bundles, and onboarding.
The capabilities that feed the loop and act on it. Most run rarely and matter most: sync once a day, self-review when corrections have piled up, seed-export when a teammate needs an agent.
| Capability | What it does | Skills and tools |
|---|---|---|
| Capture | Feed the brain anything: a thought, a file, a URL, the clipboard, a correction. | tools: capture |
| Compile | Raw sessions and captures become a structured wiki that loads next session. | knowledge-compile tools: compile_next, compile_write, knowledge_lint |
| Self-review | Accumulated feedback, read together, turned into changes to the agent’s own prompts. | self-review |
| Sync | One pass through every maintenance operation, ending in a status and a next move. | sync tools: memory_prune, links_rewrite |
| Dashboard | The mission-control page regenerated from the home: today, tasks, projects, sessions, brain, reports. | dashboard tools: dashboard, report_write |
| Seed bundles | An agent’s persona and setup exported as a zip; a teammate’s fresh home imports it. | seed-export seed-import tools: seed_scan, seed_export, seed_import |
| Diagrams and prose | Mermaid validated before it ships; AI tells stripped from any text. | mermaid humanizer |
| Onboarding | A guided first run, a rename across the home, packs and custom skills configured. | init rename-agent configure-skills tools: codex_setup |
The loop, as skills
- Hooks capture every session;
capturetakes anything else: a thought, a file, a URL, a correction. knowledge-compiledistils raw capture into the wiki;syncruns it with every other maintenance pass.self-reviewreads the accumulated feedback with you and changes the agent's own prompts.dashboardrenders the result as one page.