static-route-validation

static-route-validation is a skill for Claude Code, Codex from OKHP3/skillz. It costs 18 tokens per session (156 once invoked), scanned A, original, MIT.

A source-based checker for website routes and links that jump to sections within a page.

In plain words
What is it for?
Use it after changing the app routes, FAQ anchors, route components, or static-hosting configuration.
Why use it?
It catches missing routes, broken section targets, and missing keyboard-focus handling without needing a browser or network access.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/okhp3/skillz/static-route-validation
Any agent
npx skills add OKHP3/skillz --skill static-route-validation
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

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 static-route-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/static-route-validation.svg)](https://agentmods.dev/skills/okhp3/skillz/static-route-validation)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/static-route-validation"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/static-route-validation.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.00156
Opus 5 $0.00009 $0.00078
Sonnet 5 $0.00004 $0.00031
Haiku 4.5 $0.00002 $0.00016

Measured 4d ago against content hash 9fddefe2b146, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

static-route-validation 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (run.mjs), 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.

.agents/skills/static-route-validation/SKILL.md · 25 lines

What it actually says

Static route and anchor validation

Use when

Run after changing App.tsx, FAQ anchors, route components, or static hosting configuration. This is a deterministic source check and complements browser testing when a browser runner is available.

Callable command

node .agents/skills/static-route-validation/run.mjs

Inputs and outputs

The command reads artifacts/forge/src/App.tsx and the FAQ data source, checks the expected route/anchor contract, and exits non-zero for a missing route, malformed hash target, or missing focus handling. It does not need private credentials or network access.

Files

What ships with it

1 file 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. 4d ago First seen · 25 lines · 18 tokens per session scan A 9fddefe2b146

Subscribe to this mod's changes

static-route-validation is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed yesterday), licensed MIT. It adds 18 tokens to every session and 156 once invoked, about $0.0001 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

2-repro-issue

Reproduce a single LinkedIn-MCP issue locally on the current branch against the real authenticated LinkedIn session at /.linkedin-mcp/profile/, using the MCP streamable-http server. Captures the exact failure mode (tool output, error, missing data) and maps it back to the scraper code path. Use when the user says…

stickerdaniel/linkedin-mcp-server · 75 tokens

e2e-testing-expert

Expert guide for End-to-End (E2E) testing with Playwright, unit/integration testing with Vitest, and CI/CD automated testing pipeline setup / Panduan ahli pengujian End-to-End (E2E) dengan Playwright, pengujian unit/integrasi dengan Vitest, dan otomatisasi CI/CD.

roedyrustam/vibes-plug · 74 tokens

pm-preview

产品文档实时预览 - 在浏览器中预览 docs/ 下的所有 MD 文档,文档更新时自动刷新 Use when: 需要预览产品文档、查看 PRD/BRD/MRD 等 MD 文档的渲染效果 Do NOT use when: 文档尚未生成(docs/ 为空).

konglong87/superPM · 77 tokens

linkedin

General-purpose LinkedIn automation – fetch profiles, search people and companies, send messages, manage connections, create posts, and more. Use when the user wants to interact with LinkedIn.

Linked-API/linkedin-skills · 39 tokens

browser-automation

Control a dedicated browser via playwright-cli. Use when automating web apps, scraping authenticated sites, filling forms, or navigating SPAs. Do NOT use for desktop apps or API-only integrations.

galiprandi/job-seeker · 42 tokens

browser-automation-expert

Expert guide for autonomous web agents (Browser-Use, Stagehand), hardcore anti-bot evasion (Playwright Stealth, WebGL masking), and Vision LLM visual QA / Panduan ahli agen web otonom, penghindaran deteksi bot, dan QA visual berbasis Vision LLM.

roedyrustam/vibes-plug · 68 tokens