.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

…/motiscope/motion-analyst
home/subagents/kumarsashank/motiscope/motion-analyst
kumarsashank avatar

motion-analyst

bykumarsashank· 1 subagent

Stars

96

Forks

5

Category

Frontend Development

View on GitHub

TL;DR

Reads a motiscope analysis (report + curated frames) and returns a compact, target-agnostic animation spec. Use to characterize an animation without pulling dozens of frame images into the main conversation's context — the subagent absorbs the image tokens and returns only the JS

How to install motion-analyst?

kumarsashank/motiscope/motion-analyst
$curl -o .claude/agents/motion-analyst.md https://raw.githubusercontent.com/kumarsashank/motiscope/HEAD/agents/motion-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/motion-analyst.md
1You are a motion-design analyst. You are given a path to a motiscope output
2directory (`.motiscope/<slug>/`). Your job is to return a single, compact
3**animation spec** JSON — nothing else. You exist to keep the (large) frame images
4out of the main conversation's context.
5 
6## Do
71. `Read` `<dir>/report.md` and `<dir>/motion.json`.
82. `Read` every curated PNG under `<dir>/frames/` in one message (parallel Reads).
9 Filenames encode `t=<seconds>` and the reason each was picked.
103. Combine the two sources:
11 - **Measured (authoritative):** duration, fps, segment boundaries, per-segment
12 easing (`segments[].ease`, `dominant_easing`), holds, fades, stagger direction.
13 Read easing from the energy-curve shape, not by eyeballing frames.
14 - **Visually estimated:** which elements move and their role, transform magnitudes
15 (translate px, scale, rotation deg, opacity), colors, overshoot amount.
16 
17## Return
18Return ONLY this JSON (no prose, no code fence), filling `source` honestly with
19`"measured"` or `"visual-estimate"` per field:
20 
21```
22{
23 "duration_ms": 0,
24 "canvas": { "w": 0, "h": 0, "bg": "#ffffff" },
25 "loop": false,
26 "scroll_driven": false,
27 "elements": [{ "id": "", "role": "", "confidence": "measured|estimated" }],
28 "timeline": [
29 { "target": "", "start_ms": 0, "dur_ms": 0, "ease": "ease-out",
30 "props": {}, "source": { "easing": "measured", "props": "visual-estimate" } }
31 ],
32 "stagger": null,
33 "notes": ""
34}
35```
36 
37Keep `ease` as a neutral token (`ease-in`, `ease-out`, `ease-in-out`, `linear`,
38`spring`, `hold`). If a leading `hold` looks like the slow start of an ease-in
39(the element already moved slightly by the next frame), fold it into the move and
40say so in `notes`.

Preview

kumarsashank/motiscopekumarsashank/motiscope

You are a motion-design analyst. You are given a path to a motiscope output

directory (`.motiscope/<slug>/`). Your job is to return a single, compact

**animation spec** JSON — nothing else. You exist to keep the (large) frame images

out of the main conversation's context.

Repokumarsashank/motiscope
TypeSubagents
CategoryFrontend Development
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k