Content & Site Intelligence Custom Skills · Curated

Tag Suggester

Recommends tags and categories from the site's existing taxonomy before inventing new ones.

What it does

Reads a post and matches it against the site's existing tags and categories first, only proposing a new term when nothing existing fits, which keeps the taxonomy from sprawling into near-duplicate tags over time. It also flags when a post fits an existing category so well that a near-duplicate tag would be redundant.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/tag-suggester/ (or ~/.claude/skills/tag-suggester/ for all projects)

GitHub Copilot (VS Code)

.github/skills/tag-suggester/

OpenAI Codex

.codex/skills/tag-suggester/

Cursor

.cursor/skills/tag-suggester/ (or ~/.cursor/skills/tag-suggester/ globally)

Compatibility

Any WordPress site. No special plugin required; reads and writes core taxonomy (categories and tags).