front-a11y

Installation
SKILL.md

Audit or fix accessibility issues in the file that is currently open or explicitly mentioned by the user.

  • Default (no arguments): Audit mode : analyse the file and produce a structured report of all accessibility issues found.
  • If $ARGUMENTS contains fix: Fix mode : apply all automatically-fixable issues directly to the file, then report what was fixed and what requires manual attention.

Step 1 : Detect the file language

Look at the extension of the target file:

  • If .html → the language file is front-a11y-html.md
  • If .jsx or .tsx → the language file is front-a11y-jsx.md
  • If .vue → the language file is front-a11y-vue.md
  • If .svelte → the language file is front-a11y-svelte.md
  • If .astro → the language file is front-a11y-astro.md
  • Otherwise → inform the user that this file type is not supported. Supported types: .html, .jsx, .tsx, .vue, .svelte, .astro.

The path of this skill file is always available from context. Resolve all sub-file paths relative to it.

Installs
19
GitHub Stars
2
First Seen
Apr 28, 2026
front-a11y — effeilo/claude-code-frontend-skills