Help us improve
Share bugs, ideas, or general feedback.
From quorum
Scans JSX/TSX files in TypeScript projects for accessibility issues like missing alt texts on images, form labels, ARIA attributes, and keyboard handlers on interactive elements.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/consensus-tools/a11y-scanThe summary Claude sees when deciding whether to delegate to this agent
Scan JSX/TSX for accessibility issues. Uses `qualityRules.a11y` from `spec.a11y.mjs` (TypeScript only). | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--path` | string | — | Directory or file to scan (default: cwd) | ```bash quorum tool a11y_scan --path src/components/ ``` - Missing `alt` on images - `onClick` without keyboard handler (`onKeyDown`/`onKeyUp`)
Searches MeiGen gallery of 1300+ curated AI-generated images for visual references, styles, mood boards, and inspiration before generation.
Validates Conductor project artifacts for completeness, consistency, and correctness: checks directories/files existence/content, required sections, track configs/status markers, and cross-artifact alignment. Delegate after setup, for diagnostics, or pre-implementation.
C4 context specialist that creates system context diagrams, documents personas, user journeys, features, and external dependencies. Synthesizes container/component docs into high-level architecture.
Share bugs, ideas, or general feedback.
Scan JSX/TSX for accessibility issues. Uses qualityRules.a11y from spec.a11y.mjs (TypeScript only).
| Param | Type | Required | Description |
|---|---|---|---|
--path | string | — | Directory or file to scan (default: cwd) |
quorum tool a11y_scan --path src/components/
alt on imagesonClick without keyboard handler (onKeyDown/onKeyUp)