custom-plugin-flutter-skill-animations

A Flutter animation guide covering built-in and controller-based animations, Hero transitions, physics-based motion, Lottie, and Rive, with code examples. Flutter is a toolkit for building app interfaces.

In plain words
What is it for?
Use it to animate widgets, create screen-to-screen Hero transitions, add physics-based motion, integrate Lottie or Rive, and target 60 frames per second.
Why use it?
It explains several ways to add movement while keeping animations smooth, including motion driven by physics and reusable animation files.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pluginagentmarketplace/custom-plugin-flutter/animations
Any agent
npx skills add pluginagentmarketplace/custom-plugin-flutter --skill animations
Clone the repo
git clone --depth 1 https://github.com/pluginagentmarketplace/custom-plugin-flutter

Made for: Claude Code, Codex.

Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,908 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.02908
Opus 5 $0.00023 $0.01454
Sonnet 5 $0.00009 $0.00582
Haiku 4.5 $0.00005 $0.00291

Measured 2d ago against content hash 1c2bb04503da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

custom-plugin-flutter-skill-animations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/animations/SKILL.md · 517 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 517 lines · 45 tokens per session scan A 1c2bb04503da

Subscribe to this mod's changes

custom-plugin-flutter-skill-animations is a skill published in the GitHub repository pluginagentmarketplace/custom-plugin-flutter (13 stars, last pushed 7mo ago), with no licence file. It adds 45 tokens to every session and 2,908 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

swiftui-microinteractions

Generate premium SwiftUI animations in the legendary-Animo style — spring physics, CoreHaptics, glass morphism, SF Symbols 7 draw animations, complete compilable files.

iAmVishal16/swiftui-microinteractions · 43 tokens

cue-animations

Flutter animation using the Cue package. Use for: adding animations, transitions, motion, enter/exit effects, hover effects, scroll animations, toggle animations, page transitions, draggable scrubbing, modal transitions, animated widgets, keyframe animations, spring physics, fade, slide, scale, rotate, blur, clip…

Milad-Akarie/cue · 98 tokens

flutter-animations

适用:需要 AnimationController、Tween、Curve、Interval、Simulation 的显式动画、自定义过渡、Hero、滚动驱动或物理动画。不适用:一行即可完成的简单隐式动画或默认路由转场。触发词:AnimationController、TickerProvider、Tween、Hero、FadeTransition、SlideTransition、spring、scroll animation。.

bladeofgod/flutter-ai-harness · 82 tokens

flutter-core:flutter-animations

Master Flutter's animation system with implicit and explicit animations, hero transitions, physics-based motion, and custom transitions. Use when adding animations, creating transitions, implementing hero effects, or building interactive animated experiences.

aaronbassett/agent-foundry · 46 tokens

scenekit

Maintain and extend existing SceneKit 3D scenes and visualizations. Use when working with SCNView, SCNScene, SCNNode scene graphs, SceneKit geometry/materials/lights/cameras, SCNAction animation, SCNPhysicsBody physics, SCNParticleSystem effects, .scn/.dae/.abc SceneKit assets, shader modifiers, or SwiftUI SceneView.…

dpearson2699/swift-ios-skills · 113 tokens

flutter-animating-apps

Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations.

mdazadhossain95/flutter-agent-skills · 36 tokens