From vault-tools
Re-evaluate and update a note's type and tags based on its content. Triggers: "reclassify", "recategorize", "re-tag", "this note is in the wrong type", "update the tags on", "this should be a config not a reference". Only runs when explicitly requested.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault-tools:reclassifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze a note's content and suggest a better type and tags.
Analyze a note's content and suggest a better type and tags.
Find the note: Search Notes/*/ for a file matching $ARGUMENTS (case-insensitive, partial match). If multiple matches, list and let user pick.
Analyze: Read the full note. Read CLAUDE.md for type definitions. Compare actual content against current metadata.
Present comparison: Show current vs. suggested classification with reasoning (e.g., "this is mostly deployment steps" not just "config").
Apply if approved:
type and tags in frontmatter. Preserve everything else.mv to relocate from Notes/<old-type>/ to Notes/<new-type>/.npx claudepluginhub seangsisg/claude-depot --plugin vault-toolsOrganizes WPS笔记 file-level tags via wpsnote-cli CLI commands. Provides tag management principles, batch safety rules, and direct CLI equivalents for all MCP operations.
Creates 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.