srinath1505

Forge Accessibility — Development agent for Claude Code

Development community

Forge's Accessibility agent — runs axe-core against a running URL for WCAG 2.1 contrast/ARIA/keyboard-nav violations.

How to install Forge Accessibility

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-accessibility.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-accessibility.md -o ~/.claude/agents/srinath1505-forge_orch-forge-accessibility.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forge Accessibility does

Forge's Accessibility agent — runs axe-core against a running URL for WCAG 2.1 contrast/ARIA/keyboard-nav violations.

Alternatives in Development

Full documentation available on GitHub

View Source Repository