eIsland: Skill for Claude Code

.agents/skills/gsap-frameworks/SKILL.md

gsap-frameworks is a skill for Claude Code, Codex from JNTMTMTM/eIsland. It costs 90 tokens per session (2,668 once invoked), scanned A, original, GPL-3.0.

A guide to using GSAP, a JavaScript animation library, with Vue, Svelte, and similar frameworks. It explains when to start animations, limit selectors to the right component, and clean them up when a component is removed.

In plain words
What is it for?
Use it when adding GSAP animations to Vue, Nuxt, Svelte, or SvelteKit applications, especially when working with lifecycle hooks such as onMounted, onMount, or onDestroy.
Why use it?
It helps prevent animations from targeting the wrong elements or continuing after a page component has gone away. It gives framework-specific guidance for common animation setup and cleanup tasks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is JNTMTMTM/eIsland's own configuration. It tells Claude Code and Codex how to work on eIsland itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything eIsland configures →

Reuse

Borrowing it

Nothing to install: this file belongs to JNTMTMTM/eIsland. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/JNTMTMTM/eIsland/main/.agents/skills/gsap-frameworks/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JNTMTMTM/eIsland

Made for: Claude Code, Codex.

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 gsap-frameworks

README.md
[![agentmods](https://agentmods.dev/badge/skills/jntmtmtm/eisland/gsap-frameworks.svg)](https://agentmods.dev/skills/jntmtmtm/eisland/gsap-frameworks)
Your own site
<a href="https://agentmods.dev/skills/jntmtmtm/eisland/gsap-frameworks"><img src="https://agentmods.dev/badge/skills/jntmtmtm/eisland/gsap-frameworks.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00090 $0.02668
Opus 5 $0.00045 $0.01334
Sonnet 5 $0.00018 $0.00534
Haiku 4.5 $0.00009 $0.00267

Measured 6d ago against content hash 842d9d3659ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gsap-frameworks 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 6d 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.

.agents/skills/gsap-frameworks/SKILL.md · 267 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 267 lines · 90 tokens per session scan A 842d9d3659ec

Subscribe to this mod's changes

gsap-frameworks is a skill published in the GitHub repository JNTMTMTM/eIsland (310 stars, last pushed yesterday), licensed GPL-3.0. It adds 90 tokens to every session and 2,668 once invoked, about $0.0005 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

weapp-vite-react-best-practices

面向使用 weapp-vite 与 @weapp-vite/react 开发 React 19 微信小程序的实践手册。适用于配置 weapp.react、编写 JSX/TSX 页面、选择 static/dynamic render mode、接入可选 React Compiler、管理 createReactMiniProgramRoot 生命周期,以及通过 createNativeComponent / Slot 与原生或 Wevu 组件互操作。.

weapp-vite/weapp-vite · 103 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

freestylefly/wesight · 17 tokens

composition-runtime-router

Route agent-authored React motion through Clash's supported composition delivery path. Use when deciding how a TSX animation should enter Canvas, stay live in Timeline, preview, and produce final media; authored composition code uses Remotion only.

clash-art/clash · 50 tokens

mastering-typescript

This skill should be used when the user asks to "write typescript", "configure typescript project", "add type hints", "use generics", "migrate to typescript", "set up vite with typescript", "implement type-safe patterns", "use satisfies operator", "configure eslint for typescript", or needs guidance on enterprise…

j2h4u/oh-my-claude-plugins · 93 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens