Agent skill · Code Review & Quality

content-structure-information-architecture

Plan website content structure and information architecture. Use for page maps, nav, section sequencing, user questions, service pages, product pages, portfolios, case studies, blogs, docs, ecommerce, and any site where content order and naming affect clarity and perceived quality.

TheGoat395github.com/TheGoat395GitHub ↗
claude-codecodexcursorMIT
Install
npx skills add TheGoat395/Codex-Skills --skill content-structure-information-architecture --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/content-structure-information-architecture/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 115
Language: Python

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

From the SKILL.md

# Content Structure Information Architecture ## Overview Make the page understandable before making it pretty. Good visual design cannot rescue a confusing information path. ## Website Nonnegotiables - Inspect before coding: structure, framework, homepage or main entry file, styling system, JavaScript or interaction system, assets, and build commands. - Before major changes, explain planned files and wait unless the user clearly says proceed, build, create, implement, or fix. - Use existing project conventions first. Explain major new dependencies before adding them. - Never ship generic visual work: no default card grids, placeholder copy, weak type, random gradients, stock-like media, or template heroes. - Build version 1, inspect the rendered result, improve spacing, type, hierarchy, motion, media, hover states, and responsiveness, then run checks again. - Run available lint, build, and test commands when possible. Report commands, changed files, and any untested areas honestly. - Check desktop and mobile. Respect accessibility, semantic markup, focus states, and reduced-motion preferences. ## Workflow 1. Read the user's brief and identify the website category, audience, content

What's inside
Steps it walks through
  1. Overview
  2. Website Nonnegotiables
  3. Workflow
  4. Reference
Ships with 2 files
  • agents/openai.yaml
  • references/content-structure-information-architecture-guide.md
More from Codex-Skills
All skills →
About this skill
What does the content-structure-information-architecture skill do?

Plan website content structure and information architecture. Use for page maps, nav, section sequencing, user questions, service pages, product pages, portfolios, case studies, blogs, docs, ecommerce, and any site where content order and naming affect clarity and perceived quality.

How do I install it?

Run `npx skills add TheGoat395/Codex-Skills --skill content-structure-information-architecture --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 TheGoat395/Codex-Skills, a repository with 115 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