cynthiajones34

61 mods across 1 repository, 0 stars between them.

daily-task-manager

25

cynthiajones34/GBrain

Skill Claude CodeCodex

Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.

0 25d ago A 31 tokens copy · 100% MIT

daily-task-prep

26

cynthiajones34/GBrain

Skill Claude CodeCodex

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

0 25d ago A 33 tokens copy · 88% MIT

data-research

27

cynthiajones34/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.

0 25d ago A 49 tokens copy · 91% MIT

eiirp

28

cynthiajones34/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…

0 25d ago A 133 tokens original MIT

enrich

29

cynthiajones34/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.

0 25d ago A 44 tokens copy · 100% MIT

frontmatter-guard

30

cynthiajones34/GBrain

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.

0 25d ago A 68 tokens original MIT

cynthiajones34/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…

0 25d ago A 89 tokens copy · 100% MIT

gbrain-advisor

32

cynthiajones34/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.

0 25d ago A 76 tokens copy · 95% MIT

gbrain-upgrade

33

cynthiajones34/GBrain

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…

0 25d ago B 103 tokens original MIT

idea-ingest

34

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

0 25d ago A 60 tokens copy · 100% MIT

idea-lineage

35

cynthiajones34/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.

0 25d ago A 60 tokens copy · 100% MIT

ingest

36

cynthiajones34/GBrain

Skill Claude CodeCodex

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

0 25d ago A 17 tokens copy · 100% MIT

install

37

cynthiajones34/GBrain

Skill Claude CodeCodex

This skill has been replaced by the setup skill. See skills/setup/SKILL.md.

0 25d ago A 0 tokens copy · 100% MIT

maintain

38

cynthiajones34/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.

0 25d ago A 44 tokens copy · 83% MIT

media-ingest

39

cynthiajones34/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.

0 25d ago A 52 tokens copy · 100% MIT

meeting-ingestion

40

cynthiajones34/GBrain

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.

0 25d ago A 42 tokens copy · 100% MIT

migrate

41

cynthiajones34/GBrain

Skill Claude CodeCodex

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

0 25d ago A 24 tokens copy · 100% MIT

minion-orchestrator

42

cynthiajones34/GBrain

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…

0 25d ago A 82 tokens copy · 100% MIT

perplexity-research

43

cynthiajones34/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…

0 25d ago A 80 tokens copy · 100% MIT

publish

44

cynthiajones34/GBrain

Skill Claude CodeCodex

Share brain pages as beautiful password-protected HTML with zero LLM calls.

0 25d ago A 16 tokens copy · 88% MIT

query

45

cynthiajones34/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.

0 25d ago A 40 tokens copy · 92% MIT

repo-architecture

46

cynthiajones34/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.

0 25d ago A 34 tokens copy · 100% MIT

reports

47

cynthiajones34/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.

0 25d ago A 32 tokens copy · 100% MIT

schema-author

48

cynthiajones34/GBrain

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.

0 25d ago A 67 tokens original MIT