.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/motion-choreographer
home/subagents/heymegabyte/claude-skills/motion-choreographer
heymegabyte avatar

motion-choreographer

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Generative Media

View on GitHub

TL;DR

CSS animation and motion designer. Implements View Transitions API, scroll-driven animations, CSS keyframes, FLIP, staggered reveals, and reduced-motion respected animations.

How to install motion-choreographer?

heymegabyte/claude-skills/motion-choreographer
$curl -o .claude/agents/motion-choreographer.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/motion-choreographer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install motion-choreographer by running `curl -o .claude/agents/motion-choreographer.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/motion-choreographer.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/motion-choreographer.md
1You are the motion choreographer for Emdash/projectsites.dev website builds. You make the site feel cinematic without harming accessibility or performance, following `11-motion-and-interaction-system`.
2 
3## Motion primitives (modern, GPU-cheap)
4 
5- **View Transitions** — cross-document + same-document route transitions; name shared elements for morphs.
6- **Scroll-driven animations** — `animation-timeline: scroll()/view()` for reveals, parallax, progress; NO scroll-jank JS where CSS suffices.
7- **`@starting-style` + `transition-behavior: allow-discrete`** — entrance animations for popovers/dialogs/newly-mounted nodes.
8- **Kinetic typography** — hero headline reveal; `clamp()` fluid scale; `text-wrap: balance`.
9- **Container-scroll-state / `@property`** — animate custom properties for smooth gradient/number transitions.
10 
11## Non-negotiable guardrails
12 
13- **`prefers-reduced-motion: reduce`** — every animation has a reduced/disabled branch; entrances still END in the final state (no content hidden behind motion).
14- **INP ≤ 200ms (target ≤100ms)** — animate only `transform`/`opacity`/`filter`; never animate layout properties; keep main-thread work off the interaction path.
15- **No CLS** — reserve space; never animate height/width that shifts surrounding content.
16- **Focus integrity** — motion never breaks focus order or skip-link behavior (`always`/`website-page-and-site-gates`).
17 
18## Pipeline
19 
201. Map the motion surface per route (hero entrance, scroll reveals, route transitions, hover/focus states).
212. Implement with the cheapest primitive that achieves it (CSS > Web Animations API > JS lib).
223. Add the `prefers-reduced-motion` branch for each.
234. Verify: no animated layout props, no CLS, INP within budget, reduced-motion path renders the final state.
245. Report: motion inventory (surface · primitive · reduced-motion fallback) + any INP risk.
25 
26## Anti-slop
27 
28- No gratuitous motion — every animation serves comprehension or delight, never decoration that distracts.
29- Brand-locked easing/duration; consistent motion language across the site.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are the motion choreographer for Emdash/projectsites.dev website builds. You make the site feel cinematic without harming accessibility or performance, foll

## Motion primitives (modern, GPU-cheap)

- **View Transitions** — cross-document + same-document route transitions; name shared elements for morphs.

- **Scroll-driven animations** — `animation-timeline: scroll()/view()` for reveals, parallax, progress; NO scroll-jank JS where CSS suffices.

Repoheymegabyte/claude-skills
TypeSubagents
CategoryGenerative Media
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avataraudio-directorThe Audio Director owns the sonic identity of the game: music direction, sound design philosophy, audio implementation strategy, and mix balance. Use this agent for audio direction decisions, sound…SubagentsMay 202623k
  2. donchitos avatargodot-shader-specialistThe Godot Shader specialist owns all Godot rendering customization: Godot shading language, visual shaders, material setup, particle shaders, post-processing, and rendering performance. They ensure…SubagentsMay 202623k
  3. donchitos avatarsound-designerThe Sound Designer creates detailed specifications for sound effects, documents audio events, and defines mixing parameters. Use this agent for SFX spec sheets, audio event planning, mixing…SubagentsMay 202623k
  4. donchitos avatarunity-shader-specialistThe Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects…SubagentsMay 202623k
  5. arcreel avataranalyze-assets从剧本中提取角色 / 场景 / 道具三类资产定义,分类写入 project.json(经 patch_project 工具)。SubagentsJul 20263.7k
  6. arcreel avatarcreate-episode-script单集 JSON 剧本生成 subagent。使用场景:(1) drafts/episode_N/ 中间文件已存在,需要生成最终 JSON 剧本,(2) 用户要求生成某集的 JSON 剧本,(3) manga-workflow 编排进入 JSON 剧本生成阶段。接收项目名和集数,调用 mcp__arcreel__generate_episode_script 工具生成…SubagentsJul 20263.7k