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.
npx skills add jxoesneon/Ciel --skill gsap-animation-suitegit clone --depth 1 https://github.com/jxoesneon/CielWrote 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/jxoesneon/ciel/gsap-animation-suite)<a href="https://agentmods.dev/skills/jxoesneon/ciel/gsap-animation-suite"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/gsap-animation-suite/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/jxoesneon/ciel/gsap-animation-suite"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/gsap-animation-suite.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.00022 | $0.00570 |
| Opus 5 | $0.00011 | $0.00285 |
| Sonnet 5 | $0.00004 | $0.00114 |
| Haiku 4.5 | $0.00002 | $0.00057 |
Grade A, and why
gsap-animation-suite 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 7d 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
CIEL ADAPTATION: GSAP Animation Suite (The Motion Layer)
This skill manages complex animation sequencing and visual polish. it prioritizes performance-safe transforms over layout-heavy properties.
The Motion Mandates
- Compositor First: Animate
x,y,rotation, andopacity. Prohibit animatingwidth,height,top, orleftunless layout reflow is explicitly required. - Timeline Discipline: Prefer
gsap.timeline()for multi-step sequences. Use the Position Parameter ("<","+=0.2") instead of chainingdelay. - Plugin Registration: Register every plugin (Flip, Draggable, MorphSVG) ONCE at the application root.
Architecture & Sequencing
- Defaults: Set
gsap.defaults({ duration: 0.5, ease: "power2.out" })to ensure consistent "feel." - Nesting: Break complex "Hero" animations into nested timelines for maintainability.
- Overwrite: Use
overwrite: "auto"to prevent conflicting animations from fighting over the same property.
Visual Integrity (SVG)
- DrawSVG: Use for "path writing" effects. requires
stroke-widthin CSS. - MorphSVG: Use for icon transitions. Convert primitives to paths via
MorphSVGPlugin.convertToPath()early. - Origins: Use
svgOriginfor rotation around a global SVG point;transformOriginfor local center.
Anti-Patterns
- Delay Chaining: Building a sequence by manually calculating
delay: 1.5,delay: 2.0(brittle). - Invisible Tweens: Failing to use
autoAlpha: 0for hidden elements, leaving them clickable. - Jittery CSS: Mixing GSAP transforms with CSS Transitions on the same element.
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.
- 7d ago First seen · 50 lines · 22 tokens per session scan A a5e16691f37c
gsap-animation-suite is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 22 tokens to every session and 570 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
ui-features
Implementing UI/UX features in sidecar including modals (internal/modal library), keyboard shortcuts, mouse support, scrolling, pill/tab rendering, and pane resizing. Use when implementing UI features, handling user input, adding keyboard shortcuts, building modals, or working on UX improvements.
drag-pane
Drag-and-drop pane resizing implementation for two-pane plugin layouts. Covers mouse event handling via the internal/mouse package, hit region registration, drag delta calculation, width clamping, state persistence, and pane layout management. Use when working on pane resizing, drag interactions, layout management, or…
impeccable
Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.
lov-maintain-partners
Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…
core-components
Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.
lov-oh-my-landingpage
A landing-page creation and redesign skill that derives a product’s positioning, story, and visual direction from its actual product and brand facts. It then implements the page responsively and checks the result against the intended product message.