Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
connorads avatar

Vhs

  • 40 installs
  • 15 repo stars
  • Updated August 1, 2026
  • connorads/dotfiles

Provides VHS best practices (47 rules) for writing .tape files that produce professional, optimized terminal GIFs and videos for CLI documentation.

About

Provides Charmbracelet VHS best practices for writing and reviewing .tape files that produce professional terminal GIFs and videos. A developer uses it when creating terminal demos, CLI documentation, or automating GIF generation in CI.

  • 47 prioritized rules across 8 categories for writing .tape files
  • Covers config structure, dependency management, timing, and output optimization

Vhs by the numbers

  • 40 all-time installs (skills.sh)
  • Ranked #333 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/connorads/dotfiles --skill vhs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs40
repo stars15
Last updatedAugust 1, 2026
Repositoryconnorads/dotfiles

What it does

Provides VHS best practices (47 rules) for writing .tape files that produce professional, optimized terminal GIFs and videos for CLI documentation.

Files

SKILL.mdMarkdownGitHub ↗

Charmbracelet VHS Best Practices

Comprehensive best practices guide for VHS terminal recordings, maintained by Charmbracelet. Contains 47 rules across 8 categories, prioritized by impact to guide creation of professional, portable, and optimized terminal demos.

When to Apply

Reference these guidelines when:

  • Writing new VHS tape files
  • Creating terminal demos for documentation
  • Setting up CI/CD for automated GIF generation
  • Optimizing recording file size and quality
  • Troubleshooting tape file issues
  • Reviewing tape files for best practices

Rule Categories by Priority

PriorityCategoryImpactPrefix
1Configuration StructureCRITICALconfig-
2Dependency ManagementCRITICALdeps-
3Command SyntaxHIGHcmd-
4Timing & SynchronizationHIGHtiming-
5Output OptimizationMEDIUM-HIGHoutput-
6Visual QualityMEDIUMvisual-
7CI/AutomationMEDIUMci-
8Advanced PatternsLOWadvanced-

Quick Reference

1. Configuration Structure (CRITICAL)

  • `config-settings-order` - Place all settings before commands
  • `config-output-first` - Declare output at file start
  • `config-shell-explicit` - Explicitly set shell type
  • `config-typing-speed-global` - Set global TypingSpeed early
  • `config-dimensions-explicit` - Set explicit terminal dimensions
  • `config-comments-document` - Use comments to document tape structure

2. Dependency Management (CRITICAL)

  • `deps-require-early` - Use Require for dependency validation
  • `deps-require-order` - Place Require before settings
  • `deps-require-all` - Require all external commands
  • `deps-system-requirements` - Verify system dependencies

3. Command Syntax (HIGH)

  • `cmd-type-syntax` - Use correct Type command syntax
  • `cmd-enter-explicit` - Always follow Type with Enter
  • `cmd-key-repeat` - Use key repeat counts
  • `cmd-ctrl-combinations` - Use Ctrl combinations for terminal control
  • `cmd-hide-show` - Use Hide/Show for sensitive operations
  • `cmd-env-variables` - Use Env for environment variables
  • `cmd-screenshot` - Use Screenshot for static captures
  • `cmd-multiline-type` - Handle multiline commands properly

4. Timing & Synchronization (HIGH)

  • `timing-sleep-after-enter` - Add Sleep after commands for output
  • `timing-wait-pattern` - Use Wait for dynamic command completion
  • `timing-type-speed-override` - Override TypingSpeed for emphasis
  • `timing-sleep-units` - Use explicit time units
  • `timing-final-sleep` - End recordings with final Sleep
  • `timing-natural-pauses` - Add natural pauses between actions
  • `timing-wait-timeout` - Set appropriate Wait timeouts
  • `timing-playback-speed` - Use PlaybackSpeed for final adjustments

5. Output Optimization (MEDIUM-HIGH)

  • `output-format-selection` - Choose output format based on use case
  • `output-framerate` - Optimize framerate for file size
  • `output-dimensions-optimize` - Right-size terminal dimensions
  • `output-loop-offset` - Use LoopOffset for seamless loops
  • `output-multiple-formats` - Generate multiple output formats
  • `output-relative-paths` - Use relative paths for portability

6. Visual Quality (MEDIUM)

  • `visual-font-readable` - Choose readable font settings
  • `visual-theme-selection` - Select appropriate theme
  • `visual-window-decoration` - Add window decorations for polish
  • `visual-spacing` - Adjust letter and line spacing
  • `visual-padding-margin` - Use padding and margins effectively
  • `visual-cursor-visibility` - Ensure cursor visibility

7. CI/Automation (MEDIUM)

  • `ci-github-action` - Use official VHS GitHub Action
  • `ci-auto-commit` - Auto-commit generated assets
  • `ci-golden-files` - Use golden files for integration testing
  • `ci-matrix-builds` - Generate platform-specific demos
  • `ci-caching` - Cache VHS dependencies in CI

8. Advanced Patterns (LOW)

  • `advanced-source-include` - Use Source for reusable tape components
  • `advanced-clipboard` - Use Copy and Paste for complex input
  • `advanced-recording-live` - Record live sessions then edit
  • `advanced-server-mode` - Use server mode for remote access

How to Use

Read individual reference files for detailed explanations and code examples:

  • Section definitions - Category structure and impact levels
  • Rule template - Template for adding new rules

Reference Files

FileDescription
AGENTS.mdComplete compiled guide with all rules
references/_sections.mdCategory definitions and ordering
assets/templates/_template.mdTemplate for new rules
metadata.jsonVersion and reference information

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.