-
Notifications
You must be signed in to change notification settings - Fork 42
INSTALLATION GUIDE 5.0
Last Updated: April 16, 2026
Version: 5.0.0 (GitHub Skills)
Status: ✅ Production Ready
# 1. Install the skill from GitHub
gh skill install Community-Access/accessibility-agents
# 2. Run interactive setup wizard (configure your roles and platforms)
gh skill setup Community-Access/accessibility-agents
# 3. Verify everything works
gh skill health Community-Access/accessibility-agentsThat's it! You're ready to use accessibility agents.
Important: you do not need Node.js to run gh skill install, gh skill setup, gh skill health, gh skill repair, or gh skill hooks. Those commands are backed by native Go binaries. Node.js is only needed if you choose to run the MCP server locally.
| Feature | Legacy flow | 5.0.0 |
|---|---|---|
| Platform | Separate PS1/SH scripts | Unified gh command |
| Installation | Run script manually | gh skill install |
| Configuration | Script flags or prompts |
gh skill setup wizard |
| Verification | Manual checks | gh skill health |
| Updates | Manual script re-run | gh skill upgrade |
| Uninstall | Run uninstall script | gh skill uninstall |
| Global setup | Embedded in script | gh skill hooks |
| Repair | Not available | gh skill repair |
- GitHub cryptographically signs all distributions
- No raw GitHub CDN downloads
- Official GitHub Skills marketplace
- 90% less installer code (6,767 → about 850 lines of focused Go CLI code)
- Unified cross-platform experience
- Professional tooling
Prerequisites:
- GitHub CLI (gh) installed (install.cli.github.com)
- PowerShell 5.0+ or Windows Terminal
If you are building the 5.0 Go utilities locally:
winget install --id GoLang.Go --exact --accept-package-agreements --accept-source-agreements
go version
pwsh -NoProfile -File scripts/build-go-cli.ps1Installation:
# 1. Install skill
gh skill install Community-Access/accessibility-agents
# 2. Configure (interactive wizard)
gh skill setup Community-Access/accessibility-agents
# 3. Verify
gh skill health Community-Access/accessibility-agentsAfter setup:
- VS Code agents/skills installed ✅
- Claude Desktop MCP configured (if selected) ✅
- Git hooks installed (if selected) ✅
- Team configuration applied (if selected) ✅
Prerequisites:
- GitHub CLI (gh) installed (
brew install gh) - Bash 4+ or Zsh
If you are building the 5.0 Go utilities locally:
brew install go
go version
bash scripts/build-go-cli.shInstallation:
# 1. Install skill
gh skill install Community-Access/accessibility-agents
# 2. Configure
gh skill setup Community-Access/accessibility-agents
# 3. Verify
gh skill health Community-Access/accessibility-agentsAfter setup:
- VS Code agents/skills installed ✅
- Claude Desktop MCP configured (if selected) ✅
- Git hooks installed (if selected) ✅
- Team configuration applied (if selected) ✅
Prerequisites:
- GitHub CLI (gh) installed (install)
- Bash 4+ or Zsh
Installation:
# 1. Install skill
gh skill install Community-Access/accessibility-agents
# 2. Configure
gh skill setup Community-Access/accessibility-agents
# 3. Verify
gh skill health Community-Access/accessibility-agentsAfter setup:
- VS Code agents/skills installed ✅
- Claude Desktop MCP configured (if selected) ✅
- Git hooks installed (if selected) ✅
- Team configuration applied (if selected) ✅
When you run gh skill setup Community-Access/accessibility-agents, you'll be prompted for:
Choose how you plan to use accessibility agents:
? What's your role? (Use arrow keys)
❯ Developer (write UI code)
Code Reviewer (review accessibility)
Author (create accessible content)
Full Suite (everything)
Custom (select yourself)
What each role includes:
- Developer: ARIA specialist, keyboard navigator, forms specialist, alt text & headings, contrast master, live region controller, modal specialist
- Code Reviewer: Same as developer + Tables specialist, Link checker, Text quality reviewer
- Author: Document accessibility, markdown accessibility, media accessibility
- Full Suite: All 80+ agents and 25+ skills
? Where should agents be installed? (Use arrow keys)
❯ Global (this machine, all projects)
Project (only this workspace)
- Global: Available everywhere (recommended)
- Project: Only in current folder (useful for team-specific configs)
Select which platforms you use:
? Which platforms? (Press space to select, enter to confirm)
❯ ✔ VS Code
✔ Claude Desktop
☐ Codex CLI
☐ Gemini CLI
? Do you have a team configuration file? (y/n)
If yes, provide path to accessibility-agents.json:
{
"team": "your-team-name",
"roles": ["developer", "reviewer"],
"strictMode": true,
"enabledAgents": ["accessibility-lead", "aria-specialist"]
}? Install git hooks for pre-commit validation? (y/n)
If yes, accessibility checks run on every commit.
Configures agents and skills for your setup.
# Interactive setup
gh skill setup Community-Access/accessibility-agents
# Non-interactive (use defaults)
gh skill setup Community-Access/accessibility-agents --yes
# With team config
gh skill setup Community-Access/accessibility-agents --config team-config.jsonOutput:
✅ Configuration saved to ~/.accessibility-agents/config.json
✅ VS Code agents installed (80 agents)
✅ VS Code skills installed (25 skills)
✅ Claude Desktop MCP configured
✅ Git hooks installed
✅ Setup complete!
Implementation note: in 5.0.0 this command is intended to be backed by a native Go binary rather than a Node.js script, which keeps setup lightweight on Windows, macOS, and Linux.
Validates your installation and runtime environment.
gh skill health Community-Access/accessibility-agentsChecks:
- GitHub CLI version ✅
- Java version (if needed) ✅
- Playwright Chromium ✅
- Agent files ✅
- Skill files ✅
- VS Code integration ✅
- Claude Desktop MCP ✅
- Git hooks ✅
Node.js is reported only when a user has enabled local MCP server workflows.
Output:
Agent Health Report
═══════════════════════════════════════════
Runtime Environment:
Node.js: v18.16.0 ✅
Java: v17.0.4 ✅
Playwright: v1.40.1 ✅
Installation Status:
Agents: 80/80 ✅
Skills: 25/25 ✅
VS Code: Connected ✅
Claude Desktop: Configured ✅
Git Hooks: Active ✅
Status: ✅ All systems operational
Fixes broken installations or validates configuration.
gh skill repair Community-Access/accessibility-agentsCan fix:
- Missing agent/skill files
- Corrupted configuration
- Broken Git hooks
- Incorrect permissions
- Version mismatches
Output:
Repair Check
═════════════════════════════════════════════
Issues Found: 1
├─ Missing git hook
Repair Available: 1
├─ Reinstall git hooks
Run with --auto-repair to fix automatically:
gh skill repair Community-Access/accessibility-agents --auto-repair
Manages Git hooks for pre-commit accessibility validation.
# Install hooks
gh skill hooks install Community-Access/accessibility-agents
# Uninstall hooks
gh skill hooks uninstall Community-Access/accessibility-agents
# Check status
gh skill hooks status Community-Access/accessibility-agents
# Test hooks
gh skill hooks test Community-Access/accessibility-agentsYou have 4.5.0 or 4.5.1 with:
-
install.ps1/install.sh(old installer) - Manual configuration
- Agents in
~/.claude/agents/
# 1. Backup your current config (optional)
cp -r ~/.accessibility-agents ~/.accessibility-agents.backup
# 2. Install the new skill
gh skill install Community-Access/accessibility-agents
# 3. Run setup wizard (configures everything)
gh skill setup Community-Access/accessibility-agents
# 4. Verify new installation
gh skill health Community-Access/accessibility-agents
# 5. Old files no longer needed (can delete)
# The new system is completely separate and cleanerWhat stays the same:
- Your Git history (untouched)
- Your VS Code user settings (untouched)
- Your projects (untouched)
What changes:
- Installation method (
gh skill installinstead of script) - Configuration location (cleaner setup)
- Update method (
gh skill upgradeinstead of manual)
# Automatic update
gh skill upgrade Community-Access/accessibility-agents
# Or specific version
gh skill upgrade Community-Access/accessibility-agents@5.0.1# Re-run setup if configuration needs adjustment
gh skill setup Community-Access/accessibility-agents# Complete uninstall
gh skill uninstall Community-Access/accessibility-agents
# This removes:
# - All agents and skills
# - Git hooks
# - Configuration files
# - MCP setup# See what's installed and working
gh skill health Community-Access/accessibility-agents# Automatic repair
gh skill repair Community-Access/accessibility-agents --auto-repair
# Or interactive repair
gh skill repair Community-Access/accessibility-agentsSolution: Install GitHub CLI from cli.github.com
Solution: Run with full specification:
gh skill install Community-Access/accessibility-agentsSolution: Use repair utility:
gh skill repair Community-Access/accessibility-agents --auto-repairSolution: Check health and restart VS Code:
gh skill health Community-Access/accessibility-agents
# Then restart VS Code (close all windows and reopen)Solution: Reinstall hooks:
gh skill hooks install Community-Access/accessibility-agentsSolution: GitHub CLI installations are separate from old system:
# New system continues working
gh skill setup Community-Access/accessibility-agents
# Old system can be separately removed when ready
# (no conflicts, completely separate)- GitHub Issues: github.com/Community-Access/accessibility-agents/issues
- Discussions: github.com/Community-Access/accessibility-agents/discussions
- Docs: github.com/Community-Access/accessibility-agents/tree/main/docs
-
GitHub CLI Help:
gh skill --help
These files from the legacy installer flow are no longer needed in 5.0.0:
❌ install.ps1 (replaced by gh skill install)
❌ install.sh (replaced by gh skill install)
❌ uninstall.ps1 (replaced by gh skill uninstall)
❌ uninstall.sh (replaced by gh skill uninstall)
❌ update.ps1 (replaced by gh skill upgrade)
❌ update.sh (replaced by gh skill upgrade)
The new system is cleaner, simpler, and more reliable.
1 minute setup:
gh skill install Community-Access/accessibility-agents
gh skill setup Community-Access/accessibility-agents
gh skill health Community-Access/accessibility-agents
✅ Done!
Complex setup:
Run install.ps1 or install.sh with various flags
Answer multiple prompts or edit configuration files manually
Run validation scripts
Troubleshoot issues
⚠️ More complexity
gh skill install Community-Access/accessibility-agentsSee you after setup! 🚀
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide