timurgaleev/memex

Self-hosted personal AI knowledge brain -- hybrid (vector + keyword + entity-graph) search over your notes and code, served to any MCP agent (Claude Code, Cursor, Codex). One AWS account, zero telemetry, MIT.

8Stars on the repository
55Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

academic-verify

01

timurgaleev/memex

Skill Claude CodeCodex

Verify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through the agent's web search tooling for the actual lookup, then formats results as a citation-checked brain page. Use when a book/article/conversation cites a study and you want…

8 7d ago A 75 tokens original MIT

advisor

02

timurgaleev/memex

Skill Claude CodeCodex

Proactive "make the most of the brain" coaching. Runs the advisor tool on a cadence and pings the user with the top high-leverage actions for their brain: version drift, pending migrations, stalled jobs, low embed coverage, setup smells, and skillpack drift. Read-only; always asks before fixing.

8 7d ago A 70 tokens original MIT

archive-crawler

03

timurgaleev/memex

Skill Claude CodeCodex

Universal archivist for personal file archives (Dropbox/B2/Gmail-takeout/local-mount/hard-drive-dump). Filters for high-value content (the user's own writing, ideas, relationships) and surfaces it interactively. REFUSES TO RUN without an explicit config/archive-crawler brain page carrying a scanpaths: allow-list.

8 7d ago A 74 tokens copy · 92% MIT

article-enrichment

04

timurgaleev/memex

Skill Claude CodeCodex

Transform raw article text dumps in the brain into structured pages with executive summary, verbatim quotes, key insights, why-it-matters, and cross-references. Replaces walls-of-text with quotable, actionable brain pages.

8 7d ago A 50 tokens original MIT

ask-user

05

timurgaleev/memex

Skill Claude CodeCodex

Reusable pattern for presenting the user with explicit choices and gating execution until they respond. Used by other skills when a decision point requires human input before proceeding. Platform-agnostic — works on Telegram (inline buttons), Discord, CLI, or any agent with a message tool.

8 7d ago A 60 tokens copy · 94% MIT

book-mirror

06

timurgaleev/memex

Skill Claude CodeCodex

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/ -personalized plus an optional PDF via brain-pdf.

8 7d ago A 71 tokens original MIT

brain-ops

07

timurgaleev/memex

Skill Claude CodeCodex

Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking. Read this before any brain interaction.

8 7d ago A 42 tokens original MIT

brain-pdf

08

timurgaleev/memex

Skill Claude CodeCodex

Generate a publication-quality PDF from any brain page via the host agent's PDF renderer. Strips YAML frontmatter, sanitizes emoji, applies running headers and page numbers. Brain page is always the source of truth; PDF is a rendering.

8 7d ago A 52 tokens original MIT

brain-taxonomist

09

timurgaleev/memex

Skill Claude CodeCodex

Filing gate for ALL brain writes. Consulted before creating any new brain page to determine the correct path. Reads the LIVE ontology via the ontologyget tool — no hardcoded directory table. Also runs periodic taxonomy drift detection via findorphans and rundoctor.

8 7d ago A 67 tokens original MIT

brain-upgrade

10

timurgaleev/memex

Skill Claude CodeCodex

Keep the brain server current. When the advisor or doctor reports version drift (the running server is behind the latest tagged release), apply the upgrade per the operator's chosen mode: notify (prompt the operator with a 4-option question + snooze) or auto (an unattended host timer the operator opted into). The…

8 7d ago B 103 tokens original MIT

briefing

11

timurgaleev/memex

Skill Claude CodeCodex

Compile daily briefing with meeting context, active deals, and citation tracking.

8 7d ago A 16 tokens original MIT

capture

12

timurgaleev/memex

Skill Claude CodeCodex

Save any thought or content into the brain via one CLI command. The single human-facing entrypoint that replaces "pageput vs index-then-verify" decisions with one command that just works.

8 7d ago A 41 tokens original MIT

citation-fixer

13

timurgaleev/memex

Skill Claude CodeCodex

Audit and fix citation formatting across brain pages. Ensures every fact has an inline [Source: ...] citation matching the standard format. Also scans for broken tweet/post references that lack actual URLs and resolves them via the agent's own web search tooling.

8 7d ago A 57 tokens original MIT

cold-start

14

timurgaleev/memex

Skill Claude CodeCodex

Day-one data bootstrapping for a new brain. Sequences the highest-leverage data sources to go from empty brain to useful brain in one session. Uses the agent host's managed connectors for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter…

8 7d ago A 97 tokens original MIT

concept-synthesis

15

timurgaleev/memex

Skill Claude CodeCodex

Deduplicate and synthesize raw concept stubs into a tiered intellectual map (T1 Canon to T4 Riff), tracing idea evolution across sources over time. Transforms thousands of raw concept pages into a curated intellectual fingerprint.

8 7d ago A 50 tokens original MIT

cron-scheduler

16

timurgaleev/memex

Skill Claude CodeCodex

Schedule management with staggering, quiet hours, and wake-up override. Validates schedules, prevents collisions, and gates delivery during quiet hours.

8 7d ago A 31 tokens original MIT

cross-modal-review

17

timurgaleev/memex

Skill Claude CodeCodex

Quality gate via second model. Spawn a different AI model to review work before committing. Includes refusal routing: if one model refuses, switch silently to the next. Extended in v1.1 with structured review-mode gating (when to invoke vs not) and a second-model code-review handoff for the diff-review case.

8 7d ago A 74 tokens copy · 86% MIT

daily-task-manager

18

timurgaleev/memex

Skill Claude CodeCodex

Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.

8 7d ago A 31 tokens original MIT

daily-task-prep

19

timurgaleev/memex

Skill Claude CodeCodex

Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.

8 7d ago A 33 tokens original MIT

data-research

20

timurgaleev/memex

Skill Claude CodeCodex

Structured data research: search sources, extract structured data, archive raw sources, maintain canonical tracker pages, deduplicate. Parameterized via YAML recipes for investor updates, donations, company updates, or any email-to-structured-data pipeline.

8 7d ago A 49 tokens original MIT

eiirp

21

timurgaleev/memex

Skill Claude CodeCodex

Everything In Its Right Place. The universal post-work organizer. After any significant work session, EIIRP runs a 7-phase audit: (1) inventory every output, (2) walk the filing taxonomy to decide where each lands, (3) check ontology consistency against the brain's actual shape, (4) file enriched brain pages, (5)…

8 7d ago A 133 tokens original MIT

enrich

22

timurgaleev/memex

Skill Claude CodeCodex

Enrich brain pages with tiered enrichment protocol. Creates and updates person/company pages with compiled truth, timeline, and cross-links. Use when a new entity is mentioned or an existing page needs updating.

8 7d ago A 44 tokens original MIT

frontmatter-guard

23

timurgaleev/memex

Skill Claude CodeCodex

Validate and auto-repair YAML frontmatter on brain pages. Catches malformed pages before they pollute the brain (missing closing ---, nested quotes, slug mismatches, null bytes, empty frontmatter, YAML parse failures). Wraps the doctor's frontmatter surface plus page-level repair for agent-driven workflows.

8 7d ago A 73 tokens original MIT

timurgaleev/memex

Skill Claude CodeCodex

Compress an agent's routing file (RESOLVER.md or AGENTS.md) by converting granular skill-per-row tables into functional-area dispatchers. Each area lists sub-skills in a "(dispatcher for: ...)" clause. The LLM reads one area entry and routes to the correct sub-skill. Proven via held-out A/B eval: dispatcher pattern…

8 7d ago A 89 tokens copy · 88% MIT