Sub-skill of knowledge-management: Category Structure (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill category-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Category Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-category-structure)More formats (shields.io, HTML) on the badges page.
---
name: knowledge-management-category-structure
description: 'Sub-skill of knowledge-management: Category Structure (+1).'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# Category Structure (+1)
## Category Structure
Organize articles into a hierarchy that matches how customers think:
```
Getting Started
├── Account setup
├── First-time configuration
└── Quick start guides
Features & How-tos
├── [Feature area 1]
├── [Feature area 2]
└── [Feature area 3]
Integrations
├── [Integration 1]
├── [Integration 2]
└── API reference
Troubleshooting
├── Common errors
├── Performance issues
└── Known issues
Billing & Account
├── Plans and pricing
├── Billing questions
└── Account management
```
## Linking Best Practices
- **Link from troubleshooting to how-to**: "For setup instructions, see [How to configure X]"
- **Link from how-to to troubleshooting**: "If you encounter errors, see [Troubleshooting X]"
- **Link from FAQ to detailed articles**: "For a full walkthrough, see [Guide to X]"
- **Link from known issues to workarounds**: Keep the chain from problem to solution short
- **Use relative links** within the KB -- they survive restructuring better than absolute URLs
- **Avoid circular links** -- if A links to B, B shouldn't link back to A unless both are genuinely useful entry points
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!