# Forge Elevation

> Audit elevation consistency. Checks that shadow usage follows a logical hierarchy — cards < dropdowns < modals.

- Skill: `dragoon0x/forge-elevation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/forge-elevation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/forge-elevation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/forge-elevation

---


# /forge-elevation — Elevation Audit

Scan all box-shadow declarations:

1. Map each to the nearest system elevation level
2. Check logical hierarchy (nested elements shouldn't have higher elevation)
3. Flag arbitrary shadows not in the system
4. Suggest fixes for inconsistencies

