timurgaleev

115 mods across 2 repositories, 13 stars between them.

frontmatter-guard

25

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

idea-ingest

27

timurgaleev/memex

Skill Claude CodeCodex

Ingest links, articles, tweets, and ideas into the brain. Fetch content, save to brain with analysis, create author people page, and cross-link. Use when the user shares a link or says "read this", "save this", "think about this".

8 7d ago A 60 tokens original MIT

idea-lineage

28

timurgaleev/memex

Skill Claude CodeCodex

Trace one idea's evolution through the brain: first mention, best articulation, related concepts, reversals, contradictions, abandoned branches, and the current live version. Use for single-idea conceptual lineage, not broad concept-map synthesis or structured entity metrics.

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

ingest

29

timurgaleev/memex

Skill Claude CodeCodex

Route content to specialized ingestion skills. Detects input type and delegates.

8 7d ago A 17 tokens original MIT

install

30

timurgaleev/memex

Skill Claude CodeCodex

Deprecated pointer. Installation is handled by the setup skill; this entry exists only to route legacy "install" phrasing to it.

8 7d ago A 29 tokens original MIT

maintain

31

timurgaleev/memex

Skill Claude CodeCodex

Brain health checks: back-link enforcement, citation audit, filing validation, stale info detection, orphan pages, and benchmarks. Use when asked to check brain health, run maintenance, or audit quality.

8 7d ago A 44 tokens original MIT

media-ingest

32

timurgaleev/memex

Skill Claude CodeCodex

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

8 7d ago A 52 tokens original MIT

meeting-ingestion

33

timurgaleev/memex

Skill Claude CodeCodex

Ingest meeting transcripts into brain pages with attendee enrichment, entity propagation, and timeline merge. A meeting is NOT fully ingested until the enrich skill has processed every entity.

8 7d ago A 42 tokens original MIT

migrate

34

timurgaleev/memex

Skill Claude CodeCodex

Universal migration from Obsidian, Notion, Logseq, markdown, CSV, JSON, Roam.

8 7d ago A 24 tokens original MIT

minion-orchestrator

35

timurgaleev/memex

Skill Claude CodeCodex

Unified background-work skill for both deterministic server-side jobs and agent-side subagent orchestration. Use when: submitting durable jobs, shell/background tasks, spawning subagents, checking progress, cancelling/retrying running work, parallel fan-out. One durable, observable queue interface plus the agent's own…

8 7d ago A 69 tokens original MIT

perplexity-research

36

timurgaleev/memex

Skill Claude CodeCodex

Brain-augmented Perplexity research. Pulls brain context about a topic, then drives Perplexity (the agent's Perplexity tooling or API; any web-search tool as fallback) with that context so the web pass surfaces what is NEW vs what the brain already knows, with citations. Use for entity enrichment, current-state…

8 7d ago A 104 tokens original MIT

publish

37

timurgaleev/memex

Skill Claude CodeCodex

Share brain pages as beautiful password-protected HTML with client-side encryption.

8 7d ago A 15 tokens original MIT

query

38

timurgaleev/memex

Skill Claude CodeCodex

Answer questions using the brain's knowledge with 3-layer search, synthesis, and citation propagation. Use when the user asks a question, wants a lookup, or needs information from the brain.

8 7d ago A 40 tokens original MIT

repo-architecture

39

timurgaleev/memex

Skill Claude CodeCodex

Where new brain pages go. Decision protocol for filing brain pages by primary subject, not by format or source. Reference for all brain-writing skills.

8 7d ago A 34 tokens original MIT

reports

40

timurgaleev/memex

Skill Claude CodeCodex

Save and load timestamped reports as brain pages. Keyword routing for fast lookup. Scheduled jobs (systemd timers, agent schedulers) save output as reports; the agent or user queries them by keyword.

8 7d ago A 45 tokens original MIT

schema-author

41

timurgaleev/memex

Skill Claude CodeCodex

Evolve the brain's type taxonomy. Add page types, propose new ones from corpus scans, backfill frontmatter type on existing pages, audit taxonomy health. Triggers when an agent notices untyped pages, custom domains needing typed entities (researcher, contract, deposition), or wants to see what types the brain…

8 7d ago A 69 tokens original MIT

schema-unify

42

timurgaleev/memex

Skill Claude CodeCodex

Migrate a brain with runaway type proliferation to the canonical 15-type taxonomy via a doctor check + a durable unify-types job. Collapses dozens of noisy frontmatter types to 15 canonical with subtypes, slug-alias rows, and real link rows. Triggers when the doctor flags type proliferation, or the user asks "what is…

8 7d ago A 85 tokens original MIT

setup

43

timurgaleev/memex

Skill Claude CodeCodex

Set up memex with provisioned Postgres (RDS + pgvector), AGENTS.md injection, first import.

8 7d ago A 25 tokens original MIT

signal-detector

44

timurgaleev/memex

Skill Claude CodeCodex

Always-on ambient signal capture. Fires on every inbound message to detect original thinking and entity mentions. Spawn as a cheap sub-agent in parallel, never block the main response.

8 7d ago A 39 tokens original MIT

skill-creator

45

timurgaleev/memex

Skill Claude CodeCodex

Create new skills following the memex conformance standard. Generates SKILL.md with frontmatter, Contract, Phases, Output Format, and Anti-Patterns. Checks MECE against existing skills. Updates manifest and resolver.

8 7d ago A 50 tokens original MIT

skill-optimizer

46

timurgaleev/memex

Skill Claude CodeCodex

Self-evolving skill optimization via SkillOpt-paper-grounded text-space optimizer.

8 7d ago A 19 tokens original MIT

skillify

47

timurgaleev/memex

Skill Claude CodeCodex

The meta skill. Turn any raw feature into a properly-skilled, tested, resolvable unit of agent capability. Cross-modal eval is the recommended Phase 3 quality gate: 3 frontier models from different model families critique the output, you iterate to quality, THEN write tests that lock in the proven-good behavior.

8 7d ago A 69 tokens original MIT

skillpack-check

48

timurgaleev/memex

Skill Claude CodeCodex

Run memex skillpack check to produce an agent-readable JSON health report for the brain install. Wraps memex doctor + the embedding/source status rollup so a host agent (a morning-briefing run, any scheduled check) can see at a glance whether the brain needs attention. Use when the user asks "is the brain healthy?"…

8 7d ago A 109 tokens original MIT