Agent Skill
2/7/2026

tag-criteria

This skill should be used when analyzing Obsidian notes for tagging, determining which tags apply to content, or understanding tag definitions and criteria. Provides the complete tag taxonomy with judgment criteria for the obsidian-tagger agent.

T
tsuyoshimishina
1GitHub Stars
1Views
npx skills add tsuyoshimishina/obsidian-claude-tools

SKILL.md

Nametag-criteria
DescriptionThis skill should be used when analyzing Obsidian notes for tagging, determining which tags apply to content, or understanding tag definitions and criteria. Provides the complete tag taxonomy with judgment criteria for the obsidian-tagger agent.

name: tag-criteria description: This skill should be used when analyzing Obsidian notes for tagging, determining which tags apply to content, or understanding tag definitions and criteria. Provides the complete tag taxonomy with judgment criteria for the obsidian-tagger agent. version: 0.2.0

Obsidian Tag Criteria

Defines criteria for tagging Obsidian notes. Tags should only be assigned when content clearly matches the criteria.

Judgment Rules

  1. Clarity Principle: Only assign tags when content clearly matches the definition
  2. Multiple Tags Allowed: Assign all applicable tags (e.g., arXiv paper -> #papers #arxiv)
  3. No Tag is OK: Do not assign any tag if none clearly match
  4. Preserve Existing Tags: Do not delete or modify existing tags
  5. Avoid Duplicates: Do not add tags that already exist
  6. Folder Path Rule: If the file path contains a folder name semantically matching a tag (e.g., 3d-reconstruction/), automatically apply that tag
    • Match folder names to tag names (with or without # prefix, hyphens normalized)
    • When ambiguous, prefer the more specific tag or skip folder-based tagging
    • Examples:
      • 3d-reconstruction/note.md -> #3d-reconstruction
      • papers/summary.md -> #papers
      • ai-tools-info/guide.md -> #ai-tools
Skills Info
Original Name:tag-criteriaAuthor:tsuyoshimishina