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…
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".
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.
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.
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.
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.
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…
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…
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.
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.
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.
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…
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…
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.
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.
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.
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?"…