agentsclimarketplace

Information architecture

Skill Dragoon0x/everything-design-taste/skills/information-architecture

Information architecture, content structure, taxonomy, and navigation structure design.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill information-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 311 tokens by cl100k_base, as published. Nobody here has run it

Information Architecture

IA Methods

Card Sorting

  • Give users cards with content/feature names.
  • Ask them to group cards into categories.
  • Open sort: Users create and name categories.
  • Closed sort: You provide category names, users sort into them.
  • 15-30 participants for meaningful patterns.

Tree Testing

  • Give users a text-only tree (your proposed IA).
  • Ask them to find specific items.
  • Measures: success rate, directness, time to complete.
  • Tests whether your IA works without visual design influence.

Taxonomy Rules

  1. Mutually exclusive categories. Items should belong to one category, not three.
  2. User language. Label categories with user terms, not internal jargon.
  3. Balanced depth. 2-3 levels deep. Flat + search beats deep hierarchy.
  4. Balanced breadth. 5-8 items per level. More than 10 needs subdivision.
  5. Consistent granularity. Don't mix "Documentation" (broad) with "Webhook Reference" (narrow) at the same level.

Navigation Structures

  • Hierarchical: Tree structure. Best for content sites, documentation.
  • Flat: All items at same level. Best for small sites, dashboards.
  • Hub-and-spoke: Central hub, content branches. Best for apps with distinct modes.
  • Network: Interconnected, no hierarchy. Best for wikis, knowledge bases.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.