Swap Angles banner
chrislema chrislema

Swap Angles

Design community

Description

--- name: swap-angles description: Mark every 3rd normal section for a secondary camera angle to create visual variety in multi-angle edits user_invocable: true metadata: tags: video, multi-camera, editing, angles, cuts, multi-angle --- ## When to use Use this skill after `/label-sections` when working with multi-angle footage. It reads the sections JSON and marks every 3rd normal section to be sourced from a secondary camera angle. Triggered by `/swap-angles` or requests like "add angle cut

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-swap-angles.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrislema/videoeditor/HEAD/.claude/commands/swap-angles.md -o ~/.claude/commands/chrislema-videoeditor-swap-angles.md

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

Full documentation available on GitHub

View Source Repository