create-empty-premiere-project
Installation
SKILL.md
/create-empty-premiere-project
Creates a fresh, empty Premiere Pro project from premiere-cli's bundled
empty-project template, via premiere-cli init-project.
Parsing the invocation
The invocation gives a project name and, optionally, a series name. Parse
whatever form the user supplies into project_name and (if present)
series_name:
- A single name →
project_nameonly, no series, e.g.project0002. - Two names (space-separated, or written as
<series>/<project>) → the first isseries_name, the second isproject_name, e.g.myseries 0002ormyseries/episode 2→ seriesmyseries, projectepisode 2(or0002).
If the project name is genuinely ambiguous or missing entirely, ask the user rather than guessing.