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

Developer shares 10+ MCP servers for AI agent settlement, reputation, and micropayments
A developer built BlindOracle on Claude Code with 100+ agents and created 10+ MCP servers for settlement, reputation, and micropayments. The architecture includes private commit-reveal forecasts, on-chain scoring, per-request micropayments, and verifiable agent attestation.

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

Privacy-First MCP Server Directory Launches with Documented Data Handling Policies
A new directory at toolora.dev/mcp-hub lists MCP servers with documented data handling policies, including local vs hosted classification, what data each tool transmits, and whether accounts are required. The creator also provides a browser test method to verify privacy claims.

ClawedBack: OpenClaw Port Running Inside Claude Code
ClawedBack is a clean-room port of OpenClaw that runs inside Claude Code, providing first-party prompt caching and rate limits. It matches 19 out of 23 of OpenClaw's built-in tools and is fully ClawHub compatible with mandatory security scans for imports.