Ae Shape Ops banner
dvschultz dvschultz

Ae Shape Ops

Development community

Description

--- name: ae-shape-ops description: "Shape layer operations in After Effects: create shapes, apply path operations, shape layer templating." --- # AE Shape Operations Create and manipulate shape layers in After Effects. ## Available Operations ### 1. Create Basic Shapes ```javascript #target aftereffects (function() { var comp = app.project.activeItem; if (!(comp instanceof CompItem)) { alert("Please select a composition."); return; } // Configuration v

Installation

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

Terminal
mkdir -p ~/.claude/skills/dvschultz-adobe-hut-ae-shape-ops && curl -fsSL https://raw.githubusercontent.com/dvschultz/adobe-hut/HEAD/.claude/skills/ae-shape-ops.md -o ~/.claude/skills/dvschultz-adobe-hut-ae-shape-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