mapping-webapp

mapping-webapp is a skill for Claude Code, Codex from oaustegard/claude-skills. It costs 91 tokens per session (1,486 once invoked), scanned A, original, MIT.

A code-first tool that documents a web app's screens, user flows, states, and behavioral rules in a FEATURES.md file.

In plain words
What is it for?
Use it to analyze a web app's codebase, optionally verify selected behavior in a browser, and update the documentation incrementally.
Why use it?
It creates a readable inventory of what an application does without relying only on screenshots or manual exploration.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code.

Good fit Use it to analyze a web app's codebase, optionally verify selected behavior in a browser, and update the documentation incrementally.

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

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 mapping-webapp

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oaustegard/claude-skills/mapping-webapp"><img src="https://agentmods.dev/badge/skills/oaustegard/claude-skills/mapping-webapp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,486 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.00091 $0.01486
Opus 5 $0.00046 $0.00743
Sonnet 5 $0.00018 $0.00297
Haiku 4.5 $0.00009 $0.00149

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

Security

Grade A, and why

mapping-webapp 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 today.

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/__init__.py, scripts/analyze.py, scripts/assemble.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

mapping-webapp/SKILL.md · 160 lines

How it starts

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

Mapping Webapp

Generate _FEATURES.md files documenting what a web app does — screens, flows, states, behavioral invariants. Companion to tree-sitting, which surfaces code structure.

v0.3.0: Code-first architecture. The code IS the ground truth; screenshots are supplementary verification.

Prerequisites

  1. tree-sitting must be installed (structure is scanned at runtime)
  2. Claude API key available (via api-credentials skill or ANTHROPIC_API_KEY env var)
  3. Optional: webctl for visual verification (not required for --code-only)

Usage

# Code-only analysis (no browser needed):
python /mnt/skills/user/mapping-webapp/scripts/featuremap.py \
  --app-url https://example.com --codebase /path/to/repo --code-only

# Full pipeline (code analysis + selective visual verification):
python /mnt/skills/user/mapping-webapp/scripts/featuremap.py \
  --app-url https://example.com --codebase /path/to/repo

# Incremental update:
python /mnt/skills/user/mapping-webapp/scripts/featuremap.py \
  --app-url https://example.com --codebase . --incremental

Options

Flag Default Description
--app-url required Base URL of the web app
--codebase required Path to repo root
--output <codebase>/_FEATURES.md Output path
--max-pages 100 Cap on pages to discover
--code-only false Skip all vision — code analysis only
--verify-only false Only run vision on already-analyzed pages
--batch-size auto Pages per batch (auto-detected from environment)
--incremental false Only re-process changed pages
--viewport 1280x720 Screenshot viewport (WxH)
--routes none Comma-separated routes or path to routes file
--screenshots-dir <codebase>/screenshots Where to store PNGs
--model claude-sonnet-4-6 (set in scripts/featuremap.py; that file is the source of truth) Claude model for analysis/vision
--dry-run / -n false Discover only, print sitemap

Read the full file on GitHub · 160 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. today Changed d5facaa19ce9
  2. 6d ago First seen · 160 lines · 91 tokens per session scan A b19f1bbda1ec

Subscribe to this mod's changes

mapping-webapp is a skill published in the GitHub repository oaustegard/claude-skills (148 stars, last pushed today), licensed MIT. It adds 91 tokens to every session and 1,486 once invoked, about $0.0005 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

figma-to-code

Generate production-ready React/Next.js code from Figma designs. Instructs proper Figma MCP tool usage, component reuse strategies, and variant mapping. CRITICAL: ALWAYS use this skill when user provides a Figma link or mentions implementing/redesigning from Figma design. Never attempt manual implementation without…

scoobynko/claude-code-design-skills · 73 tokens

wp-ux-design

WordPress UX and design enforcement — Core Web Vitals, mobile-first layout, typography, color systems, navigation, page builder patterns, image optimization, form UX, loading and error states, admin UX, and performance checklists with concrete CSS/HTML/PHP examples.

xonack/wp-ux-design-claude-skill · 59 tokens

ui-component-generator

A tool for generating UI component code for React, Vue, Angular, Svelte, or plain JavaScript. It can describe component structure, styling, interactions, accessibility, responsive behavior, examples, and tests.

CavinHuang/claude-skills-hub · 0 tokens

remotion-spec-translator

Orchestrates translation of motion designer video specifications into working Remotion code by coordinating specialized agents. Acts as pipeline coordinator that delegates to remotion-scaffold, remotion-animation, remotion-composition, and remotion-component-gen. Use when you have a complete VIDEOSPEC.md and need full…

ncklrs/startup-os-skills · 68 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

ncklrs/startup-os-skills · 17 tokens

mobile-ui-replicator

You (the agent) just got asked to turn a UI screenshot + style reference image + a written description of the app's features into a working single-file HTML demo painted in the style of the reference. This file tells you how.

Neilander/mobile-ui-replicator · 0 tokens