From onebrain
Capture a stream of raw thoughts : classify them and file to inbox with action items extracted
npx claudepluginhub kengio/onebrain --plugin onebrainThis skill uses the workspace's default tool permissions.
Capture everything on your mind right now. Don't filter : just say it.
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.
Capture everything on your mind right now. Don't filter : just say it.
Say:
Go for it : what's on your mind? Dump everything. I'll sort it out.
Wait for the user to share their thoughts. Don't interrupt.
Silently analyze and classify each item:
| Type | Description | Destination |
|---|---|---|
| Task | Something to do | Extract as task with date |
| Idea | Creative or speculative thought | File to inbox |
| Note | Fact, reference, or information | File to inbox |
| Project | Something needing a dedicated note | Create/update in 01-projects/ |
| Question | Open question or uncertainty | File to inbox with ? tag |
| Feeling/Reflection | Personal reflection or emotion | File to inbox |
File immediately : do not ask for confirmation first.
Create 00-inbox/YYYY-MM-DD-braindump.md (append -2, -3 if file exists):
---
tags: [inbox, braindump]
created: YYYY-MM-DD
---
# Braindump : [Month DD, YYYY]
## Raw Thoughts
[Full text of what the user shared, lightly formatted]
## Extracted Tasks
- [ ] [task 1] ๐
YYYY-MM-DD
- [ ] [task 2] ๐
YYYY-MM-DD
## Ideas
- [idea 1]
## Notes & References
- [note 1]
## Open Questions
- [question]?
## Related Notes
[[Link to relevant existing notes if any]]
(Omit this section if no related notes are found)
If any item is a direct update, task, or decision for an active project in MEMORY.md (not a passing mention), append a brief note to that project file automatically. Mention it in the confirmation.
Say in one line:
Filed to
00-inbox/YYYY-MM-DD-braindump.md. [If tasks: Extracted N tasks.] [If project link: Added note to [[Project]].]