.claude/skills/flutter-animations/SKILL.md
Flutter animation implementation guide covering implicit, explicit, hero, staggered, and physics-based animations. Use when implementing animations in Flutter apps.
npx skillsauth add wallacedobbs428/thecalltaker flutter-animationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive guide for Flutter animation implementation across five main categories.
Select the appropriate animation approach:
Implicit animations automatically handle the animation when properties change. No controller needed, making them ideal for simple state-driven effects.
For advanced scenarios, the AnimatedBuilder pattern is best for complex widgets with animations, offering performance benefits over setState-based approaches.
references/implicit.md — Implicit animation patternsreferences/explicit.md — Explicit animation with controllersreferences/hero.md — Hero transition patternsreferences/staggered.md — Staggered animation coordinationreferences/physics.md — Physics-based animationsreferences/curves.md — Animation curves referencedocumentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.