From onebrain
Research a topic on the web and save a structured note to the resources folder
npx claudepluginhub kengio/onebrain --plugin onebrainThis skill uses the workspace's default tool permissions.
Research a topic and save the findings as a structured note in 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.
Research a topic and save the findings as a structured note in your resources folder.
Usage: /research [topic]
If topic is provided, confirm scope. If not, ask:
What do you want to research?
Then ask:
What are you trying to figure out? (This helps me focus the research.)
Optional: ask depth preference:
Search for information on the topic. Look for:
Before writing the note, synthesize what you found:
04-resources/*/technology/ai)04-resources/[suggested-path]/. OK?"
Show existing subfolders as options.File: 04-resources/[subfolder]/[Topic Name].md (subfolder confirmed in Step 4)
If a note on this topic already exists (search recursively in 04-resources/**/*.md), ask whether to create a new one or append a "Research : [Date]" section.
---
tags: [research, topic-tag]
created: YYYY-MM-DD
source: /research
sources: [list of key sources]
---
# [Topic Name]
> **Research goal:** [What the user was trying to figure out]
## Overview
[2-3 sentence summary]
## Key Concepts
### [Concept 1]
[Explanation]
### [Concept 2]
[Explanation]
## Key Takeaways
- [Actionable insight 1]
- [Actionable insight 2]
- [Actionable insight 3]
## Open Questions
- [Something the research didn't fully resolve]
## Sources
- [Source 1 : title and context]
- [Source 2 : title and context]
## Related
[[Link to related vault notes]]
After creating the note:
Research saved to
04-resources/[subfolder]/[Topic Name].md.Based on what I found, you might also want to explore:
- [Related topic 1]
- [Related topic 2]
Or run
/summarize [url]to go deeper on a specific source.