-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathplugin.yaml
More file actions
185 lines (165 loc) · 5.15 KB
/
plugin.yaml
File metadata and controls
185 lines (165 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
# Accessibility Agents for GitHub Copilot
# Plugin manifest for VS Code Marketplace
#
# Format: Follows GitHub Copilot Plugin specification for agent bundling
# Author: Community-Access Organization
# License: MIT
# Repository: https://github.com/Community-Access/accessibility-agents
name: "accessibility-agents"
title: "Accessibility Agents for GitHub Copilot"
description: "80 specialized AI agents for web, document, desktop, and developer accessibility auditing. WCAG 2.2 AA compliance, automated remediation, and multi-platform support."
version: "4.5.0"
author: "Community-Access"
license: "MIT"
homepage: "https://github.com/Community-Access/accessibility-agents"
repository: "https://github.com/Community-Access/accessibility-agents"
bugs: "https://github.com/Community-Access/accessibility-agents/issues"
keywords:
- accessibility
- a11y
- wcag
- aria
- auditing
- remediation
- agents
- copilot
- web
- documents
categories:
- Accessibility
- Auditing
- AI Agents
- Developer Tools
# VS Code version support
engines:
vscode: ">=1.110.0"
# Plugin contents bundled for discovery and installation
contents:
# Primary agent directory (80 agents for VS Code/Copilot)
agents:
path: ".github/agents"
description: "Orchestrator agents (accessibility-lead, web-accessibility-wizard, etc.) and specialist agents for WCAG A11y auditing across web, document, desktop, and developer accessibility domains"
count: 80
format: "agent.md"
# Reusable multi-platform skills (25 skills)
skills:
path: ".github/skills"
description: "Domain expertise skills for WCAG rules, severity scoring, scanning patterns, framework-specific guidance, and accessibility standards"
count: 25
format: "SKILL.md"
portable: true
# Custom prompts and slash commands (134)
prompts:
path: ".github/prompts"
description: "Task-oriented prompts for web audits, document audits, markdown audits, GitHub workflow automation, and remediation"
count: 134
format: "markdown"
# Workspace instructions and rules
instructions:
path: ".github/instructions"
description: "Global accessibility baseline rules, semantic HTML requirements, ARIA patterns, and markdown accessibility guidelines"
count: 9
# Documentation
documentation:
- path: "README.md"
title: "Getting Started Guide"
- path: "docs/agents"
title: "Per-Agent Guides & Decision Matrix"
- path: "docs/skills"
title: "Skill Reference Library"
- path: "docs/prompts"
title: "Prompt Gallery"
- path: "docs/guides"
title: "Advanced User Guides"
- path: "CONTRIBUTING.md"
title: "Contributing & Custom Skills"
- path: "prd.md"
title: "Product Requirements & Roadmap"
# Installation & activation
activation:
onStartup: preload
agents:
- accessibility-lead
- web-accessibility-wizard
- document-accessibility-wizard
- developer-hub
requiresWorkspace: false
# Feature flags
features:
agentHandoffs: true
customSkills: true
agentDebugPanel: true
agenticBrowserTools: true
lifecycleHooks: true
# Platform support matrix
platforms:
- name: "GitHub Copilot (VS Code)"
agents: 80
skills: 25
prompts: 134
status: "fully-supported"
- name: "Copilot CLI"
agents: 80
skills: 25
status: "fully-supported"
- name: "Claude Code (VS Code)"
agents: 80
skills: 25
status: "community-maintained"
note: "Simplified agent format; full compatibility"
- name: "Claude Desktop (Plugin)"
agents: 80
skills: 25
status: "community-maintained"
note: "Plugin format for Claude Desktop MCP"
- name: "Google Gemini"
agents: 80
skills: 25
status: "community-maintained"
note: "Custom .SKILL.md format for Gemini"
# Metadata for marketplace
marketplace:
category: "AI Agents"
tags:
- "accessibility"
- "wcag"
- "auditing"
- "a11y"
featured: false
downloads: 0
rating: 5
ratingCount: 0
# Version history
changelog:
"3.0.0":
date: "2026-03-04"
features:
- "Agent Plugins packaging for VS Code Marketplace"
- "Full citation coverage: all agents cite authoritative sources"
- "Source currency automation: weekly verification of source URLs"
- "Agentic Browser Tools Phases 1-2: autonomous web verification preview"
- "Agent Debug Panel guidance: troubleshooting workflows"
breaking: []
deprecations: []
# Requirements for operation
requirements:
- "VS Code v1.110 or higher"
- "GitHub Copilot extension (for Copilot agents)"
- "Internet connection (for skill verification and documentation access)"
# Contributing & support
support:
issues: "https://github.com/Community-Access/accessibility-agents/issues"
discussions: "https://github.com/Community-Access/accessibility-agents/discussions"
email: "contact@community-access.org"
# Quality & compliance
quality:
testCoverage: "Verified across 3 platforms"
securityAudit: "Clean (no external dependencies)"
accessibilityRating: "WCAG 2.2 Level AA (self-audited)"
# Acknowledgments
acknowledgments:
- "W3C WCAG Working Group"
- "WAI-ARIA Authors"
- "GitHub Copilot Team"
- "Community-Access Contributors"