animation-designer
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: README.md Description: # Animation Designer Skill Expert in web animations, transitions, and motion design using Framer Motion and CSS.
Malicious tool definition detected
Tool: SKILL.md [1/2]
Tool: SKILL.md [2/2] Description: ### Tailwind Animations ```typescript // tailwind.config.js module.exports = { theme: { extend: { keyframes: { 'fade-in': { '0%': { opacity: '0', transform: 'translateY(10px)' }, '100%': { opacity: '1', transform: 'translateY(0)' } }, 'slide-in': { '0%': { transform: 'translateX(-100%)' }, '100%': { transform: 'translateX(0)' } } }, animation: { 'fade-in': 'fade-in 0.5s ease-out', 'slide-in': 'slide-in 0.3s ease-out' } } } } ``` **Usage:** ```typescript <div cla
Malicious tool definition detected
Tool: manifest.yaml Description: name: animation-designer kind: skill description: Expert in web animations, transitions, and motion design using Framer Motion and CSS preconditions: - check: project_initialized description: Project environment is set up required: true effects: - creates_smooth - designs_using domains: &id001 - ai - rag - frontend - design cost: medium latency: medium risk_level: low side_effects: - modifies_files