dragoon0x/optik

type-hierarchy

Enforce proper heading and body text hierarchy. Verify h1 > h2 > h3 progression, size ratios, and weight differentiation.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill type-hierarchy

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/optik · top by installs.

npx skills add dragoon0x/optik

Browse all from dragoon0x/optik

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 617 B
  • docs SUMMARY.md 143 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

/type-hierarchy — Type Hierarchy Enforcement

Check the heading hierarchy:

  1. Is there exactly one h1?
  2. Do heading levels follow order (h1 > h2 > h3, no skipping)?
  3. Does each level have a distinct font-size from the type scale?
  4. Is there weight differentiation (not all the same weight)?
  5. Are heading margins consistent?
  6. Is the ratio between levels consistent?

Fix violations by mapping headings to the type scale.