a11y-specialist-skills
v2.10.0Accessibility specialist skills for WCAG review, conformance auditing, and improvement planning in Codex and Claude Code.
By masuP9License: MIT55 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Jun 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install a11y-specialist-skills for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add a11y-specialist-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/masuP9/a11y-specialist-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/auditing-wcag/SKILL.md├── skills/planning-a11y-improvement/SKILL.md├── skills/planning-wcag-audit/SKILL.md└── skills/reviewing-a11y/SKILL.md
Included Skills4
Perform formal WCAG 2.2 A/AA conformance audits and assign Pass/Fail/NT/NA to every success criterion with evidence. Use reviewing-a11y instead for issue discovery and improvement feedback.
Assess organizational accessibility maturity and create a long-term improvement plan with a roadmap, KPIs, and stakeholder materials. Use planning-wcag-audit for the execution plan of a specific site's WCAG audit.
Plan WCAG audits for a specific site using WAIC test guidelines, including scope, page selection, environment, and execution plan. Use planning-a11y-improvement for organization-wide, long-term improvement planning.
Review accessibility of web pages, code implementations, design mockups, and specifications, then report severity-ranked issues and fixes. Use auditing-wcag instead for formal conformance decisions across all success criteria.
Plugin manifests2
{
"name": "a11y-specialist-skills",
"version": "2.10.0",
"description": "Accessibility specialist skills for WCAG review, conformance auditing, and improvement planning in Codex and Claude Code.",
"author": {
"name": "masuP9",
"url": "https://github.com/masuP9"
},
"homepage": "https://github.com/masuP9/a11y-specialist-skills",
"repository": "https://github.com/masuP9/a11y-specialist-skills",
"license": "MIT",
"keywords": [
"accessibility",
"a11y",
"wcag",
"aria",
"review",
"audit",
"conformance",
"planning"
],
"skills": "./skills/",
"interface": {
"displayName": "A11y Specialist Skills",
"shortDescription": "Review, audit, and plan web accessibility",
"longDescription": "Review web pages, code, and designs for accessibility; run WCAG 2.2 conformance audits; and create audit or organizational improvement plans.",
"developerName": "masuP9",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/masuP9/a11y-specialist-skills",
"defaultPrompt": [
"Review this implementation for accessibility issues.",
"Audit this page for WCAG 2.2 AA conformance.",
"Create an accessibility improvement plan."
]
}
}{
"name": "a11y-specialist-skills",
"version": "2.10.0",
"description": "Accessibility specialist skills for Claude Code and Codex. WCAG 2.2 review, conformance auditing, and improvement planning tools.",
"author": {
"name": "masuP9",
"url": "https://github.com/masuP9"
},
"repository": "https://github.com/masuP9/a11y-specialist-skills",
"license": "MIT",
"keywords": [
"accessibility",
"a11y",
"wcag",
"aria",
"review",
"audit",
"conformance",
"planning"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[a11y-specialist-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/a11y-specialist-skills)