By Kalamari0227
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Search previous Claude Code conversations using semantic or text search
Launch Memory Bank web dashboard to visualize conversations, facts, and search history
Launch Memory Bank web dashboard to visualize conversations, facts, and search history
Use when the user asks to analyze, organize, or report on their ENTIRE conversation history — e.g. "모든 대화 분석", "대화내역 정리", "전체 대화 리포트", "대화 분석 리포트", "analyze all conversations", "summarize my conversation history". Produces a coverage-checked, organized report of all archived conversations (projects, decisions, patterns, activity timeline, gaps) and kicks off backfill for unanalyzed sessions.
Use when user asks 'how should I...' or 'what's the best approach...' after exploring code, OR when you've tried to solve something and are stuck, OR for unfamiliar workflows, OR when user references past work. Searches conversation history.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Conversations → Knowledge Graph. Claude Code conversations become searchable, structured knowledge.

analyzing-all-conversations skill — new plugin skill that analyzes and organizes your ENTIRE indexed conversation history into one report, and kicks off backfill for unanalyzed sessionsmemory-bank analyze command — the deterministic engine behind the skill: coverage, per-project rollups, fact/domain breakdowns, monthly timeline, backfill recommendations.jsonl.zst archive support — archives compressed out-of-band keep working across every read path (no extra dependency; requires Node >= 22.15 for built-in zstd)memory-bank analyze + analyzing-all-conversations skill: coverage-checked report over the entire conversation index (projects, facts, domains, timeline, backfill gaps) — run memory-bank sync first so new conversations are indexed.jsonl.zst reads across every path (parser, read tool, search, sync, stats, verify) using Node's built-in zstd (Node >= 22.15) — archives compressed out-of-band keep workingsearch, read, search_facts, search_ontology, ask_avatar, trace_fact, explore_graph, cross_project_insights, graph_stats▲ Prompt Input User messages, tool calls, assistant responses
│ → JSONL archiving → embedding (384-dim)
│
◎ User Scope LLM extracts facts (decisions, preferences, patterns)
│ → global facts shared across all projects
│
● Project Scope Facts scoped per project, clustered by domain
│ → cross-project insights available
│
◇ Ontology Auto-classified into domains & categories
→ typed relations: INFLUENCES / SUPPORTS / SUPERSEDES / CONTRADICTS
→ multi-hop graph traversal (up to 3 hops)
graph LR
A[Session End] -->|sync| B[Parse JSONL]
B --> C[Generate Embeddings]
C --> D[SQLite + sqlite-vec]
A -->|extract| E[Haiku LLM]
E --> F[Facts]
F -->|classify| G[Ontology]
G -->|detect| H[Relations]
I[Session Start] -->|consolidate| J[Vector Search]
J --> K[Haiku LLM]
K -->|merge/replace/evolve| F
L[Query] -->|search| D
L -->|RAG| F
L -->|traverse| H
In Claude Code:
/plugin marketplace add https://github.com/Kalamari0227/our_room
/plugin install memory-bank
/plugin update memory-bank
memory-bank sync # Sync & index conversations
memory-bank search "React auth" # Semantic search
memory-bank stats # Index statistics
memory-bank analyze # Full-history analysis report (coverage, projects, facts)
memory-bank analyze aggregates the entire conversation index into one report — deterministic, read-only, no LLM calls. It reports on what has been indexed into SQLite: archive files that were never synced are not visible to it. The SessionStart hook syncs in the background, but that runs asynchronously — when freshness matters, run memory-bank sync (foreground) and let it finish before analyzing.
npx claudepluginhub kalamari0227/our_roomUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and antigravity CLIs when installed) to get diverse perspectives on coding problems
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.