blog-taxonomy

Extract and synchronize blog tags and categories across multiple CMS platforms.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual, error-prone work of creating, auditing, and synchronizing tags and categories across multiple CMS platforms, ensuring consistent topic organization and stronger SEO and user navigation.

Core Features & Use Cases

  • Tag and Category Extraction: Analyze post content (headings, emphasis, and body text) to propose high-quality tag and category candidates.
  • Semantic Grouping & Deduplication: Merge synonyms, singular/plural variants, and near-duplicate slugs using fuzzy matching and frequency scoring.
  • Cross-CMS Sync & Audit: Push taxonomy changes to WordPress, Shopify, Ghost, Strapi, or Sanity via authenticated REST/GraphQL/GROQ calls and run audits to identify thin, orphan, or bloated tags.
  • Use Case: Generate tag suggestions for a migrated content folder, consolidate duplicates, then sync canonical tags to the live CMS while enforcing minimum post-count thresholds.

Quick Start

Ask the skill to suggest tags for a post and then sync those tags to your CMS by running the suggest action followed by the sync action with your CMS credentials.

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 and categories across multiple CMS platforms?

To sync blog taxonomy across multiple CMS platforms, you extract and consolidate tag suggestions, then push canonical tags to WordPress, Shopify, Ghost, Strapi, or Sanity via authenticated REST, GraphQL, or GROQ calls using your CMS credentials.

How does content analysis generate tag suggestions for CMS posts?

Content analysis generates tag suggestions by evaluating heading structures, text emphasis, and phrase frequency within posts to propose high-quality tag and category candidates, followed by semantic grouping and fuzzy matching to deduplicate near-duplicate slugs.

What is a taxonomy audit and how does it identify thin or orphan tags?

A taxonomy audit identifies thin, orphan, or bloated tags by evaluating your CMS content structure and enforcing minimum post-count thresholds, ensuring consistent topic organization and stronger SEO across your connected platforms.

Do I need specific credentials to push taxonomy changes to Strapi or Sanity?

Yes, you need specific credentials to push taxonomy changes to Strapi or Sanity. Authenticated syncing requires CMS_TYPE, CMS_URL, and CMS_API_KEY to execute valid REST, GraphQL, or GROQ calls against your target platform.

What is the best way to consolidate duplicate tags during a CMS migration?

The best way to consolidate duplicate tags during a CMS migration is using semantic grouping and fuzzy matching to merge synonyms, singular/plural variants, and near-duplicate slugs, then enforcing post-count thresholds before syncing canonical tags.