๐ŸŽฏ

scan

๐ŸŽฏSkill

from accesslint/claude-marketplace

VibeIndex|
What it does
|

A WCAG 2.2 accessibility auditing skill for Claude Code that performs live-DOM analysis using Chrome DevTools Protocol, returning violation worklists with selectors, source locations, and fix directives. Supports full audits, differential audits to catch regressions, and codebase sweeps, powered by @accesslint/core.

๐Ÿ“ฆ

Same repository

accesslint/claude-marketplace(8 items)

scan

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add accesslint/claude-marketplace --skill scan
skills.sh Installโš  Installs to .agents/skills/
npx skills add accesslint/claude-marketplace --skill scan
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/scan/SKILL.md

SKILL.md

129Installs
-
AddedJun 4, 2026

More from this repository7

๐ŸŽฏ
audit๐ŸŽฏSkill

A WCAG 2.2 accessibility toolkit for Claude Code that audits, diffs, and fixes accessibility issues in HTML, components, and live pages using the @accesslint/mcp engine with automatic Chrome-based DOM auditing.

๐ŸŽฏ
contrast-checker๐ŸŽฏSkill

Accessibility toolkit for Claude Code and Claude Desktop that checks and fixes WCAG 2.1 conformance issues in your codebase.

๐ŸŽฏ
refactor๐ŸŽฏSkill

`accesslint:refactor` skill โ€” an accessibility refactoring specialist that automatically fixes a11y issues across multiple files by adding missing alt text, ARIA labels, and semantic HTML, implementing proper ARIA patterns while preserving functionality and code style, and documenting every change.

๐ŸŽฏ
use-of-color๐ŸŽฏSkill

WCAG 1.4.1 Use of Color compliance skill that scans code for places where color is the only indicator of state, action, or meaning (e.g., colored-only links, error states without icons) and recommends additional visual signals like text, icons, patterns, or ARIA attributes.

๐ŸŽฏ
link-purpose๐ŸŽฏSkill

WCAG 2.4.4 Link Purpose (In Context) compliance skill that flags generic "click here"/"read more" link text, ambiguous links, and links without sufficient context โ€” recommending descriptive link text, aria-label/aria-labelledby, sr-only text, or other programmatically determined context.

๐ŸŽฏ
diff๐ŸŽฏSkill

A differential accessibility auditing skill from the AccessLint plugin for Claude Code. It compares WCAG 2.2 violations before and after code changes, showing only newly introduced issues so developers can catch regressions without noise from pre-existing violations.

๐ŸŽฏ
audit-and-fix๐ŸŽฏSkill

A WCAG 2.2 accessibility toolkit for Claude Code that audits, diffs, and fixes accessibility issues in HTML, components, and live pages, with live-DOM auditing powered by the AccessLint MCP engine.