From onebrain
Process a book or article into structured progressive summary notes saved to the resources folder
npx claudepluginhub kengio/onebrain --plugin onebrainThis skill uses the workspace's default tool permissions.
Turn a book or article into structured, permanent notes using the progressive summarization method, saved to your resources folder.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Turn a book or article into structured, permanent notes using the progressive summarization method, saved to your resources folder.
Usage: /reading-notes [title] or /reading-notes then follow prompts.
Ask:
What are you taking notes on?
- Title:
- Author:
- Type: book / article / paper / other
Then ask:
Are you: a) Sharing notes/highlights you've already taken : I'll organize them b) Describing the book from memory : I'll structure what you share c) Pasting raw text or quotes : I'll extract and synthesize
Based on their answer:
Take what they give, however messy.
From the raw input, extract:
04-resources/*/books/productivity or science/neuroscience)04-resources/[suggested-path]/. OK?"File: 04-resources/[subfolder]/[Book Title] : Notes.md (subfolder confirmed in Step 4)
---
tags: [reference, topic-tag]
created: YYYY-MM-DD
source: /reading-notes
author: [Author]
type: [book/article/paper]
status: [reading/finished]
rating: [1-5 if they want to rate it]
---
# [Book Title]
*by [Author]*
## Core Thesis
[One paragraph : what is this fundamentally about?]
## Key Ideas
### [Idea 1 Title]
[Explanation in your own words]
> "[Supporting quote]"
### [Idea 2 Title]
[Explanation]
### [Idea 3 Title]
[Explanation]
## Memorable Quotes
> "[Quote 1]"
> : [Author], p. [page if known]
> "[Quote 2]"
## My Takeaways
- [What this means for my work/life]
- [What I want to try or apply]
## Questions & Further Exploration
- [Question raised by this book]
- [Related topic to research: [[Related Note]]]
## Raw Highlights
<!-- Paste original highlights here for reference -->
[Raw content if provided]
## Related
[[Related Note 1]]
[[Related Note 2]]
Notes saved to
04-resources/[subfolder]/[Title] : Notes.md.Want to:
- Add this to your reading list in a project note?
- Run
/connectto find vault notes this connects to?- Set a reminder to revisit these notes? (I can add a task)