garrytan

120 mods across 2 repositories, 160k stars between them.

correction-pipeline

73

garrytan/gbrain

Skill Claude CodeCodex

When the user corrects a factual error, root-cause it immediately. Don't just note the correction — trace the error to its source, fix the source, and prevent recurrence. Every factual error is either a data error (bad brain page, bad memory file, bad rendered SOUL/USER identity, bad facts row) or a hallucination (LLM…

29k 2d ago A 87 tokens original MIT

data-loss-gate

74

garrytan/gbrain

Skill Claude CodeCodex

Confirmation gate before any bulk delete, cleanup, or destructive operation that could result in data loss — shell-level (rm -rf, git rm, bulk sed) or brain-level (bulk forget, delete sweeps, purge-deleted, source removal, raw-SQL truncation). Presents a recoverability card and requires an explicit "yes" from the user…

29k 2d ago C 89 tokens original MIT

db-repair

75

garrytan/gbrain

Skill Claude CodeCodex

Auto-fix gbrain's Postgres access so the brain stays available. When any gbrain command or MCP tool result carries a GBRAINDBACCESS marker (or an operator reports the brain database is down), run the hardcoded gbrain db-repair ladder: diagnose, apply the safe tier, verify. The action is ALWAYS the hardcoded command …

29k 2d ago A 96 tokens original MIT

enrich

76

garrytan/gbrain

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.

29k 2d ago A 44 tokens original MIT

garrytan/gbrain

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…

29k 2d ago A 89 tokens original MIT

idea-ingest

78

garrytan/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".

29k 2d ago A 60 tokens original MIT

idea-lineage

79

garrytan/gbrain

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.

29k 2d ago A 60 tokens original MIT

ingest

80

garrytan/gbrain

Skill Claude CodeCodex

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

29k 2d ago A 17 tokens original MIT

maintain

81

garrytan/gbrain

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.

29k 2d ago A 44 tokens original MIT

garrytan/gbrain

Skill Claude CodeCodex

Before fixing a slow/stale/timeout alert, measure the step yourself. Kill the theory with a stopwatch, not a code change. Measure-first ops triage for temporal alerts (stale, timeout, freshness, wedged, N hours behind) from gbrain doctor, autopilot, sync, and cron monitors — runs BEFORE any timeout raise, threshold…

29k 2d ago A 87 tokens original MIT

postgres-adopt

83

garrytan/gbrain

Skill Claude CodeCodex

Detect which gbrain engine is in use (PGLite vs Postgres), prefer Postgres for agent-harness installs, install/provision Postgres (Supabase discovery via SUPABASEACCESSTOKEN, local Postgres, opt-in Docker), and move an existing PGLite brain with the guarded engine migration. Detection is one engine-free command; the…

29k 2d ago A 85 tokens original MIT

query

84

garrytan/gbrain

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.

29k 2d ago A 40 tokens original MIT

repo-architecture

85

garrytan/gbrain

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.

29k 2d ago A 34 tokens original MIT

garrytan/gbrain

Skill Claude CodeCodex

Gate on identity questions to the user. Before any "who is X?" (or role / relationship question) reaches the user, exhaust the brain's lookup chain: think → search + page read → mounted sources → timeline/graph → web. If escalation survives the chain, ask WITH a hypothesis, never a bare unknown. Also owns the…

29k 2d ago A 99 tokens original MIT

signal-detector

87

garrytan/gbrain

Skill Claude CodeCodex

Always-on ambient signal capture. Applies on every substantive inbound message to detect original thinking and entity mentions. Spawn as a cheap sub-agent where the harness supports it; otherwise run detection inline. Aim to never block the main response.

29k 2d ago A 51 tokens original MIT

gbrain-daily

88

garrytan/gbrain

Plugin Claude Code

Personal knowledge-brain daily use: meetings, tasks, briefings, reading, research. Published as the gbrain-daily marketplace variant. (persona variant of the gbrain plugin — 19 skills).

29k 2d ago A tokens not measured original MIT

blog-ingest

89

garrytan/gbrain

Skill Claude CodeCodex

Feed and whole-publication ingestion: turn an entire blog, newsletter, or RSS/Atom archive into brain source pages. Covers feed discovery, pagination walking, normalization to a common article shape, canonical-URL dedup, idempotent re-runs, 429 pacing, and empty-husk repair. This is the PUBLICATION-scope skill — a…

29k 2d ago B 118 tokens original MIT

briefing

90

garrytan/gbrain

Skill Claude CodeCodex

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

29k 2d ago A 16 tokens original MIT

bulk-ingestion

91

garrytan/gbrain

Skill Claude CodeCodex

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see…

29k 2d ago A 114 tokens original MIT

garrytan/gbrain

Skill Claude CodeCodex

Import AI-assistant chat exports (ChatGPT, Claude, Perplexity) and agent session transcripts into the brain as one dated page per conversation under conversations/, validate each page against the native conversation parser, extract facts via the native conversation-facts flow, and keep the archive gap-free with a…

29k 2d ago A 96 tokens original MIT

daily-task-manager

93

garrytan/gbrain

Skill Claude CodeCodex

Task lifecycle management with stable task IDs. Add, complete, defer, remove, and review tasks with deterministic action routing and fail-closed ambiguity handling. Maintains a running task list as a brain page.

29k 2d ago A 46 tokens original MIT

daily-task-prep

94

garrytan/gbrain

Skill Claude CodeCodex

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

29k 2d ago A 33 tokens original MIT

data-research

95

garrytan/gbrain

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.

29k 2d ago A 49 tokens original MIT

gbrain-advisor

96

garrytan/gbrain

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.

29k 2d ago A 76 tokens original MIT