Site architecture
Skill bromso/metapowers/plugins/marketing/skills/site-architecture
Plan information architecture, URL structure, and internal linking strategyFrom its SKILL.md
npx -y skills add bromso/metapowers --skill site-architectureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
2.3 KB, 547 tokens by cl100k_base, as published. Nobody here has run it
Site Architecture
Plan the information architecture for "$ARGUMENTS". Design URL structure, navigation hierarchy, and internal linking strategy for SEO and user experience.
Prerequisites
Read .metapowers/marketing/$ARGUMENTS/00-strategy.md. If this file does not exist, tell the user:
Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run
/marketing:customer-research $ARGUMENTSfirst, or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.
Process
-
Read context:
- Read
.metapowers/marketing/$ARGUMENTS/00-strategy.mdfor audience and competitor data - Read
.metapowers/marketing/$ARGUMENTS/01-reach.mdif it exists (for content and SEO context)
- Read
-
Analyze current architecture (if URL provided):
- Use WebFetch to crawl the site structure
- Map the current URL hierarchy and navigation
- Identify orphan pages, deep pages, and crawl traps
-
Design URL structure:
- Clean, readable URL patterns (lowercase, hyphens, no parameters)
- Logical hierarchy reflecting content pillars
- Category and subcategory structure
- URL conventions for blog, docs, landing pages, etc.
-
Plan navigation and hierarchy:
- Primary navigation structure
- Secondary navigation (footer, sidebar)
- Breadcrumb implementation
- Maximum click depth (aim for 3 clicks to any page)
-
Internal linking strategy:
- Hub-and-spoke model: pillar pages linking to cluster pages
- Cross-linking between related content
- Contextual link placement recommendations
- Link anchor text best practices
-
Write the artifact — append to
.metapowers/marketing/$ARGUMENTS/01-reach.mdunder a## Site Architecturesection:- URL Structure — patterns and hierarchy
- Navigation Plan — primary, secondary, breadcrumbs
- Internal Linking Strategy — hub-spoke model, cross-linking
- Sitemap Structure — visual site map
- Implementation Notes — redirects, canonical tags
Output
Site architecture plan appended to .metapowers/marketing/$ARGUMENTS/01-reach.md. Present a summary highlighting:
- Proposed URL hierarchy
- Key navigation changes
- Internal linking opportunities
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.