generate-taxonomy
Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Inputs
- Workflow
- Step 1: Content Analysis & Term Extraction
- Step 2: Structure Design
- Step 3: Business & User Alignment
- Step 4: Taxonomy Definition
- Required Outputs
- Quick Reference
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.
