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
$ARGUMENTScontainsfix: 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 isfront-a11y-html.md - If
.jsxor.tsx→ the language file isfront-a11y-jsx.md - If
.vue→ the language file isfront-a11y-vue.md - If
.svelte→ the language file isfront-a11y-svelte.md - If
.astro→ the language file isfront-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.