Reference list of all repos in this folder. To restore, run the clone commands below.
cd /path/to/ExtendScript/repo
git clone https://github.com/Adobe-CEP/CEP-Resources.git --depth=1
git clone https://github.com/Adobe-CEP/Samples.git --depth=1
git clone https://github.com/Adobe-CEP/Getting-Started-guides.git --depth=1
git clone https://github.com/geekloper/ExtendScript-Adobe-Premiere-Pro-Template.git --depth=1
git clone https://github.com/NTProductions/pr-access-mogrts.git --depth=1
git clone https://github.com/Mathsqrt2/QUICK_MOGRT_REPLACE_TOOL_CEP.git --depth=1
git clone https://github.com/Mathsqrt2/SIMPLE_QUEUE_TOOL_CEP.git --depth=1
git clone https://github.com/leancoderkavy/premiere-pro-mcp.git --depth=1
git clone https://github.com/KCoyotes/nhl-api-aep-mogrts.git --depth=1
git clone https://github.com/ibrahimsaber1/PPro-Dev-Console.git --depth=1
git clone https://github.com/Alex25820/Universal-Timer.git --depth=1
git clone https://github.com/rnag/zoom-chat-to-ppro-markers.git --depth=1- URL: https://github.com/Adobe-CEP/CEP-Resources.git
- Size: ~1.9GB
- What it is: Official Adobe CEP SDK resources for versions 4–12. Contains CSInterface.js, manifest schemas, documentation, ExtendScript Toolkit, ZXPSignCmd, and UXP migration guide.
- Key paths:
CEP_11.x/,CEP_12.x/,Documentation/,ExtendScript-Toolkit/
- URL: https://github.com/Adobe-CEP/Samples.git
- What it is: Official Adobe sample CEP extensions.
PProPanelis the canonical Premiere Pro ExtendScript reference — exhaustive exercise of the entire API. - Key paths:
PProPanel/jsx/PPRO/Premiere.jsx(2996 lines, the main reference),PProPanel/CSXS/manifest.xml
- URL: https://github.com/Adobe-CEP/Getting-Started-guides.git
- What it is: Step-by-step guides for CEP extension development: debugging, packaging, distributing, network requests.
- URL: https://github.com/geekloper/ExtendScript-Adobe-Premiere-Pro-Template.git
- What it is: Minimal boilerplate for a Premiere Pro ExtendScript project with TypeScript type definitions for the ExtendScript API. Good starting point for a new script.
- Key paths:
types/(.d.tsfiles for autocomplete),index.jsx
- URL: https://github.com/NTProductions/pr-access-mogrts.git
- What it is: Minimal script showing how to access MoGRT/Essential Graphics clips already on the timeline and read their properties. Single-file reference.
- Key paths:
access mogrts in pr.jsx
- URL: https://github.com/Mathsqrt2/QUICK_MOGRT_REPLACE_TOOL_CEP.git
- What it is: Full CEP panel for batch-editing MoGRT parameter values. Uses QEDom API (
app.enableQE()). Workaround for Premiere Pro 24.1 and earlier lacking batch edit support. - Key paths:
jsx/extendScript.jsx(QEDom mogrt iteration + setValue),jsx/fsHandling.jsx
- URL: https://github.com/Mathsqrt2/SIMPLE_QUEUE_TOOL_CEP.git
- What it is: CEP panel for batch-exporting multiple sequences/items via AME (Adobe Media Encoder). Shows how to drive the encoder queue from ExtendScript.
- Key paths:
jsx/,presets/
- URL: https://github.com/leancoderkavy/premiere-pro-mcp.git
- What it is: MCP server that exposes 269 Premiere Pro ExtendScript operations as AI-callable tools. Extremely rich source of ExtendScript patterns covering nearly every API area.
- Key paths:
cep-plugin/host.jsx(all 269 ExtendScript implementations)
- URL: https://github.com/KCoyotes/nhl-api-aep-mogrts.git
- What it is: End-to-end example of fetching external API data (NHL stats) and populating MoGRT template fields programmatically in After Effects/Premiere Pro. Shows the data → MoGRT automation pattern.
- Key paths:
MOGRTs/,Example JSONs/,build/
- URL: https://github.com/ibrahimsaber1/PPro-Dev-Console.git
- What it is: JavaScript console CEP panel for Premiere Pro — lets you execute ExtendScript live inside Premiere Pro without reloading. Useful as a development/testing tool.
- Key paths:
host/,client/
- URL: https://github.com/Alex25820/Universal-Timer.git
- What it is: Premiere Pro CEP panel implementing a configurable countdown/countup timer MoGRT. Example of a complete, polished CEP plugin with MoGRT integration.
- URL: https://github.com/rnag/zoom-chat-to-ppro-markers.git
- What it is: Script that parses a Zoom
.chatfile and inserts timed markers into a Premiere Pro sequence. Good example of file I/O + marker API usage. - Key paths:
lib/