capture

Solid

Quick note capture with automatic wikilink suggestions to related existing notes. Use when the user wants to save a single, specific, titled idea, insight, or piece of information to the vault. Do NOT use for: unstructured multi-thread thought dumps (use braindump), saving a URL for later (use bookmark), deeply summarizing an article or URL (use summarize), processing a book (use reading-notes), or teaching the agent a preference (use learn).

AI & Automation 20 stars 2 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Capture Quickly capture a note, idea, reference, or piece of information : with automatic linking to related notes. --- ## Step 1: Ask What to Capture If the user invoked `/capture` without content, ask: > What do you want to capture? If they provided content after `/capture [content]`, use that directly. --- ## Step 2: Determine Note Type and Location Classify the content : do not ask, infer from context: | Type | Destination | |------|-------------| | Fleeting note / rough idea | `[inbox_folder]/YYYY-MM-DD-[slug].md` | | Personal insight / synthesis | `[knowledge_folder]/[best-subfolder]/[Topic Name].md` | | External reference / source | `[resources_folder]/[best-subfolder]/[Topic Name].md` | | Ongoing responsibility | `[areas_folder]/[best-subfolder]/[Topic Name].md` | | Project update | append to `[projects_folder]/[subfolder]/[Project Name].md` | **For subfolders:** glob existing subfolders in the target folder and pick the best fit. If none match, create a new kebab-case name (1–2 words). Do not ask : decide and proceed. --- ## Step 3: Find and Link Related Notes Search for related notes (use the search tools if available, otherwise Glob `[knowledge_folder]/**/*.md`, `[resources_folder]/**/*.md`, `[areas_folder]/**/*.md`, `[projects_folder]/**/*.md`). Exclude the destination file. For search-tool results, only include candidates with `rerank_score ≥ 0.30` (prefer `≥ 0.60`) — drop anything below 0.30. Include top 1–3 as wikilinks automatically. Omit `## Re...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
4 months ago
Last Updated
5 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

vault-note-capture

When user says "take a note", "note this down", "write it down", "save this", "remember this", "make a note of this" (or paraphrase), write a markdown note to ~/Vault/Notes/<Category>/. Invoke this skill on those phrases.

24 Updated today
nikolanovoselec
AI & Automation Listed

create-obsidian-note

Capture notes into the user's personal Obsidian vault the way its conventions require, and work with its Bases and Categories. Use this WHENEVER the user wants to save, capture, or jot down a note, insight, concept, or learning into their Obsidian vault, or create or edit a Base or Category there, even if they never say "Obsidian", as long as the intent is clearly to persist something into their personal notes. Use it too when they ask where a note should go or how the vault is organized.

0 Updated 5 days ago
taewanu
AI & Automation Listed

kg-capture

Knowledge capture rules. Capture mid-conversation, not after — context is cached, so a write costs almost nothing now but saves full re-derivation next session. Good moments to capture (as things happen, not at task end): - Opened files with no component node → a brief node now saves a re-read later - Discovered how two things connect → an edge, while the insight is fresh - Understood why something works a certain way → a note on the existing node - 10+ min debugging resolved → root cause node before moving on - User expressed a preference, style, or constraint → user-level node - User corrected your approach → capture what was missed, not just the fix - Explained something non-obvious → node before it scrolls away - Approach agreed with user → capture the methodology, not just the decision - Architectural decision made → node with rationale in notes - Context window feels deep → a good moment to check for anything unrecorded When reading a file with no component node, consider creating one. Gist = what it ha

4 Updated today
mironmax