Instructions file CodexOpenCode
AGENTS.md instructions for cynthiajones34/GBrain, covering agents working on gbrain, install (5 min), read this order, trust boundary (critical) and common tasks.
Instructions file CodexOpenCode
AGENTS.md instructions for cynthiajones34/GBrain, covering agents working on gbrain, install (5 min), read this order, trust boundary (critical) and common tasks.
Instructions file
Claude Code instructions for cynthiajones34/GBrain, covering claude.md, north star, two organizational axes (read this first), architecture and reference map (load on demand).
Skill Claude CodeCodex
Search and write the company knowledge brain. Use for any question about the org, people, projects, decisions, or history, and to persist durable knowledge beyond this scope's notebook.
Skill Claude CodeCodex
Reference skill demonstrating the 10/10 skillpack contract. Adds a "what does this skillpack do" answer to the user's agent.
Skill Claude CodeCodex
Route to Mars (introspective thought partner / demo showman voice persona). Used when the operator wants depth, meaning, or impressive social demos rather than logistics. Mars handles SOLO mode (philosophy, presence, patterns) and DEMO mode (tool-driven showmanship) automatically.
Skill Claude CodeCodex
Route to Venus (sharp executive-assistant voice persona). Used for logistics — calendar, tasks, recent messages, brain lookups — at sub-second phone-call latency. The default voice persona unless DEFAULTPERSONA=mars is set.
Skill Claude CodeCodex
Post-call handling for a voice session — turn the transcript into a brain page, post the summary to the operator's messaging surface, archive the audio. Belt-and-suspenders: fires both from a tool the voice persona can call mid-call AND from the automatic call-end handler in server.mjs.
Skill Claude CodeCodex
When/what to retrieve — open the brain page for a salient entity before answering from memory.
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…
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.
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.
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.
Skill Claude CodeCodex
Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/ -personalized.md plus an optional PDF via brain-pdf.
Skill Claude CodeCodex
Run gbrain at minimum cost for a single-operator personal brain. Use when installing, tuning, or auditing gbrain spend.
Skill Claude CodeCodex
Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking. Read this before any brain interaction.
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.
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.
Skill Claude CodeCodex
Compile daily briefing with meeting context, active deals, and citation tracking.
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.
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.
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…
Skill Claude CodeCodex
Deduplicate and synthesize raw concept stubs into a tiered intellectual map (T1 Canon to T4 Riff), tracing idea evolution across sources over time. Transforms thousands of raw concept pages into a curated intellectual fingerprint.
Skill Claude CodeCodex
Schedule management with staggering, quiet hours, and wake-up override. Validates schedules, prevents collisions, and gates delivery during quiet hours.
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.