Two Types of Skills
Guidance Skills
Guidance skills contain patterns, rules, and best practices for specific animation domains. They teach the AI:- What NOT to do (anti-patterns)
- What TO do (correct implementations)
- Common pitfalls and how to avoid them
- Performance and visual quality guidelines
- Charts - Data visualization and graph animations
- Typography - Kinetic text and typewriter effects
- Messaging - Chat interfaces and conversation UIs
- Transitions - Scene changes and smooth transitions
- Sequencing - Timing control and choreography
- Spring Physics - Organic motion and bounce effects
- Social Media - Platform-specific format optimization
- 3D - Three.js integration and spatial animations
Example Skills
Example skills provide complete working code that can be referenced or adapted. They show:- Full component implementations
- Real-world use cases
- Integration patterns
- Production-ready examples
example-histogram- Animated bar chart with spring animationsexample-progress-bar- Loading bar animation from 0 to 100%example-text-rotation- Rotating words with fade/blur transitionsexample-falling-spheres- 3D bouncing spheres with physicsexample-animated-shapes- Bouncing/rotating SVG shapesexample-lottie- Loading and displaying Lottie animationsexample-gold-price-chart- Bar chart with Y-axis labels and monthly dataexample-typewriter-highlight- Typewriter effect with cursor and highlightingexample-word-carousel- Rotating words with crossfade transitions
When Each Type is Used
Guidance Skills
Applied when generating new code from scratch based on user prompts. They ensure the generated code follows best practices and avoids common mistakes.Example prompt: “Create a bar chart showing sales data”Skills applied:
charts, sequencing, spring-physicsExample Skills
Referenced when the prompt closely matches an existing example. The AI can adapt the working code to the user’s specific needs.Example prompt: “Show a histogram with animation”Skill referenced:
example-histogramHow Skills Are Selected
Skills are automatically detected from your prompt using AI classification. You don’t need to manually specify which skills to use.
Skill Impact Levels
HIGH Impact
HIGH Impact
These skills significantly improve code quality and prevent common bugs:
- Charts
- Typography
- Messaging
- Transitions
- Sequencing
- Spring Physics
MEDIUM Impact
MEDIUM Impact
These skills provide optimization and platform-specific enhancements:
- Social Media
- 3D
Best Practices
Be Specific in Prompts
Mention key terms that trigger relevant skills:
- “bar chart” → triggers
chartsskill - “WhatsApp” → triggers
messagingskill - “Instagram story” → triggers
social-mediaskill
Combine Skills Naturally
The system handles multiple skills automatically:“Create a TikTok video showing a typing effect with the word ‘Success’ highlighted”Detected:
social-media, typography, spring-physicsNext Steps
Charts
Learn chart animation patterns
Typography
Master text animations
3D
Explore 3D capabilities