new-project

Installation
SKILL.md

New Video Project

Scaffold a project workspace inside the registered video index.

Procedure

1. Resolve the index

INDEX_FILE="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/video-editing/index.json"
test -f "$INDEX_FILE" || { echo "No index — run setup-index first."; exit 1; }
INDEX_PATH=$(jq -r .path "$INDEX_FILE" 2>/dev/null || grep -oP '"path":\s*"\K[^"]+' "$INDEX_FILE")

2. Ask for project metadata

  • Name — required. Slugify (lowercase, hyphens for spaces).
  • Version control — default no for video. Most video projects are too large for git.
Installs
4
GitHub Stars
4
First Seen
Jun 5, 2026
new-project — danielrosehill/claude-video-editor-plugin