🎯

tag-taxonomy

🎯Skill

from ar9av/obsidian-wiki

VibeIndex|
What it does
|

Obsidian-wiki tag normalizer that reads the canonical tag vocabulary from `$OBSIDIAN_VAULT_PATH/_meta/taxonomy.md` and enforces rules (max 5 tags/page, lowercase-hyphenated, prefer broad over narrow) β€” handles reserved `visibility/public|internal|pii` tags separately, mapping aliases to canonical forms and running tag audits.

πŸ“¦

Same repository

ar9av/obsidian-wiki(8 items)

tag-taxonomy

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add ar9av/obsidian-wiki --skill tag-taxonomy
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add ar9av/obsidian-wiki --skill tag-taxonomy
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/tag-taxonomy/SKILL.md

SKILL.md

757Installs
-
AddedApr 13, 2026

More from this repository7

🎯
wiki-query🎯Skill

Obsidian-wiki retrieval skill β€” reads `~/.obsidian-wiki/config` / `.env` for the vault path, escalates from cheapest retrieval primitive to full-page reads only when needed, supports a "quick answer" index-only fast mode and a `visibility/internal|pii` filter, and synthesizes cited answers from pre-compiled wiki pages rather than raw sources.

🎯
wiki-rebuild🎯Skill

Destructive Obsidian-wiki operation that supports three modes β€” **Archive only** (timestamped snapshot to `$VAULT/_archives/`), **Archive + Rebuild** (snapshot then reprocess all sources from scratch), and **Restore** (bring back a prior archive) β€” always archiving with an `archive-meta.json` before rewriting and requiring explicit user confirmation.

🎯
cross-linker🎯Skill

Obsidian-wiki auto cross-referencing skill β€” globs the vault (excluding `_archives/`, `.obsidian/`) to build a filename/title/alias/tag registry from frontmatter-only grep, then scans pages for unlinked mentions and actually writes `[[wikilinks]]` into pages (unlike `wiki-lint` which only reports).

🎯
skill-creator🎯Skill

Full lifecycle for Claude skills β€” draft, run eval prompts against the skill, review qualitative and quantitative results with `eval-viewer`, iterate on description/content, then benchmark at larger scale.

🎯
claude-history-ingest🎯Skill

Mines your ~/.claude conversation history and memory files and distills them into interconnected Obsidian wiki pages, part of the obsidian-wiki 'LLM Wiki' framework.

🎯
codex-history-ingest🎯Skill

Knowledge management framework inspired by Andrej Karpathy's LLM Wiki pattern. Compiles knowledge into interconnected markdown files in Obsidian vaults, maintained by AI coding agents instead of repeatedly querying LLMs.

🎯
hermes-history-ingest🎯Skill

A skill for mining Hermes agent memories and sessions (~/.hermes) into an Obsidian wiki knowledge base, part of the obsidian-wiki multi-agent knowledge management framework.