Check Forge route declarations and hash-anchor targets without requiring a browser dependency.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add OKHP3/skillz --skill static-route-validation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Static Route Validation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/okhp3-static-route-validation)More formats (shields.io, HTML) on the badges page.
---
name: static-route-validation
description: Check Forge route declarations and hash-anchor targets without requiring a browser dependency.
---
# 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
```bash
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.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!