From brain-os
Processes raw knowledge files (books, articles, podcasts, courses) into structured vault notes with extracted metadata, concepts, insights, quotes, and wiki-links.
npx claudepluginhub sonthanh/brain-os-pluginThis skill uses the workspace's default tool permissions.
**Vault path:** Read from `${CLAUDE_PLUGIN_ROOT}/brain-os.config.md`
Absorbs book insights into vault zones (business, personal, thinking) by generating reports on applications, personal habits, thinking seeds, and proposing updates. Handles single books or cross-book synthesis.
Ingests raw source documents into structured wiki pages for sources, entities, and concepts with summaries, key claims, and bidirectional wikilinks. Use for building knowledge bases from articles or notes.
Ingests content from Confluence, Google Docs, GitHub repos, remote URLs, or local files into Second Brain vault. Converts to Markdown via docling, extracts graph with /graphify, persists via /bedrock:preserve.
Share bugs, ideas, or general feedback.
Vault path: Read from ${CLAUDE_PLUGIN_ROOT}/brain-os.config.md
Note: When using /study pipeline, ingestion is handled by self-learn Phase 3 automatically. Use /ingest standalone for manual processing of raw files outside the study pipeline.
/ingest (no argument) — Process all raw files{vault}/knowledge/raw/ for unprocessed filesprocessed: true to the raw file's frontmatter/ingest [filepath] — Process a specific file{vault}/knowledge/books/[book-slug].md using the Book Note Template belowSame process, saved to respective {vault}/knowledge/[type]/ folder.
---
title: "[Book Title]"
author: "[Author]"
year: [Year]
finished: YYYY-MM-DD
rating: X/10
tags: [knowledge, book, topic1, topic2]
zone: knowledge
status: reading | completed | abandoned
---
# [Book Title]
**Author**: [Author]
**Rating**: X/10
## One-Sentence Summary
> [The book in one sentence]
## Core Thesis
[What is the author's main argument? 2-3 sentences max]
## Key Concepts
### 1. [Concept Name]
[Explanation in my own words. How I understand this.]
### 2. [Concept Name]
[Explanation]
### 3. [Concept Name]
[Explanation]
## Frameworks & Mental Models
- **[Framework name]**: [Brief description + when to use it]
## Actionable Insights
- [ ] [Something I can apply to my life/business]
- [ ] [Another actionable takeaway]
## Connections to My Vault
- Relates to [[context/strategy]] because...
- Connects to [[thinking/ideas/...]] on...
- Could inform [[business/...]]
## My Reactions & Thoughts
> [Personal reactions — what I agree/disagree with, what surprised me]
## Memorable Passages
> [Short quote or paraphrase, max 15 words] (p. XX)
## Questions This Raises
- [Question the book made me think about]
Auto-chain: /verify → /absorb → commit + push → notify.
Do NOT ask for confirmation — execute the full chain.
Follow skill-spec.md § 11. Append to {vault}/daily/skill-outcomes/ingest.log:
{date} | ingest | ingest | ~/work/brain-os-plugin | knowledge/books/{slug}.md | commit:{hash} | {result}
result: pass if all files processed, partial if some skipped, fail if errorsargs="{filepath}", score={processed}/{total}