vertical-site-conventions

vertical-site-conventions is a skill for Claude Code from rampstackco/claude-skills. It costs 190 tokens per session (4,001 once invoked), scanned A, original, MIT.

A design guide for building websites that match the conventions of their industry, such as online shops, restaurants, or industrial suppliers. It covers page structure, content density, navigation, and how much of an offering to show.

In plain words
What is it for?
Use it when creating or revising a website for a specific industry. It helps decide which sections, navigation paths, and catalog or service details belong on the site.
Why use it?
It helps prevent a site from feeling generic or out of place for the business it represents. It gives the build a structure that visitors already understand from similar sites.

Skill for Claude Code

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

Part of the rampstack-skills plugin — 103 skills shipped together

Good fit Use it when creating or revising a website for a specific industry. It helps decide which sections, navigation paths, and catalog or service details belong on the site.

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

Made for: Claude Code.

Or install rampstack-skills, the plugin that ships this one along with the rest of its 103 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 vertical-site-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/rampstackco/claude-skills/vertical-site-conventions/github.svg)](https://agentmods.dev/skills/rampstackco/claude-skills/vertical-site-conventions)
Your own site
<a href="https://agentmods.dev/skills/rampstackco/claude-skills/vertical-site-conventions"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills/vertical-site-conventions/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 vertical-site-conventions

Your own site · 80×15
<a href="https://agentmods.dev/skills/rampstackco/claude-skills/vertical-site-conventions"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills/vertical-site-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,001 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00190 $0.04001
Opus 5 $0.00095 $0.02001
Sonnet 5 $0.00038 $0.00800
Haiku 4.5 $0.00019 $0.00400

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

Security

Grade A, and why

vertical-site-conventions 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 6d 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.

skills/vertical-site-conventions/SKILL.md · 214 lines

How it starts

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

Vertical Site Conventions

Compose pages and whole sites to the layout, density, and merchandising conventions that make a build read as a credible member of its vertical. Stack-agnostic. Works on any framework that can express server-rendered pages and component composition.

This skill owns vertical-level composition: which modules go where, how dense the page is, how much of the catalog or offering is surfaced, and which paths the navigation serves. It routes the day-to-day visual decisions to design-standards, the aesthetic register to creative-direction, the site-structure modeling to information-architecture, and the component implementation to frontend-component-build. It does not duplicate any of them; it composes their outputs into a vertical-correct site.

It is the build-side counterpart to competitor-experience-audit. The audit measures the field on seven dimensions; this skill builds to those same seven, dimension by dimension. The two are deliberately structured as two sides of one standard so an experience bar produced by the audit maps one-to-one onto what this skill builds.


When to use

  • Building a new site in a vertical you have not built in before
  • Fixing a build that reads as generic or off-vertical even though it is technically clean (the SEO, accessibility, and component implementation are correct, but the page does not read like its category)
  • Building to an experience bar produced by competitor-experience-audit (the audit-fed path is the intended use)
  • Adding the merchandising, density, and navigation conventions a site in this category is expected to carry
  • Building a showcase or demo where the build must read as its vertical, not as a generic SaaS landing page

When NOT to use

  • Day-to-day visual decisions on a known build (use design-standards)
  • Defining the brand register or aesthetic from scratch (use creative-direction, brand-archetype-system, brand-discovery)
  • Building one component well (use frontend-component-build)
  • Modeling site structure and navigation hierarchy from scratch (use information-architecture)
  • Building a formal design system or token system (use design-system)
  • Auditing the competitive field for what conventions exist (use competitor-experience-audit; this skill consumes that audit's output, it does not produce it)

Read the full file on GitHub · 214 lines

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. 6d ago First seen · 214 lines · 190 tokens per session scan A f7477db56b1a

Subscribe to this mod's changes

vertical-site-conventions is a skill published in the GitHub repository rampstackco/claude-skills (832 stars, last pushed yesterday), licensed MIT. It adds 190 tokens to every session and 4,001 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

popular-web-designs

54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.

NousResearch/hermes-agent · 23 tokens

interaction-skill

Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…

code-yeongyu/oh-my-openagent · 104 tokens

layout-skill

Layer A layout-mechanics reference. Stacks on any style skill when the screen is an app shell, dashboard, settings, list-detail, mail/inbox, or any layout with fixed regions plus a scrolling body — or when a layout breaks under long, empty, or unbroken content. Owns spatial structure and scroll ownership; owns zero…

code-yeongyu/oh-my-openagent · 88 tokens

suede-design

Suede Labs AI design skill for making an interface feel intentional instead of templated: design tokens, color strategy, OKLCH ramps, type scale, fluid type, visual hierarchy, dark mode, spacing, component laws, motion, and source-to-implementation visual QA. Use when asked to design, restyle, polish, or audit a…

JasonColapietro/suede-creator-skills · 169 tokens

frontend-design-review

Design, review, and visually QA web and app interfaces against explicit design laws so shipped screens look intentional instead of generic AI output.

JasonColapietro/suede-creator-skills · 30 tokens

design-loop

Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in HTML/Tailwind, integrates it into the site, verifies visually, then writes the next task to keep the loop alive. Use whenever the user asks to build an entire site autonomously…

jezweb/claude-skills · 130 tokens