Skill Claude CodeCodex
Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.
Skill Claude CodeCodex
Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.
Skill Claude CodeCodex
Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.
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.
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 taxonomy to decide where each lands, (3) check schema-pack consistency against the brain's actual shape, (4) file enriched brain pages, (5) audit the…
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.
Skill Claude CodeCodex
Validate and auto-repair YAML frontmatter on brain pages. Catches malformed pages before they enter the brain (missing closing ---, nested quotes, slug mismatches, null bytes, empty frontmatter, YAML parse failures). Wraps the gbrain frontmatter CLI for agent-driven workflows.
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…
Skill Claude CodeCodex
Proactive "make the most of gbrain" coaching. Runs gbrain advisor 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 uninstalled brain skills. Read-only; always asks before fixing.
Skill Claude CodeCodex
Keep gbrain current. When a gbrain invocation prints an UPGRADEAVAILABLE marker (or gbrain self-upgrade --check-only reports an update), apply it per the configured selfupgrade.mode: notify (prompt the operator with a 4-option question + snooze) or auto (apply silently). The action is always the hardcoded gbrain…
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".
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.
Skill Claude CodeCodex
Route content to specialized ingestion skills. Detects input type and delegates.
Skill Claude CodeCodex
This skill has been replaced by the setup skill. See skills/setup/SKILL.md.
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.
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.
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.
Skill Claude CodeCodex
Universal migration from Obsidian, Notion, Logseq, markdown, CSV, JSON, Roam.
Skill Claude CodeCodex
Unified Minions skill for both deterministic shell jobs and LLM subagent orchestration. Replaces the older gbrain-jobs routing intent. Use when: submitting gbrain jobs, shell/background tasks, spawning subagents, checking progress, steering running work, pausing/resuming, parallel fan-out. One durable, observable…
Skill Claude CodeCodex
Brain-augmented web research. Sends brain context about a topic to Perplexity, which searches the web with citations and returns what is NEW vs what the brain already knows. Use for entity enrichment, current-state checks, deal monitoring, and freshness deltas. NOT for simple URL fetches (use webfetch) or brain-only…
Skill Claude CodeCodex
Share brain pages as beautiful password-protected HTML with zero LLM calls.
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.
Skill Claude CodeCodex
Where new brain files go. Decision protocol for filing brain pages by primary subject, not by format or source. Reference for all brain-writing skills.
Skill Claude CodeCodex
Save and load timestamped reports. Keyword routing for fast lookup. Cron jobs save output as reports; the agent or user queries them by keyword.
Skill Claude CodeCodex
Evolve your brain's schema pack. Add page types, propose new ones from corpus scans, backfill page.type on existing pages, audit pack health. Triggers when an agent notices untyped pages, custom domains needing typed entities (researcher, contract, deposition), or wants to see what types the pack declares.