claude/agents
bastien feed3dbae9 feat(validate): add W3C HTML/CSS validity + WCAG a11y audit skill
New /validate skill runs a narrow-scope web standards audit covering
W3C HTML validity (validator.nu API in FULL, html-validate / vnu.jar
in LOCAL), W3C CSS validity (jigsaw.w3.org/css-validator in FULL,
stylelint / css-tree in LOCAL), and WCAG 2.1 accessibility (pa11y,
@axe-core/cli, WAVE API, or static checklist fallback).

Dedicated validator-analyzer agent with a strict IN/OUT scope filter
so the report stays focused on conformance — no meta/OG/JSON-LD/
sitemap/CSP/cookie/CWV noise. Those remain owned by /seo, /geo, and
/harden respectively.

LOCAL mode degrades gracefully: tries local npm tools first, falls
back to static analysis if none present (same 12-point a11y checklist
as /onboard a11y dispatch). Never fails hard.

Framework awareness: validates built output (dist/, _site/, build/,
out/) for SPA/JS frameworks, not JSX/TSX source. Warns if no build
dir found.

Fix mode (--fix) produces a conservative auto-fix bundle: missing
lang attr, alt="" on decorative images, unclosed void tags, duplicate
IDs, unambiguous heading level skips. Content decisions (form labels,
color contrast, landmark restructure, alt text on content images)
always go to User actions, never auto-applied.

Flags: --local, --full, --fix, --no-external.

Routing updated in CLAUDE.md. /harden and /seo cross-refs narrowed
to redirect W3C / WCAG concerns to /validate (was previously routed
to /onboard a11y dispatch, which only runs at setup).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 22:39:30 +02:00
..
resources feat(seo/geo): CMS plugin-first + shared-file edit discipline + Bing/IndexNow mandatory 2026-04-21 16:57:32 +02:00
analyzer.md final version seems 2026-04-08 13:46:45 +02:00
bugfixer.md feat(agents): add design gate for automatic ui-ux-pro-max detection 2026-04-16 01:50:56 +02:00
code-cleaner.md refactor(skills): extract skill logic into standalone agent files 2026-04-15 20:18:34 +02:00
commit-changer.md refactor(commit-changer): group by development narrative, not by type 2026-04-15 23:40:24 +02:00
doc-syncer.md feat(doc-syncer): add feature delta detection — track added/removed features 2026-04-15 23:21:45 +02:00
feater.md feat(agents): add design gate for automatic ui-ux-pro-max detection 2026-04-16 01:50:56 +02:00
geo-analyzer.md feat(seo/geo): CMS plugin-first + shared-file edit discipline + Bing/IndexNow mandatory 2026-04-21 16:57:32 +02:00
hotfixer.md feat(agents): add design gate for automatic ui-ux-pro-max detection 2026-04-16 01:50:56 +02:00
interviewer.md final version seems 2026-04-08 13:46:45 +02:00
onboarder.md refactor(onboard): split into orchestrator skill + config-only agent 2026-04-21 22:37:16 +02:00
plugin-advisor.md feat(toggle): enable/disable non-marketplace tools via lib/toggle-external.sh 2026-04-21 13:50:40 +02:00
refactorer.md english 2026-04-02 04:14:49 +02:00
scaffolder.md refactor(skills): extract skill logic into standalone agent files 2026-04-15 20:18:34 +02:00
seo-analyzer.md feat(seo/geo): CMS plugin-first + shared-file edit discipline + Bing/IndexNow mandatory 2026-04-21 16:57:32 +02:00
seo-analyzer.md.bak feat(seo/geo): split into parallel seo + geo agents with shared resources 2026-04-21 16:16:30 +02:00
status-reporter.md final version seems 2026-04-08 13:46:45 +02:00
validator-analyzer.md feat(validate): add W3C HTML/CSS validity + WCAG a11y audit skill 2026-04-22 22:39:30 +02:00