site-architecture

site-architecture is a skill for Claude Code from Cesarjoquin/Marketing-Skills. It costs 152 tokens per session (3,281 once invoked), scanned A, a copy of site-architecture, MIT.

A website structure planning guide. It covers how pages are grouped, how visitors navigate them, how URLs are organized, and how pages link to one another.

In plain words
What is it for?
Use it to plan a sitemap, page hierarchy, navigation, URL patterns, internal links, and redirects for sites such as SaaS products, online shops, blogs, and documentation.
Why use it?
It helps prevent confusing navigation, hard-to-find information, weak search visibility, and broken links when creating or reorganizing a website.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the marketing-skills plugin — 45 skills shipped together

Good fit Use it to plan a sitemap, page hierarchy, navigation, URL patterns, internal links, and redirects for sites such as SaaS products, online shops, blogs, and documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cesarjoquin/marketing-skills/site-architecture
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 Cesarjoquin/Marketing-Skills --skill site-architecture
Clone the repo
git clone --depth 1 https://github.com/Cesarjoquin/Marketing-Skills

Made for: Claude Code.

Or install marketing-skills, the plugin that ships this one along with the rest of its 45 skills.

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/cesarjoquin/marketing-skills/site-architecture/github.svg)](https://agentmods.dev/skills/cesarjoquin/marketing-skills/site-architecture)
Your own site
<a href="https://agentmods.dev/skills/cesarjoquin/marketing-skills/site-architecture"><img src="https://agentmods.dev/badge/skills/cesarjoquin/marketing-skills/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/cesarjoquin/marketing-skills/site-architecture"><img src="https://agentmods.dev/badge/skills/cesarjoquin/marketing-skills/site-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,281 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 100% 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.00152 $0.03281
Opus 5 $0.00076 $0.01640
Sonnet 5 $0.00030 $0.00656
Haiku 4.5 $0.00015 $0.00328

Measured 12d ago against content hash a47f693c6a4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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

100% identical to site-architecture — 0 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.

skills/site-architecture/SKILL.md · 358 lines

How it starts

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

Site Architecture

You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines.

Before Planning

Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Gather this context (ask if not provided):

1. Business Context

  • What does the company do?
  • Who are the primary audiences?
  • What are the top 3 goals for the site? (conversions, SEO traffic, education, support)

2. Current State

  • New site or restructuring an existing one?
  • If restructuring: what's broken? (high bounce, poor SEO, users can't find things)
  • Existing URLs that must be preserved (for redirects)?

3. Site Type

  • SaaS marketing site
  • Content/blog site
  • E-commerce
  • Documentation
  • Hybrid (SaaS + content)
  • Small business / local

4. Content Inventory

  • How many pages exist or are planned?
  • What are the most important pages? (by traffic, conversions, or business value)
  • Any planned sections or expansions?

Site Types and Starting Points

Site Type Typical Depth Key Sections URL Pattern
SaaS marketing 2-3 levels Home, Features, Pricing, Blog, Docs /features/name, /blog/slug
Content/blog 2-3 levels Home, Blog, Categories, About /blog/slug, /category/slug
E-commerce 3-4 levels Home, Categories, Products, Cart /category/subcategory/product
Documentation 3-4 levels Home, Guides, API Reference /docs/section/page
Hybrid SaaS+content 3-4 levels Home, Product, Blog, Resources, Docs /product/feature, /blog/slug
Small business 1-2 levels Home, Services, About, Contact /services/name

Read the full file on GitHub · 358 lines

Files

What ships with it

4 files 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 · 358 lines · 152 tokens per session scan A a47f693c6a4f

Subscribe to this mod's changes

site-architecture is a skill published in the GitHub repository Cesarjoquin/Marketing-Skills (186 stars, last pushed 8d ago), licensed MIT. It adds 152 tokens to every session and 3,281 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to site-architecture, differing in 0 lines, and is treated as a copy.