Agent Plugins Marketplace
All plugins

accessibility-engineering

v0.1.3

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.

Claude Code5 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install accessibility-engineering@agent-plugin-marketplace

Paste 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/RavenClaude

Clone 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

plugins/accessibility-engineering/
├── .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-accessible-patternskills/design-accessible-pattern/SKILL.md

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.

prioritize-remediationskills/prioritize-remediation/SKILL.md

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.

run-wcag-auditskills/run-wcag-audit/SKILL.md

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.

test-assistive-techskills/test-assistive-tech/SKILL.md

Verify keyboard operability and screen-reader parity hands-on with the assistive technology real users use. Reach for this on a parity question.

verify-contrastskills/verify-contrast/SKILL.md

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

plugins/accessibility-engineering/.claude-plugin/plugin.json
{
  "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"
    ]
  }
}

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)