Total 44,202 skills
Showing 12 of 44202 skills
Use when designing animations for news sites, content platforms, publishing apps, or media consumption experiences
Use when animation excludes users with vestibular disorders, cognitive disabilities, or assistive technology needs
Use when creating Keynote, PowerPoint, Google Slides animations, or any presentation motion design work.
Use when animating form fields, inputs, textareas, selects, or interactive form elements to improve usability and feedback
Use when facing any animation problem as a comprehensive diagnostic framework
Use when determining animation durations, controlling pacing, establishing rhythm, or making motion feel appropriately weighted and emotionally resonant.
Use when defining brand motion identity, creating animation guidelines for brand expression, or aligning animation with brand personality.
Use when implementing Disney's 12 animation principles with any animation tool or framework
Use when implementing Disney's 12 animation principles in Adobe After Effects
Use when animation is limited by browser support, platform capabilities, or technical requirements
This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.
Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Always read this skill before writing any context migration - the cross-file coordination steps here prevent the most common context migration bugs.