Overview This skill automates After Effects by generating ExtendScript (.jsx) and executing it via osascript. It reads project state through query scripts, uses rule files for domain knowledge, and wraps all mutations in undo groups. First-Time Setup 1. Run with any query script to detect the AE version 2. If multiple AE versions are installed, the user must choose one — runner.sh will prompt 3. Ensure AE Preferences Scripting & Expressions "Allow Scripts to Write Files and Access Network" is enabled Workflow For every user request: Step 1: Gather context (auto-run, no confirmation needed) Us…