podo/design-agent-skills

fixing-accessibility

Audits and fixes ARIA labels, keyboard navigation, focus management, color contrast, and form error handling. Surfaces issues systematically and applies targeted remediations to bring components up to accessibility standards.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill fixing-accessibility

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 podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

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 Declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Repository health

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

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code cursor opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,971 B
  • docs SUMMARY.md 253 B

History

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

SKILL.md

fixing-accessibility

Catalogue stub — full skill: ibelick/ui-skills

Decision tree

Run this before any accessibility audit or fix:

  1. Is the full skill already installed?

Check: ~/.design-agent-skills/skills/fixing-accessibility/SKILL.md exists AND does NOT contain a das: block. - Yes → invoke fixing-accessibility and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → run the install command below, then invoke the skill - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

npx skills add ibelick/ui-skills --skill fixing-accessibility

Or per-agent:

  • Claude Code: claude skills add ibelick/ui-skills
  • Cursor/OpenCode: npx skills add ibelick/ui-skills --skill fixing-accessibility

Invoke after install

  • Skill name: fixing-accessibility
  • Trigger phrases: "fixing accessibility", "accessibility audit", "ARIA", "keyboard navigation", "focus management"

What it does

Audits components for missing or incorrect ARIA labels, broken keyboard navigation paths, focus management gaps, color contrast failures, and inaccessible form error patterns. Applies concrete code-level fixes so components meet accessibility standards without losing visual design intent.