swiftui-animation-match

swiftui-animation-match is a skill for Claude Code from RayFernando1337/rayfernando-skills. It costs 73 tokens per session (1,137 once invoked), scanned A, original, Apache-2.0.

A matcher for choosing SwiftUI animation patterns for iOS and macOS interactions. SwiftUI is Apple’s framework for building app interfaces, and the guide first checks whether the system already provides the needed motion.

In plain words
What is it for?
Use it for loaders, likes, toggles, card decks, reveals, shaders, and other interface moments where motion affects how an action feels.
Why use it?
It turns a vague request for a livelier interaction into a suitable pattern while avoiding unnecessary custom animation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the swiftui-animation-match plugin — 1 skill shipped together

Good fit Use it for loaders, likes, toggles, card decks, reveals, shaders, and other interface moments where motion affects how an action feels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rayfernando1337/rayfernando-skills/swiftui-animation-match
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.

Any agent
npx skills add RayFernando1337/rayfernando-skills --skill swiftui-animation-match
Clone the repo
git clone --depth 1 https://github.com/RayFernando1337/rayfernando-skills

Made for: Claude Code.

Or install swiftui-animation-match, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for swiftui-animation-match

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match/github.svg)](https://agentmods.dev/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match)
Your own site
<a href="https://agentmods.dev/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match"><img src="https://agentmods.dev/badge/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for swiftui-animation-match

Your own site · 80×15
<a href="https://agentmods.dev/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match"><img src="https://agentmods.dev/badge/skills/rayfernando1337/rayfernando-skills/swiftui-animation-match.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,137 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00073 $0.01137
Opus 5 $0.00036 $0.00568
Sonnet 5 $0.00015 $0.00227
Haiku 4.5 $0.00007 $0.00114

Measured 11d ago against content hash 7c95e2870e44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

swiftui-animation-match 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 11d ago.

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.

plugins/swiftui-animation-match/skills/swiftui-animation-match/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SwiftUI Animation Match

Use this skill to turn a vaguely felt interaction wish ("saving should feel more satisfying", "this list is boring while it loads") into a concrete, proven SwiftUI animation pattern — or into the deliberate decision to use what the system already provides.

The skill is a matcher, not a snippet dump. Its value is the judgment step: name the interaction moment first, check what the OS gives you for free, and only then reach into the cataloged sources for custom motion that earns its place. Animations add juice that makes a product feel human; forcing one where the platform already shines makes it feel worse.

First move

  1. Name the moment. Translate the request into: what is the user doing, what should they feel, and how often does this happen? Read references/matching-playbook.md — it has the moment taxonomy and the system-first checklist.
  2. Decide system vs custom. If a system affordance covers the moment (Liquid Glass chrome, .symbolEffect, springs, .contentTransition, zoom navigation transitions, .sensoryFeedback), prefer it and stop.
  3. If custom motion earns its place, search the catalogs (below) by interaction pattern and keywords, not by animation name.
  4. Adapt, never paste. Every catalog entry has lift notes and each catalog ends with a lift checklist (dependencies to replace, old patterns to modernize, Reduce Motion).
  5. Verify in motion. Build and watch it in Previews or Simulator; motion cannot be judged from code. If the app repo has build/test skills (for example bootstrap-ios), use them.

Catalogs

Load only the catalog you need; entries are grouped by interaction moment and carry keywords, exact source paths, technique summaries, and lift notes.

Catalog Contents
catalog-shubham0812-swiftui-animations.md 30 SwiftUI animations + 7 Metal shaders: loaders, progress, action feedback, toggles, card decks, text heroes, input chrome, reveals, shader effects

Read the full file on GitHub · 98 lines

Files

What ships with it

4 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. 11d ago First seen · 98 lines · 73 tokens per session scan A 7c95e2870e44

Subscribe to this mod's changes

swiftui-animation-match is a skill published in the GitHub repository RayFernando1337/rayfernando-skills (129 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,137 once invoked, about $0.0004 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

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-ai/goose-skills · 63 tokens

create-workflow-diagram

Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.

gooseworks-ai/goose-skills · 45 tokens

goose-graphics

Portable visual skill pack for the Agent Skills ecosystem (Claude Code, Claude Desktop, Claude Cowork, Claude Design, Goose, Cursor, Codex). Discovers community-published styles + formats via the gooseworks CLI, runs an extract-style workflow on reference images, and exports rendered PNGs via Playwright.

gooseworks-ai/goose-skills · 67 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens

create-imessage-mockup

Render pixel-accurate iMessage screenshot mockups (DM or group) from a thread JSON. Supports minimal, with-keyboard, and full iPhone 15 Pro frame variants. Outputs HTML + PNG.

gooseworks-ai/goose-skills · 49 tokens

brand-intel-branddev

Brand intelligence - logos, colors, fonts, styleguides, and company data from any domain.

gooseworks-ai/goose-skills · 25 tokens