Agent Teams Configuration
Description
This file defines coordinated multi-agent workflows for enterprise accessibility scanning in the Claude Code environment.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Teams Configuration
This file defines coordinated multi-agent workflows for enterprise accessibility scanning in the Claude Code environment.
Team: Markdown Accessibility Audit
**Lead:** `markdown-a11y-assistant`
**Members:**
markdown-scanner(hidden helper) - Per-file scanning across all 9 accessibility domains; returns structured findingsmarkdown-fixer(hidden helper) - Applies auto-fixes and presents human-judgment items for approvalmarkdown-csv-reporter(hidden helper) - Exports findings to CSV with WCAG help links and markdownlint rule references
**Workflow:**
markdown-a11y-assistantreceives the user request and runs Phase 0 (discovery + configuration)markdown-scanneris dispatched in parallel via the Task tool for each discovered file- All scan results are aggregated; cross-file patterns are identified
- Review gate is presented to the user with auto-fix list + human-judgment items
markdown-fixerapplies approved fixes in a single edit pass per file- Final
MARKDOWN-ACCESSIBILITY-AUDIT.mdreport is generated with per-file scores and grades
**Handoffs:**
markdown-csv-reporterfor CSV export with WCAG help linksweb-accessibility-wizardafter markdown audit is complete for HTML/JSX/TSX filesdocument-accessibility-wizardfor Office/PDF documents after markdown audit
Team: Document Accessibility Audit
**Lead:** `document-accessibility-wizard`
**Members:**
document-inventory- File discovery, inventory building, delta detectioncross-document-analyzer- Pattern detection, severity scoring, template analysisword-accessibility- DOCX scanning and remediation (DOCX-* rules)excel-accessibility- XLSX scanning and remediation (XLSX-* rules)powerpoint-accessibility- PPTX scanning and remediation (PPTX-* rules)pdf-accessibility- PDF scanning and remediation (PDFUA., PDFBP., PDFQ.* rules)office-scan-config- Office scan configuration managementpdf-scan-config- PDF scan configuration managementepub-scan-config- ePub scan configuration managementdocument-csv-reporter- Exports document audit findings to CSV with Microsoft Office and Adobe PDF help links
**Members (PDF Remediation):**
pdf-remediator- Programmatic and manual PDF remediation via pdf-lib/qpdf/ghostscript and Adobe Acrobat Pro
**Members (Office Remediation):**
office-remediator- Programmatic Office document (Word/Excel/PowerPoint) remediation via python-docx/openpyxl/python-pptx
**Members (ePub):**
epub-accessibility- EPUB scanning and remediation (EPUB-E*, EPUB-W*, EPUB-T* rules)
**Workflow:**
document-accessibility-wizardreceives the user request and runs Phase 0 (discovery)document-inventorydiscovers and inventories all matching files- File-type specialists (
word-accessibility,excel-accessibility,powerpoint-accessibility,pdf-accessibility) scan documents in parallel by type cross-document-analyzeranalyzes
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11