---
title: "Accessibility · skilld"
canonical_url: "https://skilld.dev/accessibility"
last_updated: "2026-08-20T06:40:28.560Z"
meta:
  description: "How skilld.dev handles accessibility and where it still falls short."
  "og:description": "Agent skills written by real maintainers in their own GitHub repos, with links to source"
  "og:title": skilld
---

`

# **Accessibility **

We want skilld.dev to work for everyone.

## Our approach

Accessibility is part of every UI change. We aim for WCAG 2.1 AA across all pages and interactions.

## What we do

- **Semantic HTML** with proper landmarks, headings, and document structure
- **ARIA attributes** for interactive elements, live regions, and dynamic content
- **Keyboard navigation** with skip links, focus indicators, and global shortcuts
- **Color contrast** meeting WCAG AA ratios with enhanced high contrast mode support
- **Reduced motion** respecting user preferences for animations and transitions
- **Automated testing** with axe-core audits to catch regressions

## Known limitations

We are still building skilld.dev, and some pages may miss our accessibility target. If you find one, please tell us.

## Feedback

Found an accessibility barrier? Please [~~open an issue on GitHub~~](https://github.com/harlan-zw/skilld/issues). Include the page and what got in your way.