A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Runs axe-core + jsx-a11y audits — trigger with /accessibility or /a11y
A Claude Code skill for running comprehensive accessibility audits on web projects.
Add to your Claude Code skills configuration:
{
"skills": {
"accessibility": {
"source": "~/Projects/claude-a11y-skill/skill.md",
"triggers": ["accessibility", "a11y"]
}
}
}
Or reference it in your .claude/settings.json:
{
"skills": ["~/Projects/claude-a11y-skill/skill.md"]
}
Invoke the skill with any of these triggers:
/accessibility or /a11y| Mode | Method | Best For |
|---|---|---|
runtime | axe-core via browser | Full WCAG compliance testing with real DOM |
static | eslint-plugin-jsx-a11y | Fast CI/build-time checks for React/Next.js |
full | Both combined | Most comprehensive coverage |
eslint-plugin-jsx-a11y (auto-installed if missing)Route Claude Code traffic to any of 17 provider backends including free or local models
ML engineering — model training, deployment, MLOps, monitoring
Codex / Claude Skill for editable thesis-defense PPTX from PDF or LaTeX while preserving a PowerPoint template. 从论文 PDF
Database performance — query plans, indexing strategies, N+1 detection, caching