HOMESKILLSBLOGGITHUB
// SKILL

CMS TAXONOMY MANAGEMENT

Manage tags and categories across your CMS. Supports WordPress REST API, Shopify GraphQL, Ghost Content API, Strapi REST/GraphQL, and Sanity GROQ. Suggest new tags from content analysis, sync taxonomy, and audit for orphan or duplicate tags.

$
/blog taxonomy audit --cms wordpress

REQUIRES CLAUDE BLOG INSTALLED IN CLAUDE CODE

// HOW IT WORKS

TAGS. CATEGORIES. SYNCED.

Running /blog taxonomy connects to your CMS API and pulls your full taxonomy (tags, categories, collections). It audits for orphan tags (no posts assigned), duplicate tags (similar names), and missing tags (topics in your content without corresponding tags).

The manager also suggests new tags based on content analysis and can sync taxonomy changes back to your CMS with explicit confirmation before any write operation.

01
MULTI-CMS SUPPORT
Works with WordPress (REST API v2), Shopify (Admin GraphQL), Ghost (Content/Admin API), Strapi (REST/GraphQL), and Sanity (GROQ). Each integration handles the platform's native taxonomy structure.
02
TAG SUGGESTIONS
Analyzes your post content and suggests relevant existing tags or proposes new ones. Suggestions are ranked by relevance and matched against your current taxonomy to avoid duplicates.
03
TAXONOMY SYNC
Push taxonomy changes to your CMS: create new tags, merge duplicates, update descriptions, and assign tags to posts. All write operations require explicit confirmation.
04
ORPHAN DETECTION
Finds tags and categories with zero posts assigned. Orphan taxonomy items clutter your CMS and confuse navigation. The audit flags them for cleanup or reassignment.
// USAGE

HOW TO MANAGE TAXONOMY

Step 1: Install Claude Blog

git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh

Step 2: Open Claude Code

claude

Step 3: Audit Your Taxonomy

/blog taxonomy audit --cms wordpress

Specify your CMS platform. The manager connects via API, pulls your taxonomy, and produces an audit report with orphan tags, duplicates, and missing tag suggestions.

// FAQ

QUESTIONS ABOUT TAXONOMY

The taxonomy manager supports five CMS platforms: WordPress (via REST API v2), Shopify (via Storefront and Admin GraphQL APIs), Ghost (via Content and Admin APIs), Strapi (via REST and GraphQL APIs), and Sanity (via GROQ queries and Mutations API). Each integration handles the platform's native taxonomy structure.
Yes. When configured with write access to your CMS API, the taxonomy manager can create new tags and categories directly. It can also assign tags to posts, update tag descriptions, and merge duplicate tags. All write operations require explicit confirmation before execution.
The tag suggester analyzes your post content, extracts key topics and entities, and compares them against your existing taxonomy. It suggests existing tags that match the content, and proposes new tags for topics not yet covered in your taxonomy. Suggestions are ranked by relevance.
Yes. The taxonomy manager handles both tags and categories (or their equivalents on each platform). It manages hierarchical categories with parent-child relationships, flat tag lists, and platform-specific taxonomy types like Shopify collections or Ghost internal tags.
// RELATED SKILLS

EXPLORE MORE

VIEW ALL SKILLS →

MANAGE YOUR TAXONOMY
IN 30 SECONDS.

$
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh
VIEW ON GITHUB ALL SKILLS >