A solid reference for making Capacitor apps accessible across web and native platforms. Covers the essentials like semantic HTML, ARIA labels, focus trapping in modals, and the 44x44pt touch target rule. Includes practical code snippets for screen reader support, live regions for dynamic announcements, and native implementations for iOS VoiceOver and Android TalkBack. The quick checklist hits WCAG basics like 4.5:1 color contrast and keyboard navigation. Good for when you need to actually implement accessibility rather than just read about why it matters. The focus management examples are especially useful since that's where most hybrid apps fall short.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-accessibility