Borrowing it
Nothing to install: this file belongs to YankielDBC2/codex-skills-library. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/YankielDBC2/codex-skills-library/main/.agents/skills/motion-craft-gsap-review/SKILL.mdgit clone --depth 1 https://github.com/YankielDBC2/codex-skills-libraryWrote 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.
[](https://agentmods.dev/skills/yankieldbc2/codex-skills-library/motion-craft-gsap-review)<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/motion-craft-gsap-review"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/motion-craft-gsap-review/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.
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/motion-craft-gsap-review"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/motion-craft-gsap-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00426 |
| Opus 5 | $0.00022 | $0.00213 |
| Sonnet 5 | $0.00009 | $0.00085 |
| Haiku 4.5 | $0.00004 | $0.00043 |
Grade A, and why
motion-craft-gsap-review 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 12d 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.
What it actually says
Motion Craft GSAP Review
Goal
Create tasteful motion that improves clarity, storytelling, and perceived quality without hurting performance or accessibility.
When to use
Use for GSAP timelines, ScrollTrigger sections, sticky storytelling, reveal animations, hover/tap microinteractions, parallax, animated hero sections, and motion audits.
Workflow
- Inspect whether GSAP or another motion library is already installed before adding dependencies.
- Ask before adding GSAP as a new production dependency if it is not already present.
- Use client components only where browser APIs or animation lifecycle are needed.
- Prefer transform and opacity over layout properties like top, left, width, and height.
- Use timelines for coordinated sequences and keep motion purposeful, short, and readable.
- Use gsap.context or equivalent cleanup so animations do not leak across route changes.
- Respect prefers-reduced-motion and provide a reduced or disabled motion path.
- For ScrollTrigger, define clear trigger, start/end, scrub/pin only when needed, and clean up on unmount.
Quality bar
- Run lint/type/build or nearest validation command.
- Check browser console for GSAP/ScrollTrigger errors when possible.
- Verify route changes or component unmounts do not leave active animations.
Validation
- Motion supports hierarchy or story instead of decorating randomly.
- Animations feel smooth, quick, and intentional.
- No transition-all spam, no layout-thrashing animations, no motion that blocks interaction.
- Reduced-motion users are respected.
Final response
- List animations added or changed, cleanup strategy, and reduced-motion handling.
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.
- 12d ago First seen · 53 lines · 43 tokens per session scan A 638bcaadf8a5
motion-craft-gsap-review is a skill published in the GitHub repository YankielDBC2/codex-skills-library (10 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 426 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-31.
Other skills, from other repositories
gpt-taste
Use when generating elite GSAP-heavy frontend pages with strict AIDA structure, wide hero typography, and gapless bento grids.
animation-motion-design
Animation and motion design patterns using Motion library (formerly Framer Motion) and View Transitions API. Use when implementing component animations, page transitions, micro-interactions, gesture-driven UIs, or ensuring motion accessibility with prefers-reduced-motion.
reimagine-it
Content-Derived Design — reads existing HTML and writes a stronger standalone page from headings, facts, names, dates, numbers, links, emails, and colors already in that file. CLI: npx reimagine-it --auto -i page.html -o out.html; also variations, lock, and audit. Use when the user says /reimagine-it, "reimagine it"…
premium-visual-reference-library
Find references, Viktor Oddy and MotionSites.
web-design-direction-system
Resolve shared design intent and guidance.
modern-site-engineering
Integrate systems after frontend direction.