dragoon0x/optik

a11y-fix

Auto-fix detectable accessibility issues. Adds focus styles, semantic HTML, ARIA attributes, and touch target sizing.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill a11y-fix

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 623 B
  • docs SUMMARY.md 133 B

History

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

SKILL.md

/a11y-fix — Accessibility Auto-Fix

Automatically repair common accessibility failures:

  1. Add :focus-visible styles where missing
  2. Replace div soup with semantic elements (header, main, nav, footer, section)
  3. Add aria-label to icon-only buttons
  4. Add aria-hidden to decorative elements
  5. Increase touch targets below 44x44px
  6. Add skip link if missing
  7. Fix heading hierarchy (no skipped levels)

Show before/after for each change.