blog-taxonomy
Installation
SKILL.md
Blog Taxonomy
Manage tags, categories, and topic clusters across CMS platforms.
Commands
| Command | Purpose |
|---|---|
/blog taxonomy suggest <file> |
Extract candidate tags and categories from content |
/blog taxonomy sync <cms> |
Push taxonomy to CMS via authenticated API |
/blog taxonomy audit [directory] |
Check for thin tags, orphan tags, taxonomy bloat |
Tag Suggestion Workflow
Step 1: Parse Content Structure
Read the target file and extract:
- All H2 and H3 headings (primary topic signals)
- Bold and italic phrases (emphasis signals)
Related skills