From vault-tools
Quick-capture raw text, a URL, or conversational content into a classified vault note — no interactive prompts. Triggers: "save this as a note", "clip this", "add this to the vault", "categorize this", "turn this into a note", "I found this useful, save it".
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault-tools:auto-categorizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert raw input into a classified vault note — the fast path for capturing knowledge.
Convert raw input into a classified vault note — the fast path for capturing knowledge.
Unlike /new-note (interactive selection), this skill analyzes content and proposes classification automatically.
Identify input: raw text pasted in conversation, a URL (fetch with WebFetch), or a topic the user described.
Classify: Read CLAUDE.md for the schema. Determine best type and tags (kebab-case). Consider content kind (code? tutorial? reference?) for type, and topics for tags.
Present: Show proposed title, type, and tags. Ask the user to confirm or adjust — quick confirmation, not interactive menu.
Generate: Read the matching template from Templates/<Type>.md. Format content appropriately for the type.
Write to Notes/<type>/<kebab-case-title>.md and confirm.
mv to relocate.npx claudepluginhub seangsisg/claude-depot --plugin vault-toolsCreates dated Markdown notes with YAML frontmatter, tags, summaries, and references in .claude/data/notes/ for secondbrain. Activates on 'create note', 'capture thought', 'save this', etc.
Organizes Obsidian notes using the PARA folder structure with rules for placement by note type and descriptive naming conventions.