oracle
Installation
SKILL.md
Rules
The Oracle
- Oracle bundles a prompt plus the right files so another AI (GPT 5 Pro + more) can answer. Use when stuck/bugs/reviewing.
- Run
npx -y @steipete/oracle --helponce per session before first use.
Self-improvement
- Continuously improve agent workflows.
- When a repeated correction or better approach is found, codify it:
- Global rules (apply to all agents/projects): add a numbered
.mdfile in~/.config/dotfiles/config/agents/rules/(e.g.09-<name>.md). These get concatenated into every agent's system prompt at rebuild (hey re). Keep rules short (<500B) — if longer, make a skill instead. - Project-specific memory (pi only): use
memory_writetosystem/style.md,system/project.md, orreference/<topic>.md.
- Global rules (apply to all agents/projects): add a numbered
- No prior approval needed for codifying learnings.
- When applying a previously codified rule in a future session, call it out and tell the user which rule triggered the behavior.
- Echo back any new learnings to the user when writing them.