Eagle Tag Governance — Git skill for Claude Code
Agent Skills-compatible skill to govern an Eagle library's tag vocabulary via eagle-mcp — merge, rename, normalize, dedupe & retire tags safely.
How to install Eagle Tag Governance
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ChosenXu/eagle-tag-governance and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Eagle Tag Governance does
Agent Skills-compatible skill to govern an Eagle library's tag vocabulary via eagle-mcp — merge, rename, normalize, dedupe & retire tags safely. Works with Claude Code, Codex CLI, Gemini CLI, GitHub Copilot, Cursor & WorkBuddy.
Alternatives in Git
- Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
- 40+ Claude Code Tips — Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt 5.8k ★
- Container Use — by dagger - Development environments for coding agents 3.6k ★
README
Eagle Tag Governance
English | [简体中文](readme/README.zh-CN.md)
An [Agent Skills](https://agentskills.io)-standard skill that governs the **tag vocabulary** of an [Eagle](https://eagle.cool/) library via the `eagle-mcp` MCP server — merging, renaming, normalizing, deduplicating, and retiring existing tags so the taxonomy stays clean and consistent. It runs in any Agent Skills-compatible AI agent (Claude Code, Codex CLI, Gemini CLI, GitHub Copilot, Cursor, WorkBuddy, …).
What it does
Instead of looking at individual assets, this skill works on the *tag list itself*:
- Audit — lists every tag with its usage count (
tag_get/tag_count). - Detect — spots synonyms, spelling/case/space variants, low-frequency noise (
count = 0/1), and tags that drift away from the controlled three-dimension taxonomy. - Plan — produces an editable
merge_plan.json(merges/renames/retire). - Preview & authorize — surfaces every operation with its blast radius; you review and confirm (and nothing is written without your okay).
- Execute — applies
tag_merge/tag_updatesafely. - Verify — reads the tags back to confirm the source is gone and counts are correct.
Highlights
- Safe by design — every write is dry-run first, then authorized. Tag merges/renames are global and irreversible, so the skill never skips the preview or the confirmation gate.
- Undo mapping — exports
tag_undo_mapping.json(source→target / old→new) before any write, so a bad merge can be manually reversed. - Normative target — judges "drift" against the same controlled three-dimension vocabulary (
vocabulary*.md) used byeagle-untagged-organizer, keeping both skills aligned. - Honest about limits — Eagle's MCP has no
tag_delete; retiring a tag can only merge it or strip it from items (full deletion is a manual UI step), and the plan says so plainly.
Install
Install the skill folder into your AI agent's skills directory:
| Agent |
Related Skills
Raindrop Bookmark Organizer
Agent Skills-compatible skill: batch-organize a Raindrop.io library — structured notes, three-axis controlled
Memorix
Open-source cross-agent memory layer for coding agents via MCP. Compatible with Cursor, Claude Code, Codex, Wi
Media Library Organizer Skill
A Claude Code skill for organizing media libraries (movies, TV, anime) — clean junk, merge scattered episodes,
Setup Tag Rulesets
Walkthrough: Protect release tags from force-push attacks with GitHub rulesets
CodeyBox
Runs CLI coding agents (Claude Code, Codex, Copilot, Cursor, Gemini, opencode) against a task queue. Each work
Rankmath SEO Wp
Rank Math SEO compliant WordPress article writer skill. Battle-tested on moksaweb.com. Compatible with Claude
Related Agents
TAGS
Tag Vocabulary
Verifier Acceptance
Acceptance verification agent. Uses LLM judgment to assess spec coverage, acceptance criteria completion, gove
Refactoring Assistant
Safely refactors code while maintaining behavior. PROACTIVELY use when user asks to restructure, extract, rena