design
Installation
SKILL.md
Design
Write Design Docs for Video.js 10.
Design Docs are for decisions you own — architectural choices, component specs, and internal patterns. For proposals needing buy-in from others, use an RFC instead (rfc/).
Reference Material
| Task | Load |
|---|---|
| Any design task | This file (SKILL.md) |
| Choosing structure | references/structure.md |
| Feature guidance | references/features.md |
| Component guidance | references/components.md |
| Simple decision | templates/decision.md |
| Feature (single-file) | templates/feature-single.md |
| Feature (multi-file) | templates/feature-multi.md |
| Component (basic) | templates/component-basic.md |
| Component (compound) | templates/component-compound.md |
Related skills
More from videojs/v10
create-skill
>-
14docs
>-
4api
>-
4api-reference
>-
4aria
Review and implement accessibility patterns for UI components following WAI-ARIA and WCAG 2.1. Use when auditing code for a11y issues, implementing accessible controls, adding ARIA attributes, fixing keyboard navigation, handling focus management, building screen reader support, or implementing media player accessibility. Triggers on "accessibility review", "a11y", "ARIA", "keyboard navigation", "screen reader", "focus management", "WCAG", "captions", "live region".
3component
>-
3