cosmicstack-labs/gbrain-lite
Lightweight personal knowledge base — markdown + YAML frontmatter structured notes with full-text search and cross-referencing for AI agents
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill gbrain-lite
> Organize books, people, concepts, and news items from conversations into a searchable, cross-referenced markdown knowledge base.
brain/books/ people/ meetings/ ideas/ articles/ projects/ news/.md filenews/YYYY-MM-DD/brain/ directory (ripgrep/grep)brain/{type}/{slug}.mdlinks field in related entriestitle and datesummary field — search and listing depend on itupdated — it auto-updates on saveitem_id as dedup key (format: github:owner/repo / hn:12345 / arxiv:url)item_id + first_seen + star_history (GitHub entries)item_id field when creating news entriesitem_id for news entries, validated in creation workflowreferences/garry-tan-gbrain-inspiration.md — GBrain system design referenceTake cosmicstack-labs/gbrain-lite from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.