Skip to content

Commit b3e5fbf

Browse files
taylorarndtclaude
andcommitted
Merge claude-plugin-for-claude-code into main
Adds three-hook enforcement gate for Claude Code: - UserPromptSubmit: proactive web project detection - PreToolUse: blocks UI file edits without accessibility review - PostToolUse: session marker after accessibility-lead completes Includes Claude Code plugin system, hook scripts, and full install/uninstall/update support for hooks across bash and PowerShell. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 parents b31d8b2 + 75df4b8 commit b3e5fbf

234 files changed

Lines changed: 51903 additions & 398 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.a11y-agent-manifest

Lines changed: 257 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,257 @@
1+
agents/a11y-tool-builder.md
2+
agents/accessibility-lead.md
3+
agents/AGENTS.md
4+
agents/alt-text-headings.md
5+
agents/analytics.md
6+
agents/aria-specialist.md
7+
agents/cognitive-accessibility.md
8+
agents/contrast-master.md
9+
agents/contributions-hub.md
10+
agents/cross-document-analyzer.md
11+
agents/cross-page-analyzer.md
12+
agents/daily-briefing.md
13+
agents/design-system-auditor.md
14+
agents/desktop-a11y-specialist.md
15+
agents/desktop-a11y-testing-coach.md
16+
agents/developer-hub.md
17+
agents/document-accessibility-wizard.md
18+
agents/document-csv-reporter.md
19+
agents/document-inventory.md
20+
agents/epub-accessibility.md
21+
agents/epub-scan-config.md
22+
agents/excel-accessibility.md
23+
agents/forms-specialist.md
24+
agents/github-hub.md
25+
agents/insiders-a11y-tracker.md
26+
agents/issue-tracker.md
27+
agents/keyboard-navigator.md
28+
agents/lighthouse-bridge.md
29+
agents/link-checker.md
30+
agents/live-region-controller.md
31+
agents/markdown-a11y-assistant.md
32+
agents/markdown-csv-reporter.md
33+
agents/markdown-fixer.md
34+
agents/markdown-scanner.md
35+
agents/mobile-accessibility.md
36+
agents/modal-specialist.md
37+
agents/nexus.md
38+
agents/office-scan-config.md
39+
agents/pdf-accessibility.md
40+
agents/pdf-scan-config.md
41+
agents/powerpoint-accessibility.md
42+
agents/pr-review.md
43+
agents/python-specialist.md
44+
agents/repo-admin.md
45+
agents/repo-manager.md
46+
agents/scanner-bridge.md
47+
agents/tables-data-specialist.md
48+
agents/team-manager.md
49+
agents/template-builder.md
50+
agents/testing-coach.md
51+
agents/wcag-guide.md
52+
agents/web-accessibility-wizard.md
53+
agents/web-csv-reporter.md
54+
agents/web-issue-fixer.md
55+
agents/word-accessibility.md
56+
agents/wxpython-specialist.md
57+
codex/AGENTS.md
58+
copilot-agents/a11y-tool-builder.agent.md
59+
copilot-agents/accessibility-lead.agent.md
60+
copilot-agents/alt-text-headings.agent.md
61+
copilot-agents/analytics.agent.md
62+
copilot-agents/aria-specialist.agent.md
63+
copilot-agents/cognitive-accessibility.agent.md
64+
copilot-agents/contrast-master.agent.md
65+
copilot-agents/contributions-hub.agent.md
66+
copilot-agents/cross-document-analyzer.agent.md
67+
copilot-agents/cross-page-analyzer.agent.md
68+
copilot-agents/daily-briefing.agent.md
69+
copilot-agents/design-system-auditor.agent.md
70+
copilot-agents/desktop-a11y-specialist.agent.md
71+
copilot-agents/desktop-a11y-testing-coach.agent.md
72+
copilot-agents/developer-hub.agent.md
73+
copilot-agents/document-accessibility-wizard.agent.md
74+
copilot-agents/document-csv-reporter.agent.md
75+
copilot-agents/document-inventory.agent.md
76+
copilot-agents/epub-accessibility.agent.md
77+
copilot-agents/epub-scan-config.agent.md
78+
copilot-agents/excel-accessibility.agent.md
79+
copilot-agents/forms-specialist.agent.md
80+
copilot-agents/github-hub.agent.md
81+
copilot-agents/insiders-a11y-tracker.agent.md
82+
copilot-agents/issue-tracker.agent.md
83+
copilot-agents/keyboard-navigator.agent.md
84+
copilot-agents/lighthouse-bridge.agent.md
85+
copilot-agents/link-checker.agent.md
86+
copilot-agents/live-region-controller.agent.md
87+
copilot-agents/markdown-a11y-assistant.agent.md
88+
copilot-agents/markdown-csv-reporter.agent.md
89+
copilot-agents/markdown-fixer.agent.md
90+
copilot-agents/markdown-scanner.agent.md
91+
copilot-agents/mobile-accessibility.agent.md
92+
copilot-agents/modal-specialist.agent.md
93+
copilot-agents/nexus.agent.md
94+
copilot-agents/office-scan-config.agent.md
95+
copilot-agents/pdf-accessibility.agent.md
96+
copilot-agents/pdf-scan-config.agent.md
97+
copilot-agents/powerpoint-accessibility.agent.md
98+
copilot-agents/pr-review.agent.md
99+
copilot-agents/python-specialist.agent.md
100+
copilot-agents/repo-admin.agent.md
101+
copilot-agents/repo-manager.agent.md
102+
copilot-agents/scanner-bridge.agent.md
103+
copilot-agents/tables-data-specialist.agent.md
104+
copilot-agents/team-manager.agent.md
105+
copilot-agents/template-builder.agent.md
106+
copilot-agents/testing-coach.agent.md
107+
copilot-agents/wcag-guide.agent.md
108+
copilot-agents/web-accessibility-wizard.agent.md
109+
copilot-agents/web-csv-reporter.agent.md
110+
copilot-agents/web-issue-fixer.agent.md
111+
copilot-agents/word-accessibility.agent.md
112+
copilot-agents/wxpython-specialist.agent.md
113+
copilot-config/copilot-commit-message-instructions.md
114+
copilot-config/copilot-instructions.md
115+
copilot-config/copilot-review-instructions.md
116+
copilot-instructions/aria-patterns.instructions.md
117+
copilot-instructions/markdown-accessibility.instructions.md
118+
copilot-instructions/multi-agent-reliability.instructions.md
119+
copilot-instructions/powershell-terminal-ops.instructions.md
120+
copilot-instructions/semantic-html.instructions.md
121+
copilot-instructions/web-accessibility-baseline.instructions.md
122+
copilot-prompts/a11y-update.prompt.md
123+
copilot-prompts/add-collaborator.prompt.md
124+
copilot-prompts/address-comments.prompt.md
125+
copilot-prompts/audit-changed-documents.prompt.md
126+
copilot-prompts/audit-document-folder.prompt.md
127+
copilot-prompts/audit-markdown.prompt.md
128+
copilot-prompts/audit-single-document.prompt.md
129+
copilot-prompts/audit-web-multi-page.prompt.md
130+
copilot-prompts/audit-web-page.prompt.md
131+
copilot-prompts/build-a11y-template.prompt.md
132+
copilot-prompts/build-template.prompt.md
133+
copilot-prompts/ci-status.prompt.md
134+
copilot-prompts/compare-audits.prompt.md
135+
copilot-prompts/compare-markdown-audits.prompt.md
136+
copilot-prompts/compare-web-audits.prompt.md
137+
copilot-prompts/create-accessible-template.prompt.md
138+
copilot-prompts/create-issue.prompt.md
139+
copilot-prompts/daily-briefing.prompt.md
140+
copilot-prompts/draft-release.prompt.md
141+
copilot-prompts/explain-code.prompt.md
142+
copilot-prompts/export-document-csv.prompt.md
143+
copilot-prompts/export-markdown-csv.prompt.md
144+
copilot-prompts/export-web-csv.prompt.md
145+
copilot-prompts/fix-markdown-issues.prompt.md
146+
copilot-prompts/fix-web-issues.prompt.md
147+
copilot-prompts/generate-remediation-scripts.prompt.md
148+
copilot-prompts/generate-vpat.prompt.md
149+
copilot-prompts/issue-reply.prompt.md
150+
copilot-prompts/manage-branches.prompt.md
151+
copilot-prompts/manage-issue.prompt.md
152+
copilot-prompts/merge-pr.prompt.md
153+
copilot-prompts/my-issues.prompt.md
154+
copilot-prompts/my-prs.prompt.md
155+
copilot-prompts/my-stats.prompt.md
156+
copilot-prompts/notifications.prompt.md
157+
copilot-prompts/onboard-repo.prompt.md
158+
copilot-prompts/pr-author-checklist.prompt.md
159+
copilot-prompts/pr-comment.prompt.md
160+
copilot-prompts/project-status.prompt.md
161+
copilot-prompts/pr-report.prompt.md
162+
copilot-prompts/quick-document-check.prompt.md
163+
copilot-prompts/quick-markdown-check.prompt.md
164+
copilot-prompts/quick-web-check.prompt.md
165+
copilot-prompts/react.prompt.md
166+
copilot-prompts/refine-issue.prompt.md
167+
copilot-prompts/release-prep.prompt.md
168+
copilot-prompts/review-pr.prompt.md
169+
copilot-prompts/security-dashboard.prompt.md
170+
copilot-prompts/setup-document-cicd.prompt.md
171+
copilot-prompts/setup-github-scanner.prompt.md
172+
copilot-prompts/setup-lighthouse-scanner.prompt.md
173+
copilot-prompts/sprint-review.prompt.md
174+
copilot-prompts/team-dashboard.prompt.md
175+
copilot-prompts/triage.prompt.md
176+
copilot-skills/accessibility-rules/SKILL.md
177+
copilot-skills/cognitive-accessibility/SKILL.md
178+
copilot-skills/design-system/SKILL.md
179+
copilot-skills/document-scanning/SKILL.md
180+
copilot-skills/framework-accessibility/SKILL.md
181+
copilot-skills/github-a11y-scanner/SKILL.md
182+
copilot-skills/github-analytics-scoring/SKILL.md
183+
copilot-skills/github-scanning/SKILL.md
184+
copilot-skills/github-workflow-standards/SKILL.md
185+
copilot-skills/help-url-reference/SKILL.md
186+
copilot-skills/lighthouse-scanner/SKILL.md
187+
copilot-skills/markdown-accessibility/SKILL.md
188+
copilot-skills/mobile-accessibility/SKILL.md
189+
copilot-skills/python-development/SKILL.md
190+
copilot-skills/report-generation/SKILL.md
191+
copilot-skills/web-scanning/SKILL.md
192+
copilot-skills/web-severity-scoring/SKILL.md
193+
gemini/GEMINI.md
194+
gemini/gemini-extension.json
195+
gemini/skills/accessibility-lead/SKILL.md
196+
gemini/skills/accessibility-rules/SKILL.md
197+
gemini/skills/alt-text-headings/SKILL.md
198+
gemini/skills/analytics/SKILL.md
199+
gemini/skills/aria-specialist/SKILL.md
200+
gemini/skills/cognitive-accessibility/SKILL.md
201+
gemini/skills/contrast-master/SKILL.md
202+
gemini/skills/contributions-hub/SKILL.md
203+
gemini/skills/cross-document-analyzer/SKILL.md
204+
gemini/skills/cross-page-analyzer/SKILL.md
205+
gemini/skills/daily-briefing/SKILL.md
206+
gemini/skills/design-system/SKILL.md
207+
gemini/skills/design-system-auditor/SKILL.md
208+
gemini/skills/document-accessibility-wizard/SKILL.md
209+
gemini/skills/document-csv-reporter/SKILL.md
210+
gemini/skills/document-inventory/SKILL.md
211+
gemini/skills/document-scanning/SKILL.md
212+
gemini/skills/epub-accessibility/SKILL.md
213+
gemini/skills/epub-scan-config/SKILL.md
214+
gemini/skills/excel-accessibility/SKILL.md
215+
gemini/skills/forms-specialist/SKILL.md
216+
gemini/skills/framework-accessibility/SKILL.md
217+
gemini/skills/github-a11y-scanner/SKILL.md
218+
gemini/skills/github-analytics-scoring/SKILL.md
219+
gemini/skills/github-hub/SKILL.md
220+
gemini/skills/github-scanning/SKILL.md
221+
gemini/skills/github-workflow-standards/SKILL.md
222+
gemini/skills/help-url-reference/SKILL.md
223+
gemini/skills/insiders-a11y-tracker/SKILL.md
224+
gemini/skills/issue-tracker/SKILL.md
225+
gemini/skills/keyboard-navigator/SKILL.md
226+
gemini/skills/lighthouse-bridge/SKILL.md
227+
gemini/skills/lighthouse-scanner/SKILL.md
228+
gemini/skills/link-checker/SKILL.md
229+
gemini/skills/live-region-controller/SKILL.md
230+
gemini/skills/markdown-a11y-assistant/SKILL.md
231+
gemini/skills/markdown-accessibility/SKILL.md
232+
gemini/skills/markdown-csv-reporter/SKILL.md
233+
gemini/skills/markdown-fixer/SKILL.md
234+
gemini/skills/markdown-scanner/SKILL.md
235+
gemini/skills/mobile-accessibility/SKILL.md
236+
gemini/skills/modal-specialist/SKILL.md
237+
gemini/skills/nexus/SKILL.md
238+
gemini/skills/office-scan-config/SKILL.md
239+
gemini/skills/pdf-accessibility/SKILL.md
240+
gemini/skills/pdf-scan-config/SKILL.md
241+
gemini/skills/powerpoint-accessibility/SKILL.md
242+
gemini/skills/pr-review/SKILL.md
243+
gemini/skills/repo-admin/SKILL.md
244+
gemini/skills/repo-manager/SKILL.md
245+
gemini/skills/report-generation/SKILL.md
246+
gemini/skills/scanner-bridge/SKILL.md
247+
gemini/skills/tables-data-specialist/SKILL.md
248+
gemini/skills/team-manager/SKILL.md
249+
gemini/skills/template-builder/SKILL.md
250+
gemini/skills/testing-coach/SKILL.md
251+
gemini/skills/wcag-guide/SKILL.md
252+
gemini/skills/web-accessibility-wizard/SKILL.md
253+
gemini/skills/web-csv-reporter/SKILL.md
254+
gemini/skills/web-issue-fixer/SKILL.md
255+
gemini/skills/web-scanning/SKILL.md
256+
gemini/skills/web-severity-scoring/SKILL.md
257+
gemini/skills/word-accessibility/SKILL.md

0 commit comments

Comments
 (0)