Agent Plugins Marketplace
All plugins

accessibility-audit-vscode

v1.8.4

Evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, interaction, and review-ready report evidence.

Claude Code1 Skill1 MCP serverstdio

By CarlasHubLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 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-audit-vscode 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-audit-vscode@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/CarlasHub/accessibility-audit-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/carlashub-plugin-marketplace/accessibility-audit/copilot-vscode/.

Plugin files

marketplace/carlashub-plugin-marketplace/accessibility-audit/copilot-vscode/
├── .claude-plugin/plugin.json
├── skills/run-accessibility-audit/SKILL.md
└── .mcp.json

Included Skills1

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

Run a site-independent evidence-backed accessibility pre-audit for explicit WCAG 2.2 A/AA page scope, preserve complete or partial evidence, and export review-ready HTML, Excel, JSON, screenshots, and a portable archive.

MCP servers1

accessibility-auditstdio
command
node
args
-e const e=process.env,r=e.CLAUDE_PLUGIN_ROOT||e.COPILOT_PLUGIN_ROOT||e.PLUGIN_ROOT||process.cwd();const n=process.platform==='win32'&&r[0]==='/'&&r[2]==='/'?r[1].toUpperCase()+':'+r.slice(2):r;e.PLUGIN_ROOT=n;import('node:url').then(u=>import(u.pathToFileURL(n+'/_runtime/bin/launch-mcp.mjs').href))

Plugin manifests1

marketplace/carlashub-plugin-marketplace/accessibility-audit/copilot-vscode/.claude-plugin/plugin.json
{
  "name": "accessibility-audit-vscode",
  "version": "1.8.4",
  "description": "Evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, interaction, and review-ready report evidence.",
  "author": {
    "name": "CarlasHub"
  },
  "homepage": "https://github.com/CarlasHub/accessibility-audit-plugin",
  "repository": "https://github.com/CarlasHub/accessibility-audit-plugin",
  "license": "MIT",
  "keywords": [
    "accessibility",
    "wcag",
    "axe",
    "playwright",
    "testing"
  ],
  "category": "development",
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "hooks": "./hooks/hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[accessibility-audit-vscode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accessibility-audit-vscode)