07 Clean Artifacts banner
chrislema chrislema

07 Clean Artifacts

Data community

Description

--- name: clean-artifacts description: Remove intermediate video files from the pipeline, keeping only the original and final output user_invocable: true metadata: tags: video, cleanup, pipeline, files --- ## When to use Use this skill after the video pipeline completes to clean up intermediate files. Triggered by requests like "clean up," "remove intermediates," "clean artifacts," or automatically at the end of `/process-video`. ## How to use ### Input The base filename used in the pipel

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-07-clean-artifacts.md

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

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

Full documentation available on GitHub

View Source Repository