Ae Layer Ops banner
dvschultz dvschultz

Ae Layer Ops

Development community

Description

--- name: ae-layer-ops description: "Common After Effects layer operations: duplicate with offset, trim to work area, sequence layers, randomize order, parent/unparent." --- # AE Layer Operations Perform common layer manipulation tasks in After Effects. ## Available Operations ### 1. Duplicate with Offset Duplicate selected layers with a time offset between each copy. ```javascript #target aftereffects (function() { var comp = app.project.activeItem; if (!(comp instanceof CompItem

Installation

Installs to ~/.claude/skills/dvschultz-adobe-hut-ae-layer-ops/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dvschultz-adobe-hut-ae-layer-ops && curl -fsSL https://raw.githubusercontent.com/dvschultz/adobe-hut/HEAD/.claude/skills/ae-layer-ops.md -o ~/.claude/skills/dvschultz-adobe-hut-ae-layer-ops/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository