site-architecture

site-architecture is a skill for Claude Code, Codex from vercel-labs/marketing-team-eve-template. It costs 42 tokens per session (1,215 once invoked), scanned A, a copy of site-architecture, MIT.

A guide to organising a website’s pages and the paths between them, including navigation, URLs, breadcrumbs, and links between related pages.

In plain words
What is it for?
Use it when planning a new site, restructuring an existing one, choosing page levels and URL patterns, designing navigation, or improving internal links.
Why use it?
It helps visitors find answers and helps search-engine crawlers discover important pages. It also prevents page structures from becoming too deep, confusing, or inconsistent.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it when planning a new site, restructuring an existing one, choosing page levels and URL patterns, designing navigation, or improving internal links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vercel-labs/marketing-team-eve-template/site-architecture
About the project

vercel-labs/marketing-team-eve-template is a deployable team of AI marketing agents led by a coordinating agent that delegates launches, writing, and conversion work to specialists. Teams use it through Slack or a terminal to create blog drafts, social posts, and email campaigns in Notion, Typefully, and Resend, with approval required for irreversible actions. The catalogue skills and instructions define workflows for using this marketing team.

vercel-labs/marketing-team-eve-template · 436 stars · on GitHub · vercel.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vercel-labs/marketing-team-eve-template --skill site-architecture
Clone the repo
git clone --depth 1 https://github.com/vercel-labs/marketing-team-eve-template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for site-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/vercel-labs/marketing-team-eve-template/site-architecture/github.svg)](https://agentmods.dev/skills/vercel-labs/marketing-team-eve-template/site-architecture)
Your own site
<a href="https://agentmods.dev/skills/vercel-labs/marketing-team-eve-template/site-architecture"><img src="https://agentmods.dev/badge/skills/vercel-labs/marketing-team-eve-template/site-architecture/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for site-architecture

Your own site · 80×15
<a href="https://agentmods.dev/skills/vercel-labs/marketing-team-eve-template/site-architecture"><img src="https://agentmods.dev/badge/skills/vercel-labs/marketing-team-eve-template/site-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,215 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.01215
Opus 5 $0.00021 $0.00607
Sonnet 5 $0.00008 $0.00243
Haiku 4.5 $0.00004 $0.00121

Measured 12d ago against content hash e313fad1817a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

site-architecture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to site-architecture — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agent/subagents/seo/skills/site-architecture/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Site architecture

Architecture is one decision repeated: how does someone get from the homepage to the page that answers their question, and how does a crawler follow the same path. Depth, navigation, URLs, and internal links are four views of that one structure, so change them together or they drift.

Depth

Aim to put any page that matters within three clicks of the homepage. It isn't a law, but a critical page four or more levels down is a symptom worth chasing.

Shape Fits Costs
Flat, 2 levels Small sites, portfolios Stops scaling once a nav item has 20 children
Moderate, 3 levels Most SaaS and content sites Usually the right answer
Deep, 4 or more Large catalogs, big docs Scales, but buries things without strong linking

Go as flat as the navigation tolerates. When a dropdown passes roughly 20 items, that's the signal to add a level rather than keep the list flat.

Levels: L0 is the homepage, L1 is a primary section (/features, /blog), L2 is a page within it (/features/analytics), L3 and beyond are detail pages (/docs/api/authentication).

Site types as starting points

Type Depth Sections URL shape
SaaS marketing 2 to 3 Home, Features, Pricing, Blog, Docs /features/{name}, /blog/{slug}
Content site 2 to 3 Home, Blog, Categories, About /blog/{slug}, /blog/category/{slug}
Ecommerce 3 to 4 Home, Categories, Products /{category}/{subcategory}/{product}
Documentation 3 to 4 Home, Guides, Reference /docs/{section}/{page}
SaaS plus content 3 to 4 Home, Product, Blog, Resources, Docs /product/{feature}, /blog/{slug}
Small business 1 to 2 Home, Services, About, Contact /services/{name}

URLs

Readable, lowercase, hyphenated, mirroring the hierarchy, with one trailing-slash policy enforced everywhere. Short but still descriptive: /blog/landing-page-conversions beats /blog/how-to-improve-your-landing-page-conversion-rates.

Read the full file on GitHub · 76 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 76 lines · 42 tokens per session scan A e313fad1817a

Subscribe to this mod's changes

site-architecture is a skill published in the GitHub repository vercel-labs/marketing-team-eve-template (436 stars, last pushed 23d ago), licensed MIT. It adds 42 tokens to every session and 1,215 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to site-architecture, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

portable-text-serialization

Render and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend framework, building custom serializers for non-standard block types, converting Portable Text to HTML strings server-side, converting Portable Text to Markdown…

vercel-labs/sanity-copilot-eve-template · 80 tokens

site-architecture

When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure,"…

coreyhaines31/marketingskills · 152 tokens

saas-landing

A single-page SaaS landing page for a software product, with sections such as the hero, features, customer proof, pricing, FAQs, and a call to action. SaaS means software delivered online, usually by subscription.

nexu-io/html-anything · 24 tokens

eval-graphics

Turn an eval study's numbers into on-brand, publish-ready figures using the Newsjack chart room (the eval design system), then validate them with Playwright. For producing the charts in a published eval/data study.

elvisun/newsjack · 47 tokens

frontend-verify

Verify frontend changes end to end after editing a web app, instead of manually clicking through pages. Use this whenever you have changed UI code and need to confirm nothing broke: "verify my frontend", "check the site after these edits", "did my UI break", "did my changes break anything", "make sure these routes…

ucsandman/marketing-studio · 163 tokens

mintlify

Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.

macro-inc/macro · 30 tokens