Agent skill · Content & Marketing

generate-taxonomy

Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill generate-taxonomy-dandye-ai-runbooks --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/generate-taxonomy-dandye-ai-runbooks/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Generate Taxonomy Skill Develop a hierarchical classification system or taxonomy for a knowledge base or content repository. This skill creates parent-child categorical structures to organize content effectively. ## Inputs - `PATH` - The content source to analyze (e.g., "/knowledge-base") - `FACETED` - (Optional) Boolean, whether to create a faceted classification (multiple dimensions) (default: false) - `BUSINESS_ALIGNMENT` - (Optional) Boolean, whether to align with specific business goals/terminology (default: true) - `USER_TESTING` - (Optional) Boolean, whether to include user validation methodologies in the output (default: false) ## Workflow ### Step 1: Content Analysis & Term Extraction Analyze the content at `PATH` to identify key topics, subjects, and categories. - Cluster documents by similarity. - Extract common tags and keywords. ### Step 2: Structure Design Organize the extracted concepts into a hierarchy. - **Hierarchical**: Define Broader Terms (Parent) and Narrower Terms (Child). - **Faceted** (if enabled): Define dimensions (e.g., Topic, Format, Audience, Region). ### Step 3: Business & User Alignment - Align terms with business vocabulary (if `BUSINESS_ALIGNMENT

What's inside
Steps it walks through
  1. Inputs
  2. Workflow
  3. Step 1: Content Analysis & Term Extraction
  4. Step 2: Structure Design
  5. Step 3: Business & User Alignment
  6. Step 4: Taxonomy Definition
  7. Required Outputs
  8. Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the generate-taxonomy skill do?

Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill generate-taxonomy-dandye-ai-runbooks --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going