Fectivnfy112357

Backlot — Data skill for Claude Code

Data community

Open the Backlot living storyboard — the browser board that shows pipeline stages, script, scene plan, and generated assets live as a production runs.

How to install Backlot

Installs to ~/.claude/commands/fectivnfy112357-openmontage-backlot.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Fectivnfy112357/OpenMontage/HEAD/.claude/commands/backlot.md -o ~/.claude/commands/fectivnfy112357-openmontage-backlot.md

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

What Backlot does


description: Open the Backlot living storyboard — the browser board that shows pipeline stages, script, scene plan, and generated assets live as a production runs. argument-hint: [project-id (optional — defaults to the current/most recent project)]

Open the Backlot board for the requested project:

python -m backlot open $ARGUMENTS
  • No argument → open the library view (all projects): python -m backlot open
  • The command is idempotent: it starts the Backlot server if it i

Alternatives in Data

Full documentation available on GitHub

View Source Repository