refactor
๐ฏSkillfrom accesslint/claude-marketplace
`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.
Same repository
accesslint/claude-marketplace(8 items)
Installation
npx vibeindex add accesslint/claude-marketplace --skill refactornpx skills add accesslint/claude-marketplace --skill refactor~/.claude/skills/refactor/SKILL.mdSKILL.md
More from this repository7
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.
Accessibility toolkit for Claude Code and Claude Desktop that checks and fixes WCAG 2.1 conformance issues in your codebase.
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.
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.
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.
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.
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.