VerifiedGit
v1.0.0

Developer Hub

by @Community-Access0 pulls
URLopenbooklet.com/s/developer-hub
Pinnedopenbooklet.com/s/developer-hub@1.0.0
APIGET /api/v1/skills/developer-hub

Your intelligent developer command center -- start here for any Python, wxPython, desktop app, NVDA addon, accessibility tool building, desktop accessibility, or general software engineering task. Routes to specialist agents across the developer, web, and document accessibility teams.

Developer Hubviewing
Accessibility Lead.gemini/extensions/a11y-agents/skills/accessibility-lead/SKILL.md

Accessibility team lead and orchestrator. Use on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility requirement is missed. Runs the final review before any UI code is considered complete. Applies to any web framework or vanilla HTML/CSS/JS.

Accessibility Regression Detector.gemini/extensions/a11y-agents/skills/accessibility-regression-detector/SKILL.md

Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends and validates previous fixes.

Accessibility review agents for Claude Code, GitHub Copilot, and Claude Desktop. Eleven specialists that enforce WCAG 2.2 AA compliance so AI coding tools stop generating inaccessible code..gemini/extensions/a11y-agents/skills/word-accessibility/SKILL.md
Accessibility Statement Generator.gemini/extensions/a11y-agents/skills/accessibility-statement/SKILL.md

Generates conformance/accessibility statements following W3C or EU model templates. Maps audit results to conformance claims, known limitations, and contact information.

Accessibility Tool Builder.gemini/extensions/a11y-agents/skills/a11y-tool-builder/SKILL.md

Expert in building accessibility scanning tools, rule engines, document parsers, report generators, and audit automation. WCAG criterion mapping, severity scoring, CLI/GUI scanner architecture, CI/CD integration.

accessibility-rules.gemini/extensions/a11y-agents/skills/accessibility-rules/SKILL.md

Cross-format document accessibility rule reference with WCAG 2.2 mapping. Use when looking up accessibility rules for Word (DOCX-*), Excel (XLSX-*), PowerPoint (PPTX-*), or PDF (PDFUA.*, PDFBP.*, PDFQ.*) documents, or when mapping findings to WCAG success criteria for compliance reporting.

Actions Manager.gemini/extensions/a11y-agents/skills/actions-manager/SKILL.md

GitHub Actions command center -- view workflow runs, read logs, re-run failed jobs, manage workflows, and debug CI failures entirely from the editor. Bypasses the deeply nested, visually-dependent Actions UI that is largely inaccessible to screen readers.

Analytics & Insights Agent.gemini/extensions/a11y-agents/skills/analytics/SKILL.md

[Shared instructions](../../.github/agents/shared-instructions.md)

Android TalkBack via ADB.gemini/extensions/a11y-agents/skills/mobile-accessibility/SKILL.md

adb shell settings put secure enabled_accessibility_services \ com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService

CI Accessibility.gemini/extensions/a11y-agents/skills/ci-accessibility/SKILL.md

CI/CD accessibility agent. Sets up, manages, and troubleshoots accessibility CI pipelines. Supports baseline management, SARIF output, PR annotations, and threshold configuration. Works with GitHub Actions, Azure DevOps, GitLab CI, CircleCI, and Jenkins.

CI Integration.github/skills/ci-integration/SKILL.md

CI/CD accessibility pipeline patterns, axe-core CLI configuration, SARIF output, PR annotations, baseline management, and multi-platform CI templates. Reference data for CI accessibility setup.

Cognitive Accessibility Specialist.gemini/extensions/a11y-agents/skills/cognitive-accessibility/SKILL.md

You are a cognitive accessibility specialist. You help teams build web content and UI that is understandable and usable by people with cognitive, learning, and neurological disabilities - including users with ADHD, dyslexia, memory impairments, anxiety, autism spectrum conditions, and acquired cogni

cognitive-accessibility.github/skills/cognitive-accessibility/SKILL.md

WCAG 2.2 cognitive accessibility reference tables, plain language analysis, COGA guidance, auth pattern detection, and reading level analysis. Use when reviewing UI for cognitive load, plain language clarity, WCAG 2.2 new criteria (3.3.7 Redundant Entry, 3.3.8/3.3.9 Accessible Authentication), timeout warnings, and memory demands.

Contributions Hub Agent.gemini/extensions/a11y-agents/skills/contributions-hub/SKILL.md

[Shared instructions](../../.github/agents/shared-instructions.md)

Create a working directory and extract.gemini/extensions/a11y-agents/skills/epub-accessibility/SKILL.md

mkdir epub-audit && cp document.epub epub-audit/document.zip cd epub-audit && unzip document.zip -d extracted

Daily Briefing Agent.gemini/extensions/a11y-agents/skills/daily-briefing/SKILL.md

[Shared instructions](../../.github/agents/shared-instructions.md)

Data Visualization Accessibility.github/skills/data-visualization-accessibility/SKILL.md

Audits charts, graphs, dashboards for accessibility. Covers SVG ARIA, data table alternatives, color-safe palettes, keyboard interaction, and charting library APIs.

Desktop A11y Testing Coach.gemini/extensions/a11y-agents/skills/desktop-a11y-testing-coach/SKILL.md

Desktop accessibility testing expert -- testing with NVDA, JAWS, Narrator, VoiceOver, and Orca screen readers, Accessibility Insights for Windows, automated UIA testing, keyboard-only testing, high contrast verification.

Desktop Accessibility Specialist.gemini/extensions/a11y-agents/skills/desktop-a11y-specialist/SKILL.md

Desktop application accessibility expert -- platform APIs (UI Automation, MSAA/IAccessible2, ATK/AT-SPI, NSAccessibility), accessible control patterns, screen reader Name/Role/Value/State, focus management, high contrast, and custom widget accessibility.

Document Accessibility Wizard.gemini/extensions/a11y-agents/skills/document-accessibility-wizard/SKILL.md

Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility, excel-accessibility, powerpoint-accessibility, pdf-accessibility) and produces a comprehensive markdown report.

Auto-indexed from Community-Access/accessibility-agents

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0