๐Ÿ”
QualityPython

AccessLint Scan

by sickn33

AccessLint Scan is a Quality skill for Claude Code, published by sickn33 in agentic-awesome-skills.

44.5K stars6.5K forkson sickn33/agentic-awesome-skillsAdded 2026/07/19+1% in starsRepository updated 2026/08/05
agent-skillsagentic-skillsai-agent-skillsai-agentsai-codingai-workflowsantigravityantigravity-skillsclaude-codeclaude-code-skillscodex-clicodex-skillscursorcursor-skillsdeveloper-toolsgemini-cligemini-skillskiromcpskill-library
Install in seconds
Install AccessLint Scan
Copy AccessLint Scan into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sickn33/agentic-awesome-skills/tree/main/plugins/agentic-awesome-skills-claude/skills/accesslint-scan ~/.claude/skills/accesslint-scan

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sickn33/agentic-awesome-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agentic-awesome-skills-claude/skills/accesslint-scan/SKILL.md in sickn33/agentic-awesome-skills
Installs to
~/.claude/skills/accesslint-scan
Collection
One of 26 skills cataloged from this repository
Category
Quality โ€” 1897 skills

What AccessLint Scan does

Audits a live page for accessibility issues, pinpoints each WCAG violation with a selector, and returns a fix worklist without editing. Ideal for developers and QA to locate issues before making changes.

AccessLint Scan is cataloged under Quality on DirSkills. AccessLint Scan comes from a repository tagged agent-skills, agentic-skills, ai-agent-skills, ai-agents and ai-coding.

Documentation

README

Audit a live page and report what's broken and where. Locate; don't fix. If no URL in $ARGUMENTS, ask for one.

When to Use

  • Use this skill when the task matches this description: Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

1. Audit

PORT=$(npx -y @accesslint/chrome@latest ensure | node -e 'process.stdin.on("data",d=>process.stdout.write(""+JSON.parse(d).port))')
npx -y @accesslint/cli@latest "<url>" --port "$PORT" --format json

Flags as needed: --selector, --wait-for "<selector>", --include-aaa, --disable <rules>.

2. Report

Counts by impact, then one entry per violation:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AccessLint Scan

  • What else does sickn33 publish alongside AccessLint Scan?

    AccessLint Scan is one of 26 skills that DirSkills catalogs from sickn33/agentic-awesome-skills, the repository it ships in. Its siblings there include 007 Security Audit, 2Slides Presentation Generator and 3D Web Experience. Each one is a separate skill with its own page in this directory, installs the same way AccessLint Scan does, and is maintained by sickn33 in that same repository. The rest of the collection is listed on the sickn33/agentic-awesome-skills page.

  • How does AccessLint Scan compare to other Quality skills?

    AccessLint Scan ranks #60 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AccessLint Scan against them. Open each page to compare what they document and how they install.

More from sickn33/agentic-awesome-skills

AccessLint Scan is one of 26 skills cataloged on DirSkills from sickn33/agentic-awesome-skills.

See all 26 skills โ†’