brain-ingest
FeaturedThe process for digesting a conversation, document, or research result, classifying it, and writing it down as brain content (a root-page update or a new/updated page) through the `brain` CLI.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- mindmuxai
- Repository
- mindmuxai/brain.md
- Created
- 2 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
brain-ingest
Work sources into the Brain — split PDFs/transcripts/articles from the vault's 00-inbox/raw/ (or a URL) into atomic, linked knowledge notes. Use when the user says "ingest", "work in this source", "split this PDF/transcript", or when new files land in raw/.
brain-page
Operating manual for reading and writing a project's brain — every read and write goes through the bundled zero-dependency `brain` CLI; never hand-edit brain files. Read it before creating or modifying any page or root page.
brain-bootstrap
Seed a freshly-scaffolded brain with real project knowledge — on an existing (brownfield) project read the code, docs, and git log to draft the six root pages and capture key historical decisions; on a near-empty (greenfield) project interview the user. Every write goes through the `brain` CLI. Run it after brain-setup.