<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adewale Aloba</title>
    <description>The latest articles on DEV Community by Adewale Aloba (@lobzyjay).</description>
    <link>https://dev.to/lobzyjay</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3987502%2Ffd30b7ca-0ca1-4a10-ad5f-5289e6be56d5.png</url>
      <title>DEV Community: Adewale Aloba</title>
      <link>https://dev.to/lobzyjay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lobzyjay"/>
    <language>en</language>
    <item>
      <title>Teaching Claude Code to do motion design (Blender + After Effects)</title>
      <dc:creator>Adewale Aloba</dc:creator>
      <pubDate>Tue, 16 Jun 2026 13:40:32 +0000</pubDate>
      <link>https://dev.to/lobzyjay/teaching-claude-code-to-do-motion-design-blender-after-effects-3i7g</link>
      <guid>https://dev.to/lobzyjay/teaching-claude-code-to-do-motion-design-blender-after-effects-3i7g</guid>
      <description>&lt;p&gt;I packaged motion design taste + tool knowledge into four Claude Code skills so I'd stop re-explaining the basics every session. Free, MIT, ~15-min install.&lt;/p&gt;

&lt;p&gt;The problem&lt;br&gt;
Generative AI is great at "a thing moves." It's bad at why it moves that way. Every session I'd re-explain easing, stagger, anticipation, follow-through — the stuff a senior motion designer internalizes. So I moved that knowledge into skills Claude loads automatically.&lt;/p&gt;

&lt;p&gt;What it is Four skills:&lt;/p&gt;

&lt;p&gt;motion-design — tool-agnostic foundation (principles, easing, timing, composition)&lt;br&gt;
aftereffects-motion — ExtendScript/JSX, expressions, text + shape animation, render&lt;br&gt;
blender-motion — bpy keyframing, materials, lighting, cameras, geometry nodes&lt;br&gt;
motion-design-critique — diagnostics for when something looks wrong or a script throws&lt;br&gt;
How it's built&lt;br&gt;
SKILL.md vs references split. The SKILL.md is a thin behavior contract; the heavy knowledge lives in lazy-loaded reference files. Keeps the trigger surface clean.&lt;br&gt;
Two execution modes for AE. Single live MCP commands for small tweaks, generated JSX for anything multi-step.&lt;br&gt;
Idempotent everything. Scripts clean up before they build, so re-running never stacks duplicates.&lt;br&gt;
Works without MCP. No AE/Blender attached? You still get planning and critique.&lt;br&gt;
Install&lt;br&gt;
Clone, optionally install the AE/Blender MCP servers, copy the skills into ~/.claude/skills/. Full steps in the README.&lt;/p&gt;

&lt;p&gt;Repo: github.com/LobzyJay/motion-design-with-claude&lt;/p&gt;

&lt;p&gt;If you're building skills for a non-dev creative domain, I'd love to compare notes in the comments&lt;/p&gt;

</description>
      <category>ai</category>
      <category>script</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
