Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis

A developer has created the Creative Excellence plugin for Claude Code to improve the quality of animations and motion design generated by the AI assistant. The plugin addresses the common issue of Claude producing generic hover effects, random gradients, glassmorphism, and simple animations by implementing a structured approach to motion design.
How It Works
The core innovation is the 'interaction thesis' concept. Before writing any code, Claude must pitch a motion concept described in one sentence, such as 'snappy 150ms ease-out with slide+fade' or 'cinematic clip-path reveals with staggered text.' The user approves or rejects this concept before coding begins, preventing inappropriate animations like bounce effects in serious applications like banking apps.
After approval, Claude automatically determines the appropriate technology stack (GSAP, Framer Motion, CSS-native animations, etc.), pulls in only relevant sub-skills, implements the animation, and performs basic checks including prefers-reduced-motion support, exit animations, and layout performance.
Plugin Features
- Two entry points:
/creative-excellencefor working with existing projects and/design-excellencefor full pipeline from brainstorming to implementation and audit - 8 sub-skills covering: motion principles, GSAP, Framer Motion, CSS-native animations, Three.js/R3F, generative canvas, design auditing, and design systems
- BAD/GOOD code comparisons and concrete 'Do Not' rules to prevent Claude from improvising poorly
- Based on studied repositories including mxyhi/ok-skills, kylezantos/design-motion-principles, and freshtechbro/claudedesignskills
Installation
The plugin is free and open source at github.com/AThevon/creative-excellence. Install using:
/plugin marketplace add [email protected]:AThevon/creative-excellence.git
/plugin install creative-excellenceThe developer welcomes feedback and pull requests for improvements.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw's QMD Memory Search Fast Path Had Silent Bugs
OpenClaw's built-in memory search uses basic keyword matching, but users can switch to QMD for semantic search across workspace markdown files. A fast path through MCPorter was broken with three bugs causing every call to silently fail and fall back to slower CLI execution.

ToolLoop: Open-Source Framework for Claude-Style Tools with Any LLM
ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation while maintaining shared context.

OpenClaw Local Agent Implementation with TurboQuant Caching for Mid-Range Hardware
A one-click app for OpenClaw with local models now runs on mid-range devices like MacBook Air with 16GB RAM using TurboQuant caching and context warming. The implementation patches llama.cpp for reliable tool calling and achieves 10-15 tokens per second with Gemma 4 and QWEN 3.5.

Open-source CLI uses Claude Haiku to automate Xero expense auditing
A developer has released an open-source Python CLI tool that uses Claude Haiku 4.5 to automate Xero expense auditing. The tool follows a 'deterministic code first, then AI to fill in the gaps' approach, keeping costs to a few cents per audit run.