u/kobie0606

I built a `/focus` command for Claude Code — instant context loading from persistent memory

I built a `/focus` command for Claude Code — instant context loading from persistent memory

I've been building AI-IQ, a persistent memory system for AI agents. Just shipped v5.7.0 with a new `focus` command and submitted it to the Claude Code plugin marketplace.

**The problem:** Every Claude Code session starts fresh. You waste the first few minutes explaining what you were working on.

**The fix:** `memory-tool focus "my-project"` instantly loads:

- Relevant memories (hybrid search: keyword + semantic + graph)

- Knowledge graph entities, facts, and relationships

- Open predictions and beliefs

- Pending TODO items

- Suggested next actions

It's like a "previously on..." recap for your AI.

**How it works:**

- Single SQLite file = your AI's brain

- No cloud, works offline

- `pip install ai-iq`

- Also submitted as a Claude Code plugin — install with `/plugin marketplace add kobie3717/ai-iq`

Other features: beliefs with confidence scores, predictions you can resolve over time, knowledge graphs, dream mode (AI memory consolidation), FSRS-6 spaced repetition for natural memory decay.

GitHub: https://github.com/kobie3717/ai-iq

PyPI: https://pypi.org/project/ai-iq/

u/kobie0606 — 10 hours ago