Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:53 +08:00
commit 5d160c0e09
10 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for accessibility-test-scanner skill
- [ ] wcag_guidelines.py: Script to fetch and parse WCAG guidelines from the web, providing a structured format for Claude to reference.
- [ ] aria_validator.py: Script to validate ARIA attributes against best practices and standards.
- [ ] report_generator.py: Script to generate detailed accessibility reports in various formats (e.g., Markdown, JSON).