skill-tag-taxonomist
Infer and audit skill tags from names, descriptions, and catalog authoring rows. Use when organizing catalog taxonomies. NOT for live catalog index edits.
skill-tag-taxonomist224 wordsMITv1.0.0Repo-owned
skill-tag-taxonomist
Infer and audit skill tags from names, descriptions, and catalog authoring rows. Use when organizing catalog taxonomies. NOT for live catalog index edits.
Quick Start
Install:
npx skills add github:wyattowalsh/agents --skill skill-tag-taxonomist -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencodeUse: /skill-tag-taxonomist <skill-name|repo> [--format json]
Works with Claude Code, Gemini CLI, OpenCode, and other agentskills.io-compatible agents.
What It Does
Section titled “What It Does”Propose and audit tag assignments for repository skills and catalog entries.
| $ARGUMENTS | Action |
|---|---|
<name> | Tag report for one skill |
repo / --all | Tag matrix for all repo skills |
--format json | Machine-readable report |
| Empty | Show tag heuristics and example commands |
Critical Rules
Section titled “Critical Rules”- Treat inferred tags as proposals until a maintainer confirms them.
- Never hand-edit
skills-catalog-index.jsonor generated catalog MDX. - Prefer kebab-case tag ids aligned with docs catalog routes.
- Pair tag audits with skill-compat-matrix for harness-specific caveats.
- Route catalog authoring edits to docs-steward after human review.
| Field | Value |
|---|---|
| Source Type | repo-owned |
| Display Source | github:wyattowalsh/agents |
| Source Kind | repo |
| Installability | portable command |
| Review State | reviewed |
| Target Agents | antigravity, claude-code, codex, crush, cursor, gemini-cli, github-copilot, grok, opencode |
| Field | Value |
|---|---|
| Name | skill-tag-taxonomist |
| License | MIT |
| Version | 1.0.0 |
| Author | wyattowalsh |
| Field | Value |
|---|---|
| Argument Hint | `[skill-name |
View Full SKILL.md
---name: skill-tag-taxonomistdescription: >- Infer and audit skill tags from names, descriptions, and catalog authoring rows. Use when organizing catalog taxonomies. NOT for live catalog index edits.user-invocable: trueargument-hint: "<skill-name|repo> [--format json]"license: MITmetadata: author: wyattowalsh version: "1.0.0"---
# Skill Tag Taxonomist
Propose and audit tag assignments for repository skills and catalog entries.
**Scope:** Tag inference and reporting only. Does not edit generated catalog indexes or authoring MDX.
## Dispatch
| $ARGUMENTS | Action ||------------|--------|| `<name>` | Tag report for one skill || `repo` / `--all` | Tag matrix for all repo skills || `--format json` | Machine-readable report || Empty | Show tag heuristics and example commands |
## Tag Heuristics
| Tag | Signal ||-----|--------|| `conventions` | Name or description mentions conventions, standards, lint || `orchestration` | orchestrator, delegate, ensemble, workflow || `security` | security, audit, scanner, quarantine || `docs` | docs, readme, steward, catalog || `mcp` | mcp, server, registry || `eval` | eval, scaffold, adequacy |
## Workflow
```bashuv run python skills/skill-tag-taxonomist/scripts/tag_report.py <name>uv run python skills/skill-tag-taxonomist/scripts/tag_report.py --all --format json```
Apply tag changes in `docs/src/authoring/skills/<id>.mdx` or skill metadata — not via generated catalog pages.
## Validation Contract
```bashuv run python skills/skill-tag-taxonomist/scripts/check.py```
## Critical Rules
1. Treat inferred tags as proposals until a maintainer confirms them.2. Never hand-edit `skills-catalog-index.json` or generated catalog MDX.3. Prefer kebab-case tag ids aligned with docs catalog routes.4. Pair tag audits with skill-compat-matrix for harness-specific caveats.5. Route catalog authoring edits to docs-steward after human review.Resources
Section titled “Resources”Skill CatalogBrowse custom and external skills.
CLI ReferenceInstall and manage skills.
agentskills.ioThe open ecosystem for cross-agent skills.
