managing-tags

Audit markdown vault tags and merge duplicates in frontmatter.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/alexanderop/vault-astro --skill managing-tags
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-tags
Source: https://github.com/alexanderop/vault-astro/tree/main/.claude/skills/managing-tags
Command: npx skills add https://github.com/alexanderop/vault-astro --skill managing-tags

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Disorganized or inconsistent tags make navigation and discovery difficult in a markdown knowledge base, leading to duplicated effort and reduced content findability.

Core Features & Use Cases

  • Tag Audit: Scans all notes to inventory tags and count their usage.
  • Merge Suggestions: Detects similar or duplicate tags and proposes a single canonical tag.
  • Naming Enforcement: Flags tags that violate kebab‑case, case, or pluralization rules.
  • Bulk Rename: Updates frontmatter across multiple files to apply the chosen tag consolidations.

Quick Start

Use the managing-tags skill to generate a tag audit report for the vault.

Frequently Asked Questions about managing-tags

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up and merge duplicate tags in a markdown vault?

To merge duplicate tags in a markdown vault, you can run a tag audit to detect similar tags and bulk rename frontmatter across multiple files to apply a single canonical tag.

What is the best way to audit tag inconsistencies across my notes?

Auditing tag inconsistencies involves scanning all notes to inventory tags and count their usage, which helps identify duplicates and flags tags violating kebab-case.

How do I enforce kebab-case naming conventions for tags in my knowledge base?

You can enforce kebab-case naming conventions by scanning your knowledge base to flag tags that violate case or pluralization rules, then bulk renaming them in the frontmatter.

Can I bulk rename tags across multiple markdown files automatically?

Yes, you can bulk rename tags across multiple markdown files by updating the frontmatter directly, requiring file system access to read and edit notes to apply chosen consolidations.

Do I need grep to resolve tag inconsistencies in my markdown vault?

Yes, resolving tag inconsistencies requires file system access to read and edit note frontmatter and utilizes search tools such as grep to scan and identify tags across the vault.