Auto-Categorize
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.
Workflow
Identify input: raw text pasted in conversation, a URL (fetch with WebFetch), or a topic the user described.
Classify: Read
CLAUDE.mdfor 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>.mdand confirm.
Tool guidance
- New content (URL captures, user-provided text): Use Write to create the file.
- Existing file being re-categorized: Use Edit for frontmatter changes, Bash
mvto relocate.