agentsclimarketplace

Site architecture

Skill bromso/metapowers/plugins/marketing/skills/site-architecture

Plan information architecture, URL structure, and internal linking strategyFrom its SKILL.md

Install
npx -y skills add bromso/metapowers --skill site-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

  • 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 $ARGUMENTS first, or use --skip-checks to bypass.

If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.

Process

  1. Read context:

    • Read .metapowers/marketing/$ARGUMENTS/00-strategy.md for audience and competitor data
    • Read .metapowers/marketing/$ARGUMENTS/01-reach.md if it exists (for content and SEO context)
  2. 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
  3. 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.
  4. Plan navigation and hierarchy:

    • Primary navigation structure
    • Secondary navigation (footer, sidebar)
    • Breadcrumb implementation
    • Maximum click depth (aim for 3 clicks to any page)
  5. 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
  6. Write the artifact — append to .metapowers/marketing/$ARGUMENTS/01-reach.md under a ## Site Architecture section:

    • 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.

Keep looking

Skills are one crate of 326,758. 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.