mcpbeat Sign in

Studio Init Agent Skill

Scaffold an AI film studio before production starts.

651 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
102
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/machina-exm/film-studio-skills --skill studio-init

The instruction itself

7 sections, as written by the author

Studio Init

Create the project tree that acts as the film studio.

Start with one question

Ask only:

> What is the project name?

Wait for the answer before doing anything else.

Use the name as the root folder when there is no existing project repository.

When a project repository already exists, use its root and keep the project name in the generated documentation.

Create the studio

Create this exact structure under the project root:

assets/
  characters/
  locations/
  props/
prompts/
generations/
selects/
edit/
color/
sound/
master/
docs/

Do not rename, merge, or omit these folders.

Preserve existing files and folders if the studio is being added to an active project.

Seed the documents

Create /docs/breakdown.md with this empty template:

# Breakdown

## Scenes

| Scene ID | Summary | Location | Time of day | Characters | Props | Shot-card file | Status |
|---|---|---|---|---|---|---|---|

Create /docs/bible.md with this empty template:

# Visual Bible

## Asset boards

## Style boards

## Ban list

Create /docs/registry.md with this empty registry:

# Asset Registry

| Tag | Type | Version | Seed file | Scenes | Status |
|---|---|---|---|---|---|

Create /docs/generation-log.md with this empty log:

# Generation Log

| Shot ID | Prompt version | What changed | Result | Verdict |
|---|---|---|---|---|

Do not overwrite populated documents.

If a required document already exists, verify its headings and table columns and add only missing empty sections.

Write the studio laws

Create /docs/README and include the project name, the folder map, and these three laws verbatim in meaning:

  • Only /selects/ is visible to the edit.
  • Nobody but the prompt engineer enters /generations/.
  • Reference files are never renamed; a new version is a new file.

Explain that /generations/ holds raw attempts and /selects/ holds approved takes.

Do not add exceptions to the three laws.

Verify the scaffold

Check that every required folder exists.

Check that all four seeded documents exist under /docs/.

Check that the registry and generation log use the required columns in the required order.

Check that /docs/README contains all three laws.

Report the result

State the project root and list every created or preserved path.

Repeat the three studio laws in the output.

If anything could not be created, name the exact path and reason instead of claiming completion.

How to use it

Copy the folder

Take machina-exm/studio-init from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.