s17labs

Videobug — Development skill for Claude Code

Development community

Fix a screen-recorded bug without touching the terminal.

How to install Videobug

Installs to ~/.claude/skills/s17labs-videobug-videobug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/s17labs-videobug-videobug && curl -fsSL https://raw.githubusercontent.com/s17labs/videobug/HEAD/commands/videobug.md -o ~/.claude/skills/s17labs-videobug-videobug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Videobug does


description: Fix a screen-recorded bug without touching the terminal. Finds the recording, converts it locally, and fixes from frames.

Load the `videobug` skill and do everything yourself for: $ARGUMENTS

Never ask the user to run commands. If no video path is in the request, use `--latest` (auto-picks the newest recording). If app+screen / expected / actual are missing, ask for just those three in plain words, then run `python3 /videobug.py`, read `_videobug/report

Alternatives in Development

Full documentation available on GitHub

View Source Repository