From vault-tools
Interactively create a vault note with guided type selection, tags, and template. Triggers: "create a note about", "new note", "add a note on", "start writing about", "I want to document", "write up", "jot down". For quick capture without prompts, use auto-categorize instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault-tools:new-noteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new note with the correct template and frontmatter.
Create a new note with the correct template and frontmatter.
Title: Use $ARGUMENTS if provided, otherwise ask.
Load schema: Read CLAUDE.md for current valid types with descriptions. Present them for selection — do not hardcode.
Type: Ask the user to pick one. Show type name and "Use When" description.
Tags: Ask for tags (free-form, kebab-case). Show common tags as suggestions but accept any value.
Generate: Read the matching template from Templates/<Type>.md. Fill frontmatter: title, type, tags, created as today, status: active. If the user provided content context in conversation, generate the body.
Write to Notes/<type>/<kebab-case-title>.md and confirm with final frontmatter.
If the user provides enough context upfront (e.g., "/new-note MCP Server Setup — it's a config guide about MCP"), infer type and tags. Confirm choices rather than re-asking.
The canonical type list comes from the vault's CLAUDE.md (loaded in step 2). This table is a fallback if that file is unavailable. Template path pattern: Templates/<Type>.md (capitalized).
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.
Captures lightweight short-form notes (observations, insights, strategy snippets) to `meta/notes/` with optional tags and artifact linkage. Use when you want to quickly jot something down.
Creates and edits notes in PKM vault using templates for ADR, research, tasks, meetings; duplicate checks via semantic search, link discovery, annotations, index updates.