dragoon0x/everything-design-taste

media-player

Audio and video player UX, playback controls, timeline design, and media player patterns.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill media-player

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,319 B
  • docs SUMMARY.md 109 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Media Player Patterns

Video Player

  • Controls: Play/pause, timeline scrubber, volume, fullscreen, speed, captions
  • Auto-hide controls: Fade out after 3 seconds of no mouse movement, show on hover/tap
  • Thumbnail preview: Show frame preview on timeline hover
  • Keyboard shortcuts: Space (play/pause), arrows (skip 5/10s), F (fullscreen), M (mute)

Audio Player

  • Minimal: Play/pause, timeline, current time / duration
  • Standard: Add volume, speed control, skip 15s buttons
  • Podcast: Add chapter markers, show notes, clip sharing

Timeline Design

  • Show buffered range (lighter fill behind playhead)
  • Chapters/segments as markers on timeline
  • Click anywhere to seek
  • Drag playhead for precise seeking
  • Show elapsed / remaining time

Playback Speed

  • Options: 0.5x, 0.75x, 1x, 1.25x, 1.5x, 2x
  • Persist preference across sessions
  • Show current speed when not 1x

Mobile

  • Large touch targets for play/pause
  • Swipe left/right on video to seek
  • Swipe up/down for volume (right side) and brightness (left side)
  • Lock orientation option for landscape videos