Mojo
Description
Local-first knowledge pipeline that distills Claude Code sessions into durable CLAUDE.md context — automatically.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Mojo 🔮
A local-first tacit-knowledge reference layer that turns Claude/Codex sessions, commits, notes, and decisions into scoped advisory context for the next task.
The Problem
Every Claude Code session produces valuable decisions, corrections, and domain rules:
- "No — in our environment we use B instead of A, because…"
- "This framework has an N+1 trap here, always prefetch…"
- "Don't revert that, it was failing because of the cache key, not the query."
And then the session ends, the context window is gone, and the next session starts from scratch. The knowledge is in the transcript, but nothing consumes it.
The Promise
Mojo captures work evidence through local hooks and backfill commands (both **Claude Code and Codex** sessions), distills durable tacit knowledge with a two-stage LLM pipeline (cheap filter → strong structurer), and keeps quality separate from applicability scope.
Three things make the loop sustainable:
- Zero marginal cost by default. The pipeline runs on headless
claude -p(your subscription), not an API key.codex execand the Anthropic API remain available as backends. - Knowledge lives as markdown in an Obsidian vault. One claim = one note; reviewing = editing frontmatter. The knowledge is visible where you already read and think, not locked in SQLite.
- Generalization is evidence, not filing. Every claim starts
project-scoped; re-observing it in a second project records evidence,
and only cross-project support suggests promotion. A counterexample
sharpens
does_not_apply_wheninstead of deleting the claim.
Your workflow stays human-controlled: Mojo surfaces what matters, why it was selected, where it applies, and where it should not be generalized.
Reference Layer, Not Auto-Injection
Mojo's default project workflow is attach/detach:
mojo attach --project ~/code/my-service
mojo refresh --project ~/code/my-service --task "debug auth cache"
mojo status --projec
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data