accessibility-engineering
v0.1.3Accessibility Engineering specialist team — agents (accessibility-lead, wcag-audit-analyst, assistive-tech-testing-specialist, inclusive-design-strategist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An accessibility team for an a11y lead or product owner accountable for WCAG conformance — it picks a conformance target and measures against it, treats automated scans as a fraction of the picture, holds keyboard and screen-reader parity as the floor, reaches for semantic HTML before ARIA, and verifies contrast ratios. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 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 accessibility-engineering for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install accessibility-engineering@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/accessibility-engineering/.
Plugin files
├── .claude-plugin/plugin.json├── skills/design-accessible-pattern/SKILL.md├── skills/prioritize-remediation/SKILL.md├── skills/run-wcag-audit/SKILL.md├── skills/test-assistive-tech/SKILL.md└── skills/verify-contrast/SKILL.md
Included Skills5
Design an accessible-by-default component pattern, semantic HTML first and ARIA only where needed. Reach for this on a design-system or component question.
Rank audit issues by user-impact and effort into a sequenced remediation plan with owners. Reach for this when there are more fixes than time.
Audit a page set against a named WCAG version and level, classify issues by severity/level, and compute a weighted conformance score. Reach for this on a conformance question.
Verify keyboard operability and screen-reader parity hands-on with the assistive technology real users use. Reach for this on a parity question.
Compute the WCAG contrast ratio from hex foreground/background values and check AA/AAA for normal and large text. Reach for this on any color question.
Plugin manifests1
{
"name": "accessibility-engineering",
"version": "0.1.3",
"description": "Accessibility Engineering specialist team — agents (accessibility-lead, wcag-audit-analyst, assistive-tech-testing-specialist, inclusive-design-strategist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An accessibility team for an a11y lead or product owner accountable for WCAG conformance — it picks a conformance target and measures against it, treats automated scans as a fraction of the picture, holds keyboard and screen-reader parity as the floor, reaches for semantic HTML before ARIA, and verifies contrast ratios. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"accessibility",
"wcag",
"a11y",
"screen-reader",
"keyboard-navigation",
"aria",
"color-contrast",
"inclusive-design",
"section-508"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}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.
[accessibility-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accessibility-engineering)