blog-taxonomy

Extract, audit, and sync blog taxonomy tags and categories via CMS APIs.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-taxonomy-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-taxonomy
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-taxonomy
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-taxonomy-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces inconsistent, thin, or bloated blog taxonomies by helping you extract tag/category candidates from content and then audit and sync them to your CMS.

Core Features & Use Cases

  • Tag and category suggestion from headings, emphasis phrases, and existing frontmatter using keyword frequency and semantic clustering
  • Taxonomy audit to find orphan tags, thin tag archives, bloat, and depth issues so archives stay useful
  • CMS synchronization that pushes taxonomy changes to major platforms via authenticated API adapters

Quick Start

Ask an AI to run: suggest and sync updated tags and categories for your WordPress posts, using the file or CMS source you specify.

Frequently Asked Questions about blog-taxonomy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up orphan and thin tags in my CMS blog taxonomy?

Cleaning up orphan tags and thin tag archives requires a taxonomy audit to identify depth issues and bloat. You can extract and rank candidate tags from headings and emphasized phrases, enforce minimum post-count thresholds, and then sync the cleaned taxonomy to your CMS.

How do I generate SEO tag suggestions from blog post content?

Generating SEO tag suggestions involves extracting headings, emphasis phrases, and existing frontmatter from your content. The process uses keyword frequency and semantic clustering to rank candidate tags, keeping your blog categories navigable and SEO-aligned.

Does this taxonomy audit work with WordPress and other major CMS platforms?

Yes, taxonomy audits and synchronization work across supported CMS platforms. The process uses authenticated API adapters to perform create, list, and update operations, pushing taxonomy changes directly to your CMS.

What is the best way to sync updated blog categories and tags to a CMS?

The best way to sync updated blog categories and tags is to use authenticated CMS API adapters. After parsing content and ranking candidate tags, the adapters execute create, list, and update operations to push the taxonomy changes directly to your platform.

How do I prevent bloated tag archives when adding new blog categories?

Preventing bloated tag archives involves enforcing minimum post-count thresholds during tag suggestion. By auditing your taxonomy for depth issues and thin tag archives before syncing, you ensure that only SEO-ready and useful categories are pushed to your CMS.