docs
Installation
SKILL.md
Docs
Write documentation for Video.js 10.
Before you start
Read the relevant sources of truth before writing any documentation:
| Source | What it covers |
|---|---|
site/CLAUDE.md |
Site architecture, MDX components, demos, routing, collections, Tailwind config |
site/src/content/docs/how-to/write-guides.mdx |
Living reference with rendered examples of every MDX component |
CLAUDE.md (repo root) |
JSDoc conventions (Minimal JSDoc, No Obvious Comments sections) |
This skill adds writing guidance on top of those. When in doubt, the source files win.
Reference material
Related skills
More from videojs/v10
create-skill
>-
14api
>-
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".
3design
>-
3component
>-
3