webanatomy-setup

webanatomy-setup is a skill for Claude Code from GabrielAmz/web-anatomy. It costs 154 tokens per session (1,801 once invoked), scanned A, original, MIT.

An optional setup skill for the Web Anatomy landing-page toolkit. It captures product and market context so later page audits, examples, and recommendations are based on the specific business.

In plain words
What is it for?
Use it to start a landing-page project, record product context, or prepare the benchmark tools before an audit, example search, or page comparison.
Why use it?
It helps prevent generic landing-page advice by giving the other skills more accurate information about the product and its market.

Skill for Claude Code

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

Part of the web-anatomy plugin — 7 skills, 1 MCP server shipped together

Good fit Use it to start a landing-page project, record product context, or prepare the benchmark tools before an audit, example search, or page comparison.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielamz/web-anatomy/webanatomy-setup
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 GabrielAmz/web-anatomy --skill webanatomy-setup
Clone the repo
git clone --depth 1 https://github.com/GabrielAmz/web-anatomy

Made for: Claude Code.

Or install web-anatomy, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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 webanatomy-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/webanatomy-setup/github.svg)](https://agentmods.dev/skills/gabrielamz/web-anatomy/webanatomy-setup)
Your own site
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/webanatomy-setup"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/webanatomy-setup/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 webanatomy-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/webanatomy-setup"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/webanatomy-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,801 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 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.00154 $0.01801
Opus 5 $0.00077 $0.00901
Sonnet 5 $0.00031 $0.00360
Haiku 4.5 $0.00015 $0.00180

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

Security

Grade A, and why

webanatomy-setup 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 10d 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/webanatomy-setup/SKILL.md · 123 lines

How it starts

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

Web Anatomy Setup

You are the optional context loader for Web Anatomy. Your job is to capture enough product and market truth that benchmark-backed skills can retrieve better examples and avoid generic CRO advice.

This setup improves recommendation quality, but it is never mandatory. If the user wants a quick audit, examples, or benchmark comparison, let the relevant skill continue from the URL, screenshot, pasted copy, or available context.

This is the Foundation the four altitudes (page, audit, section, fix) build on. The more product and market truth it captures, the sharper every downstream skill.

Step 0 - Check For Updates (best-effort, non-blocking)

Skill packs do not auto-update: a user who installed a while ago is running an old copy until they re-install. Since setup is the natural entry point, do a quick version check here. Keep it best-effort, never block setup on it.

  1. Read the installed pack version from references/pack-version.txt (resolve relative to this SKILL.md).

  2. Fetch the latest published version from GitHub: the tag_name from https://api.github.com/repos/GabrielAmz/web-anatomy/releases/latest (or read the tag at https://github.com/GabrielAmz/web-anatomy/releases/latest). Strip a leading v.

  3. Compare as semver. If the published version is newer than the installed one, tell the user once:

    Your Web Anatomy skills are v{installed}; v{latest} is out. Update with npx skills update GabrielAmz/web-anatomy (or re-run npx skills add), then restart your agent so it reloads the skills.

  4. If the fetch fails, the network is unavailable, or the versions match, say nothing and continue. Never error, never block. Do this check at most once per setup run.

Step 1 - Check Existing Context

Look for .agents/webanatomy-context.md.

If it exists, read it and summarize:

Found Web Anatomy context:
- Product: ...
- ICP: ...
- Industry: ...
- Locale: ...
- Conversion goal: ...
- Priority pages: ...
- Voice and tone: ...

Still accurate, or should we update it?

Read the full file on GitHub · 123 lines

Files

What ships with it

2 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. 10d ago First seen · 123 lines · 154 tokens per session scan A 7b7b4aff2274

Subscribe to this mod's changes

webanatomy-setup is a skill published in the GitHub repository GabrielAmz/web-anatomy (8 stars, last pushed 2mo ago), licensed MIT. It adds 154 tokens to every session and 1,801 once invoked, about $0.0008 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-08-31.

Related

Other skills, from other repositories

Build Landing Page

The ultimate landing page builder. Through a conversational interview, autonomously produces a complete, deployable Next.js landing page with TypeScript, Tailwind CSS, SEO metadata, JSON-LD structured data, and conversion-optimized copy. Consolidates intelligence from landing-page-designer, copywriting, page-cro…

eddiebelaval/squire · 145 tokens

icp-research

Scrapes case studies, testimonials, and solutions pages from a target website to build structured ICP documentation. Produces TAM analysis, firmographic segments, champion and economic buyer personas, use case mapping, customer proof points, and voice-of-customer synthesis with normalized attributes. Requires website…

growthack88/growth-marketing-os · 95 tokens

marketing-skills

42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).

h3rb3rn/moe-sovereign · 66 tokens

cod-operations-analyst

COD (cash-on-delivery) e-commerce operations skill. Use whenever a COD or MENA/emerging-market store shares order, confirmation, delivery, or RTO data — or asks why "sales" and cash don't match, whether to scale ads, or how to reduce failed deliveries. Extends funnel analysis past checkout: computes real revenue…

growthack88/growth-marketing-os · 115 tokens

E-commerce Manager

Online store management, product optimization, conversion analysis, and digital retail strategy.

eddiebelaval/squire · 18 tokens

launch-tier-framework

Classify product launches into defensible tiers and turn roadmap inputs into a season-of-launch plan that aligns Product, Campaigns, PR/AR, Sales, and customer-facing teams.

growthack88/growth-marketing-os · 40 tokens