setup-index

Installation
SKILL.md

Set Up Video Index

The video index is the top-level directory under which every video project lives as a subfolder. This skill registers (or creates) that directory.

Procedure

1. Check for existing config

DATA_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/video-editing"
INDEX_FILE="$DATA_DIR/index.json"
test -f "$INDEX_FILE" && cat "$INDEX_FILE"

If one exists, show the user the current path and ask if they want to keep or change it.

2. Ask the user

Installs
4
GitHub Stars
4
First Seen
Jun 5, 2026
setup-index — danielrosehill/claude-video-editor-plugin