blog-taxonomy

Extract and synchronize blog tags and categories across CMS platforms via API.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/captaindevv/blogs --skill blog-taxonomy-captaindevv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-taxonomy
Source: https://github.com/captaindevv/blogs/tree/main/skills/blog-taxonomy
Command: npx skills add https://github.com/captaindevv/blogs --skill blog-taxonomy-captaindevv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize extraction, suggestion, and synchronization of tags, categories, and topic clusters for blog posts to prevent thin archives, inconsistent slugs, and taxonomy bloat across multiple CMS platforms.

Core Features & Use Cases

  • Content-driven tag suggestions: Extract H2/H3 headings, emphasis, and high-frequency phrases, then rank and deduplicate candidates into top suggestions.
  • CMS adapters & sync: Connect via authenticated REST, GraphQL, or GROQ to WordPress, Shopify, Ghost, Strapi, and Sanity to list, create, and assign tags/categories.
  • Taxonomy audits & recommendations: Inventory tags/categories, detect orphan or thin-tag archives, identify duplicate slugs, and produce prioritized remediation actions.
  • Use Case: Suggest tags for a draft post using semantic grouping, enforce minimum post-count thresholds, and push reconciled taxonomy updates to the target CMS.

Quick Start

Use the blog-taxonomy skill to extract tag suggestions for 'post.md' and then sync them to your WordPress site using the sync action.

Frequently Asked Questions about blog-taxonomy

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

FAQPage Schema
How do I sync blog tags across multiple CMS platforms like WordPress and Shopify?

Sync blog tags across WordPress, Shopify, Ghost, Strapi, and Sanity by connecting via authenticated REST, GraphQL, or GROQ APIs to list, create, and assign tags with built-in rate-limit and error handling.

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

Generate tag suggestions by extracting H2 and H3 headings, emphasis text, and high-frequency phrases from blog content, then ranking and deduplicating candidates into top semantic clusters.

What is the best way to audit blog taxonomy health and fix thin tag archives?

Audit blog taxonomy health by inventorying tags and categories to detect orphan archives, identify duplicate slugs, enforce minimum post-count thresholds, and produce prioritized remediation actions.

Does this taxonomy sync approach work with headless CMS platforms like Strapi and Sanity?

Yes, this taxonomy sync approach works with headless CMS platforms like Strapi and Sanity by making authenticated GraphQL or GROQ API calls to push reconciled taxonomy updates and assign tags.

How do I prevent duplicate slugs and taxonomy bloat when managing blog categories?

Prevent duplicate slugs and taxonomy bloat by applying slug deduplication, enforcing minimum post-count thresholds for tags, and identifying orphan categories during a taxonomy audit.