/edit-premiere-project
Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.
$ npx -y skills add hetpatel-11/Adobe_Premiere_Pro_MCP --skill edit-premiere-project --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/edit-premiere-project
Context preview
The summary Claude sees to decide when to auto-load this skill.
Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.
SKILL.md
edit-premiere-project.SKILL.mdname: edit-premiere-project description: Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.
Edit Premiere Project
Use the `premiere-pro` MCP server for Premiere operations. Start every session with `get_capabilities`, then call `verify_premiere_connection` before any mutation.
Inspect project and sequence state before editing. Ask before destructive actions or overwriting exports. Re-read the relevant sequence, clip, or project state after every mutation and never report a project change as complete without that readback.
If the connection check fails, install the companion package with `npm install -g adobe-premiere-pro-mcp`, run `premiere-pro-mcp --install-cep`, restart Premiere, and start `Window > Extensions > MCP Bridge (CEP)`.
Operate local Adobe Premiere Pro projects through MCP. 283 tools, 13 context resources, and 10 guided prompts for Codex, Claude Code, Claude Desktop, and other MCP clients. CEP is the supported production bridge; UXP remains experimental.
Repo: hetpatel-11/Adobe_Premiere_Pro_MCP

