Help us improve
Share bugs, ideas, or general feedback.
From onebrain
Captures free-form stream-of-consciousness thought dumps, classifies into tasks/ideas/notes/projects/questions/reflections, files to dated inbox Markdown with sections, extracts action items via background agent, links relevant projects.
npx claudepluginhub onebrain-ai/onebrain --plugin onebrainHow this skill is triggered — by the user, by Claude, or both
Slash command
/onebrain:braindumpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture everything on your mind right now. Don't filter : just say it.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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 [projects_folder]/ |
| 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 [inbox_folder]/YYYY-MM-DD-braindump.md. If a file with that name already exists: glob [inbox_folder]/YYYY-MM-DD-braindump*.md, count matches N, use suffix -NN (zero-padded to 2 digits, e.g. -02, -03):
---
tags: [inbox, braindump]
created: YYYY-MM-DD
---
# Braindump : [Month DD, YYYY]
## Raw Thoughts
[Full text of what the user shared, lightly formatted]
## 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)
Find related notes via qmd if available; fallback: Glob [projects_folder]/**/*.md, [areas_folder]/**/*.md, [knowledge_folder]/**/*.md, [resources_folder]/**/*.md. Omit ## Related Notes if nothing relevant 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.
After writing, dispatch the Task Extractor agent (agents/task-extractor.md) as a background sub-agent (run_in_background: true, mode: "bypassPermissions"), passing note_path, note_content, vault_root, projects_folder, inbox_folder, and today (today's date as YYYY-MM-DD). Proceed to Confirm immediately.
Say in one line:
💭 Filed to [inbox_folder]/YYYY-MM-DD-braindump.md. [If project link: Added note to "Project Name".]