garrytan

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

media-ingest

97

garrytan/gbrain

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.

29k 2d ago A 52 tokens original MIT

meeting-ingestion

98

garrytan/gbrain

Skill Claude CodeCodex

Ingest meeting transcripts from ANY meeting recorder into brain pages with attendee enrichment, entity propagation, and timeline merge. One unified pipeline: normalize the source into a standard transcript record, split multi-meeting recordings, resolve speakers by evidence, create the page, pass every surprising…

29k 2d ago A 125 tokens original MIT

perplexity-research

99

garrytan/gbrain

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…

29k 2d ago A 80 tokens original MIT

reports

100

garrytan/gbrain

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. Includes the Actionability Gate: delivery-time link checks (Broken/Dead/Indirect/ Missing) for briefings, meeting digests, and research reports.

29k 2d ago A 64 tokens original MIT

research-compendium

101

garrytan/gbrain

Skill Claude CodeCodex

Deep-research a topic end to end and produce a permanent, reusable knowledge asset: archive every primary source verbatim (gated by the user's privacy/retention posture), write one 1:1 summary per source, then synthesize a single self-contained compendium page. Depth is a dial (base synthesis → grounded primaries →…

29k 2d ago B 125 tokens original MIT

strategic-reading

102

garrytan/gbrain

Skill Claude CodeCodex

Read a book, article, transcript, or case study through the lens of a specific strategic problem you're facing. Produces an applied playbook that maps the source onto the problem and gives short/medium/long-term recommendations. NOT for general book summaries.

29k 2d ago A 55 tokens original MIT

voice-note-ingest

103

garrytan/gbrain

Skill Claude CodeCodex

Ingest a voice note with exact-phrasing preservation (never paraphrased). Routes content to originals/, concepts/, people/, companies/, ideas/, personal/, or voice-notes/ based on a decision tree. The user's exact words are the signal.

29k 2d ago A 56 tokens original MIT

academic-verify

104

garrytan/gbrain

Skill Claude CodeCodex

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

29k 2d ago A 74 tokens original MIT

archive-crawler

105

garrytan/gbrain

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 gbrain.yml archive-crawler.scanpaths: allow-list.

29k 2d ago A 70 tokens original MIT

article-enrichment

106

garrytan/gbrain

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.

29k 2d ago A 50 tokens original MIT

ask-user

107

garrytan/gbrain

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.

29k 2d ago A 60 tokens original MIT

book-mirror

108

garrytan/gbrain

Skill Claude CodeCodex

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

29k 2d ago A 138 tokens original MIT

brain-pdf

109

garrytan/gbrain

Skill Claude CodeCodex

Generate a publication-quality PDF from any brain page via the gstack make-pdf binary. Strips YAML frontmatter, sanitizes emoji, applies running headers and page numbers. Brain page is always the source of truth; PDF is a rendering.

29k 2d ago A 53 tokens original MIT

brain-taxonomist

110

garrytan/gbrain

Skill Claude CodeCodex

Filing gate for ALL brain writes. Consulted before creating any new brain page to determine the correct path. Reads the ACTIVE schema pack via gbrain schema show --json — no hardcoded directory table. Also runs periodic taxonomy drift detection via gbrain schema review-orphans.

29k 2d ago A 66 tokens original MIT

capture

111

garrytan/gbrain

Skill Claude CodeCodex

Save any thought or content into the brain via one CLI command. The single human-facing entrypoint that replaces "putpage vs commit-then-sync vs autopilot-wait" with one command that just works.

29k 2d ago A 44 tokens original MIT

chat-connectors

112

garrytan/gbrain

Skill Claude CodeCodex

Connect a ChatGPT or Claude account and sync its conversation history into the brain automatically. Cookie paste-in is the primary lane; sync is incremental (watermark + trailing-window gap-heal), and can run on a schedule via autopilot or host cron. Distinct from the export-file lane (that lives in…

29k 2d ago A 85 tokens original MIT

citation-fixer

113

garrytan/gbrain

Skill Claude CodeCodex

Audit and fix citation formatting across brain pages. Ensures every fact has an inline [Source: ...] citation matching the standard format. Extended in v0.25.1: scans for broken tweet/post references that lack actual URLs and resolves them via the host's X / Twitter API integration.

29k 2d ago A 67 tokens original MIT

citation-graph-ingest

114

garrytan/gbrain

Skill Claude CodeCodex

Build a TYPED citation/reference graph over an ingested corpus — not just embeddings. Flat similarity retrieval cannot tell you that document A overrules B, distinguishes C, or relieson D. This skill extracts every inter-document reference, classifies the edge TYPE with LLM judgment, and writes first-class typed edges…

29k 2d ago A 142 tokens original MIT

cold-start

115

garrytan/gbrain

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 ClawVisor for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter archive, conversation imports…

29k 2d ago A 94 tokens original MIT

company-brainify

116

garrytan/gbrain

Skill Claude CodeCodex

Extract a sanitized shared team/company brain from a personal brain. Strips internal ratings, compensation, performance assessments, retention and political dynamics from pages, takes, and facts across the full scan scope (people, companies, meetings, dailies, cross-references — not just people/), verifies with grep +…

29k 2d ago D 100 tokens original MIT

cron-scheduler

117

garrytan/gbrain

Skill Claude CodeCodex

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

29k 2d ago A 31 tokens original MIT

cross-modal-review

118

garrytan/gbrain

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 v0.25.1 with structured review-mode gating (when to invoke vs not) and a Codex code-review handoff for the diff-review case.

29k 2d ago A 76 tokens original MIT

draft-in-voice

119

garrytan/gbrain

Skill Claude CodeCodex

Ghostwrite content in a specific person's voice from a VALIDATED voice profile — tweets, replies, short posts, launch copy, recruiting blurbs, emails. Loads the subject's voice profile (people/ -voice) plus first-party context from the brain, drafts 2-3 options in-register, then runs a hard voice-fidelity self-check…

29k 2d ago A 112 tokens original MIT

eiirp

120

garrytan/gbrain

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…

29k 2d ago A 182 tokens original MIT