ui-accessibility
Installation
SKILL.md
IntelliJ UI Accessibility
Use this skill when creating, changing, or reviewing UI in an IntelliJ-based IDE, including plugin UI. Do not use it just because a feature has a UI surface if the work is not on the UI itself. It covers accessibility expectations for Swing, Kotlin UI DSL, and other UI stacks, plus review and verification checks for keyboard use, screen readers, focus, labels, dynamic feedback, contrast, scaling, and localization.
Primary References
- JetBrains IntelliJ Platform accessibility guide - upstream source for IntelliJ-specific APIs, tools, and expectations.
Follow WCAG 2.2 as the primary accessibility standard.
Swing And Kotlin UI DSL
Accessible context details are relevant only for Swing-based UI, including Kotlin UI DSL.