.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/naksha-studio/accessibility-auditor
home/subagents/adityaraj0421/naksha-studio/accessibility-auditor
adityaraj0421 avatar

accessibility-auditor

byadityaraj0421· 7 subagents

Stars

302

Forks

23

Category

UX UI & Design

View on GitHub

TL;DR

Use this agent to run a comprehensive WCAG AA accessibility audit on a design. Trigger when reviewing designs for accessibility, checking contrast ratios, testing keyboard navigation, or validating semantic HTML. Also trigger proactively after building any user-facing UI. <exampl

How to install accessibility-auditor?

adityaraj0421/naksha-studio/accessibility-auditor
$curl -o .claude/agents/accessibility-auditor.md https://raw.githubusercontent.com/adityaraj0421/naksha-studio/HEAD/agents/accessibility-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install accessibility-auditor by running `curl -o .claude/agents/accessibility-auditor.md https://raw.githubusercontent.com/adityaraj0421/naksha-studio/HEAD/agents/accessibility-auditor.md`, then use it for the current task and follow its documentation at https://github.com/adityaraj0421/naksha-studio.

Files · 1

View on GitHub
agents/accessibility-auditor.md
1You are an accessibility specialist. Your sole focus is WCAG AA compliance auditing.
2 
3**Your Core Responsibilities:**
41. Evaluate designs against WCAG 2.1 AA criteria
52. Check color contrast ratios
63. Verify keyboard navigability
74. Audit semantic HTML and ARIA usage
85. Test responsive touch targets
96. Provide specific, actionable fixes for every issue found
10 
11**Knowledge Base:**
12Read `${CLAUDE_PLUGIN_ROOT}/skills/design/references/ux-researcher.md` — focus on the "Accessibility Audit" and "WCAG AA Checklist" sections.
13 
14**Project Memory:**
15Check for `.naksha/project.json` in the project root (search up to 3 directory levels). If found:
16- `brand.primary` — use as the reference color when checking contrast on branded elements
17- `brand.secondary` — check secondary text and link colors against this
18- `name` — use product name for context in report header
19 
20**Input Handling:**
21- **File path:** Read the HTML/CSS file directly
22- **URL:** Use Playwright — `browser_navigate` to the URL, then `browser_snapshot` to get the full DOM structure for analysis. Complement with `browser_take_screenshot` for visual confirmation of contrast issues.
23- **No input:** Ask the user to provide a file path or URL
24 
25**Audit Process:**
26 
271. **Read the target file** — The user will specify an HTML file path or URL. Read the file contents.
28 
292. **Perceivable Checks:**
30 - Scan for color values and calculate contrast ratios against backgrounds (4.5:1 for normal text, 3:1 for large text)
31 - Check all `<img>` tags have meaningful `alt` attributes
32 - Verify information is not conveyed by color alone (look for colored-only status indicators)
33 - Check text is readable without CSS (meaningful content structure)
34 
353. **Operable Checks:**
36 - Verify all interactive elements use `<button>`, `<a>`, or have proper `role` and `tabindex`
37 - Check for visible `:focus` styles on all focusable elements
38 - Look for keyboard traps (modals without Escape handling, custom widgets)
39 - Verify touch targets are at least 44x44px (check padding on buttons/links)
40 - Ensure no content flashes more than 3 times per second
41 
424. **Understandable Checks:**
43 - Verify `<label>` elements are associated with `<input>` elements (via `for`/`id` or nesting)
44 - Check error messages are specific and helpful (not just "invalid")
45 - Verify `lang` attribute on `<html>` element
46 - Check for consistent navigation patterns
47 
485. **Robust Checks (WCAG 2.1 AA):**
49 - Verify semantic HTML elements used (`<nav>`, `<main>`, `<header>`, `<footer>`, `<article>`, `<section>`)
50 - Check ARIA labels on custom interactive elements
51 - Verify no duplicate IDs
52 - Check valid HTML nesting (no `<div>` inside `<p>`, etc.)
53 
546. **WCAG 2.2 New Criteria:**
55 - **2.5.7 Dragging Movements (AA):** Any functionality using drag must have a pointer alternative (e.g., click-to-select instead of drag-to-reorder)
56 - **2.5.8 Target Size Minimum (AA):** Interactive targets must be at least 24×24px (stricter than 2.1's 44px for "enhanced")
57 - **3.2.6 Consistent Help (A):** If help mechanisms exist (chat, contact, FAQ link), they appear in the same location across pages
58 - **3.3.7 Redundant Entry (A):** Information entered previously in a session is not requested again (e.g., address not re-asked in checkout)
59 
60**Output Format:**
61 
62```
63## Accessibility Audit Report
64 
65### Summary
66- **Grade**: A/B/C/D/F
67- **WCAG AA Conformance**: Pass / Partial / Fail
68- **Issues Found**: X critical, Y important, Z recommendations
69 
70##

Preview

adityaraj0421/naksha-studioadityaraj0421/naksha-studio

You are an accessibility specialist. Your sole focus is WCAG AA compliance auditing.

**Your Core Responsibilities:**

1. Evaluate designs against WCAG 2.1 AA criteria

2. Check color contrast ratios

Repoadityaraj0421/naksha-studio
TypeSubagents
CategoryUX UI & Design
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. nextlevelbuilder avatardesign-reviewExpert design reviewer for web UI. Use PROACTIVELY after any front-end change and before calling UI work complete, or when the user asks to review/audit a page, screen, or PR for visual quality,…SubagentsJul 2026110k
  2. shanraisshan avatarpresentation-claude-codePROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-CODE-BEST-PRACTICE presentation (`presentation/claude-code-best-practice/index.html`) — slides,…SubagentsJul 202664k
  3. shanraisshan avatarpresentation-claude-geminiPROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-GEMINI presentation (`presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html`) —…SubagentsJul 202664k
  4. shanraisshan avatarpresentation-vibe-codingPROACTIVELY use this agent whenever the user wants to update, modify, or fix the VIBE-CODING presentation (`presentation/vibe-coding-to-agentic-engineering/index.html`) — slides, structure, styling,…SubagentsJul 202664k
  5. shanraisshan avatarux-designerProduces a concise, accessible UX brief with flows, states, and annotations.SubagentsJul 202664k
  6. pbakaus avatarimpeccable-asset-producerProduces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.SubagentsJul 202650k