site-architecture

site-architecture is a skill for Claude Code, Codex from rajitsaha/100xprism. It costs 83 tokens per session (3,105 once invoked), scanned A, a copy of site-architecture, MIT.

A method for planning a website's page hierarchy, navigation, URLs, and links between pages. This is often called information architecture: the way a site is organized so people and search engines can find its content.

In plain words
What is it for?
Use it to plan or restructure a website, decide which pages and sections it needs, design navigation and URL patterns, preserve old URLs through redirects, and improve internal linking.
Why use it?
It helps expose missing pages, confusing navigation, poor URL choices, and weak connections between related content before they become expensive to fix. It also separates normal site planning from XML sitemap work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to plan or restructure a website, decide which pages and sections it needs, design navigation and URL patterns, preserve old URLs through redirects, and improve internal linking.

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

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/rajitsaha/100xprism/site-architecture/github.svg)](https://agentmods.dev/skills/rajitsaha/100xprism/site-architecture)
Your own site
<a href="https://agentmods.dev/skills/rajitsaha/100xprism/site-architecture"><img src="https://agentmods.dev/badge/skills/rajitsaha/100xprism/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/rajitsaha/100xprism/site-architecture"><img src="https://agentmods.dev/badge/skills/rajitsaha/100xprism/site-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,105 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 88% 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.00083 $0.03105
Opus 5 $0.00042 $0.01553
Sonnet 5 $0.00017 $0.00621
Haiku 4.5 $0.00008 $0.00311

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

88% identical to site-architecture — 70 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.

.agents/skills/site-architecture/SKILL.md · 348 lines

How it starts

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

Site Architecture

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

Product context: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it first and tailor output to it; only ask for what it doesn't cover.

Gather this context (ask if not provided):

1. Business Context

  • What does the company do?
  • Primary audiences?
  • Top 3 site goals? (conversions, SEO traffic, education, support)

2. Current State

  • New site or restructuring?
  • 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, e-commerce, documentation, hybrid (SaaS + content), or small business/local.

4. Content Inventory

  • How many pages exist or are planned?
  • Most important pages? (by traffic, conversions, or business value)
  • 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

For full page hierarchy templates: See references/site-type-templates.md


Page Hierarchy Design

The 3-Click Rule

Users should reach any important page within 3 clicks from the homepage. Not absolute, but critical pages buried 4+ levels deep signal a problem.

Read the full file on GitHub · 348 lines

Files

What ships with it

5 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. 11d ago First seen · 348 lines · 83 tokens per session scan A 3d7426925c68

Subscribe to this mod's changes

site-architecture is a skill published in the GitHub repository rajitsaha/100xprism (10 stars, last pushed 10d ago), licensed MIT. It adds 83 tokens to every session and 3,105 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to site-architecture, differing in 70 lines, and is treated as a copy.

Related

Other skills, from other repositories

angular-state-management

Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.

marysatasselshaped667/skills-collection-1 · 41 tokens

wordpress-developer

Develop professional WordPress sites, custom themes, and plugins. Covers WordPress best practices, hooks system, custom post types, WP REST API, and security.

AtulPurohit/Antigravity-Awesome-Skills · 36 tokens

flutter-developer

Build beautiful, performant Flutter applications for iOS, Android, and web. Covers state management, navigation, animations, platform channels, and deployment.

AtulPurohit/Antigravity-Awesome-Skills · 33 tokens

angular-best-practices

Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.

marysatasselshaped667/skills-collection-1 · 36 tokens

nextjs-architect

Build production Next.js applications with App Router, Server Components, server actions, ISR, and full-stack patterns.

AtulPurohit/Antigravity-Awesome-Skills · 27 tokens

3d-web-experience

You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability.

marysatasselshaped667/skills-collection-1 · 62 tokens