feat(engineering): add review-fix-a11y skill (WCAG 2.2 a11y audit + fix) (#375)

Adds review-fix-a11y (WCAG 2.2 a11y audit + fix) and free-llm-api skills.

Includes:
- review-fix-a11y: WCAG 2.2 audit workflow, a11y_audit.py scanner, contrast_checker.py
- free-llm-api: ChatAnywhere, Groq, Cerebras, OpenRouter, llm-mux, One API setup
- secret_scanner.py upgrade with secrets-patterns-db integration (1,600+ patterns)

Co-authored-by: ivanopenclaw223-alt <ivanopenclaw223-alt@users.noreply.github.com>
This commit is contained in:
ivanopenclaw223-alt
2026-03-18 02:20:44 -05:00
committed by GitHub
parent 115c6dc5ff
commit 49c9f2109f
13 changed files with 2278 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
"name": "claude-code-skills",
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
"repository": "https://github.com/alirezarezvani/claude-skills",
"total_skills": 164,
"total_skills": 166,
"skills": [
{
"name": "contract-and-proposal-writer",
@@ -347,6 +347,18 @@
"category": "engineering",
"description": "Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating technology stacks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability."
},
{
"name": "review-fix-a11y",
"source": "../../engineering-team/review-fix-a11y",
"category": "engineering",
"description": "Check and fix accessibility (a11y) on front-end projects (web and mobile web), including Next.js, React, Vue, Angular. Use when the user asks about accessibility, a11y, WCAG, screen readers, voice control, keyboard navigation, focus management, ARIA, semantic HTML, color contrast, or fixing accessibility issues in HTML, React, Next.js, Vue, or other front-end code. Runs two Python CLI tools: a11y_audit.py for static file scanning and contrast_checker.py for WCAG color contrast validation."
},
{
"name": "free-llm-api",
"source": "../../engineering-team/free-llm-api",
"category": "engineering",
"description": "Set up and use free or low-cost LLM API endpoints compatible with the OpenAI SDK. Use when the user wants to reduce API costs, access GPT/Claude/DeepSeek/Gemini for free, configure an OpenAI-compatible proxy, set up API key rotation, or mentions ChatAnywhere, Groq, Cerebras, OpenRouter, Mistral free tier, or free ChatGPT API."
},
{
"name": "agent-designer",
"source": "../../engineering/agent-designer",
@@ -1037,4 +1049,4 @@
"description": "Regulatory affairs and quality management skills"
}
}
}
}