beeweave: Skill for Claude Code

.skills/wiki/beeweave-tag-taxonomy/SKILL.md

beeweave-tag-taxonomy is a skill for Claude Code, Codex from ptonlix/beeweave. It costs 118 tokens per session (1,925 once invoked), scanned A, a copy of tag-taxonomy, MIT.

A rule set for keeping tags in an Obsidian wiki consistent. It uses a controlled vocabulary, meaning an approved list of tags and their aliases.

In plain words
What is it for?
Use it when auditing, choosing, normalizing, or updating tags on Obsidian wiki pages.
Why use it?
It prevents the same idea from being labelled in several different ways, which makes wiki pages harder to find and group.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is ptonlix/beeweave's own configuration. It tells Claude Code and Codex how to work on beeweave itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything beeweave configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ptonlix/beeweave. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ptonlix/beeweave/main/.skills/wiki/beeweave-tag-taxonomy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ptonlix/beeweave

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for beeweave-tag-taxonomy

README.md
[![agentmods](https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-tag-taxonomy/github.svg)](https://agentmods.dev/skills/ptonlix/beeweave/beeweave-tag-taxonomy)
Your own site
<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-tag-taxonomy"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-tag-taxonomy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for beeweave-tag-taxonomy

Your own site · 80×15
<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-tag-taxonomy"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-tag-taxonomy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,925 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.01925
Opus 5 $0.00059 $0.00962
Sonnet 5 $0.00024 $0.00385
Haiku 4.5 $0.00012 $0.00193

Measured 10d ago against content hash 13a633866627, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

beeweave-tag-taxonomy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to tag-taxonomy — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.skills/wiki/beeweave-tag-taxonomy/SKILL.md · 219 lines

How it starts

The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tag Taxonomy — Controlled Vocabulary for Wiki Tags

You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary.

Before You Start

  1. Resolve config — follow the Config Resolution Protocol in beeweave-core/SKILL.md (inline @name override → walk up CWD for .env~/.beeweave/config → prompt setup). This gives BEEWEAVE_VAULT_PATH
  2. Read $BEEWEAVE_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list
  3. Read index.md to understand the wiki's scope

The Taxonomy File

The canonical tag vocabulary lives at $BEEWEAVE_VAULT_PATH/_meta/taxonomy.md. It defines:

  • Canonical tags — the tags that should be used
  • Aliases — common alternatives that should be mapped to the canonical form
  • Rules — max 5 tags per page, lowercase/hyphenated, prefer broad over narrow
  • Migration guide — specific renames for known inconsistencies

Always read this file before tagging. It's the source of truth.

Reserved System Tags

visibility/ is a reserved tag group with special rules. These tags are not domain or type tags and are managed separately from the taxonomy vocabulary:

Tag Purpose
visibility/public Explicitly public — shown in all modes (same as no tag)
visibility/internal Team-only — excluded in filtered query/export mode
visibility/pii Sensitive data — excluded in filtered query/export mode

Rules for visibility/ tags:

  • They do not count toward the 5-tag limit
  • Only one visibility/ tag per page
  • Omit entirely when content is clearly public — no tag needed
  • Never add visibility/internal just because content is technical; use it only for genuinely team-restricted knowledge
  • When running a tag audit, report visibility/ tag usage separately — do not flag them as unknown or non-canonical

When normalizing tags, leave visibility/ tags untouched — they are not subject to alias mapping.

Mode 1: Tag Audit

When the user wants to see the current state of tags:

Read the full file on GitHub · 219 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 219 lines · 118 tokens per session scan A 13a633866627

Subscribe to this mod's changes

beeweave-tag-taxonomy is a skill published in the GitHub repository ptonlix/beeweave (6 stars, last pushed 1mo ago), licensed MIT. It adds 118 tokens to every session and 1,925 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to tag-taxonomy, differing in 10 lines, and is treated as a copy.