Home / johnpolacek / animaxxing-skills · skills/gsap-react-router/SKILL.md · GitHub

gsap-react-router skillA

gsap-react-router is agent-read markdown (skill) from johnpolacek/animaxxing-skills: Build or review React Router v7/v8 animation in framework, data, or declarative mode: GSAP page transitions, component enter/exit, scroll effects, useBlocker, route reuse, and cleanup. Use even when GSAP is unnamed, including choosing viewTransition. Also covers hidden-content recovery and first-load performance. Not for Next.js, TanStack Router, React without routing, or isolated GSAP API questions..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# GSAP React Router

**mount → initial state → intro → settled → outro → end state → unmount**

Mount and unmount belong to React; animation owns the five phases between them. React Router has no leave hook: hold navigation with a blocker or intercept it before it starts. Parameter changes can reuse the route element.

Keep the requested look and existing project conventions. Add GSAP/plugins only as needed; do not replace the chosen animation library unless asked.

## Start with the project

Read repository instructions, existing animation, layouts, navigation, CSS, accessibility conventions, and checks. Then:

1. Confirm React Router 7 or later and its mode. Framework mode has `react-router.config.ts`, `routes.ts`, `root.tsx`, and `HydratedRouter` in `entry.client.tsx`. Data mode has `createBrowserRouter` and `RouterProvider`. Declarative mode has `BrowserRouter` and no loaders, no `useNavigation`, and no blocker. A Remix 2 app uses the same hooks from `@remix-run/react`; say so and map the names.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add johnpolacek/animaxxing-skills/gsap-react-router@git:20260923.78d3c79
Exact content
mdr add johnpolacek/animaxxing-skills/gsap-react-router@sha256:64da1c242accf105

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_g26expkualuqpowo.svg)](https://markdownregistry.com/a/art_g26expkualuqpowo)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.78d3c79 latest2026-09-23 78d3c79 6,985 BA view · diff
git:20260915.b467e472026-09-15 b467e47 6,532 BA view · diff
git:20260912.adea25f2026-09-12 adea25f 6,286 BA view · diff
git:20260908.0f6ec592026-09-08 0f6ec59 5,827 BA view · diff
git:20260904.e570d6a2026-09-04 e570d6a 9,799 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6985 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

johnpolacek/animaxxing-skills · 7 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_g26expkualuqpowo
GET https://markdownregistry.com/api/v1/resolve?ref=johnpolacek/animaxxing-skills/gsap-react-router
GET https://markdownregistry.com/api/v1/blob/64da1c242accf105d204a03df36211b642cc52b674fb02a7dc6e1d52e0232c4b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from johnpolacek/animaxxing-skills

AGENTS.md agents
johnpolacek/animaxxing-skills · AGENTS.md
git:20260915.b467e47 · audit A · 7 stars
CLAUDE.md claude
johnpolacek/animaxxing-skills · CLAUDE.md
git:20260915.b467e47 · audit A · 7 stars
animaxxing-webgl skill
johnpolacek/animaxxing-skills · skills/animaxxing-webgl/SKILL.md · Add GSAP-driven WebGL effects to existing images without restyling: DOM-synced image planes that track each img through…
git:20260924.f6d9290 · audit A · 7 stars
animaxxing skill
johnpolacek/animaxxing-skills · skills/animaxxing/SKILL.md · Build GSAP text, scroll, pointer, SVG, layout, media, component, and particle effects without restyling: split-text…
git:20260924.c6ef8bc · audit A · 7 stars
gsap-astro skill
johnpolacek/animaxxing-skills · skills/gsap-astro/SKILL.md · Build or review Astro animation: GSAP page transitions, ClientRouter swap hooks, persisted islands, repeated setup, and…
git:20260923.78d3c79 · audit A · 7 stars
gsap-nextjs skill
johnpolacek/animaxxing-skills · skills/gsap-nextjs/SKILL.md · Build or review Next.js App Router animation: GSAP page transitions, component enter/exit, scroll effects, interrupted…
git:20260923.78d3c79 · audit A · 7 stars
gsap-nuxt skill
johnpolacek/animaxxing-skills · skills/gsap-nuxt/SKILL.md · Build or review Nuxt 3/4 animation: GSAP pageTransition and layoutTransition hooks, component enter/exit, scroll…
git:20260923.78d3c79 · audit A · 7 stars
gsap-sveltekit skill
johnpolacek/animaxxing-skills · skills/gsap-sveltekit/SKILL.md · Build or review SvelteKit animation on Svelte 5: GSAP page transitions, component enter/exit, scroll effects, route…
git:20260923.78d3c79 · audit A · 7 stars
gsap-tanstack-router skill
johnpolacek/animaxxing-skills · skills/gsap-tanstack-router/SKILL.md · Build or review TanStack Router for React and TanStack Start animation: GSAP page transitions, component enter/exit…
git:20260923.78d3c79 · audit A · 7 stars
gsap-vanilla skill
johnpolacek/animaxxing-skills · skills/gsap-vanilla/SKILL.md · Build or review animation on plain HTML/CSS/JavaScript sites: GSAP page intros/outros, component show/hide, scroll…
git:20260923.78d3c79 · audit A · 7 stars
llms.txt@skills llmstxt
johnpolacek/animaxxing-skills · skills/llms.txt
git:20260924.f6d9290 · audit A · 7 stars
style-animaxxing skill
johnpolacek/animaxxing-skills · skills/style-animaxxing/SKILL.md · Apply the Animaxxing art direction: monochrome editorial design, Rethink Sans and JetBrains Mono, poster type…
git:20260912.adea25f · audit A · 7 stars

Every file in johnpolacek/animaxxing-skills

Other files named gsap-react-router

gsap-react-router skill
ucsandman/claude-skills · gsap-react-router/SKILL.md · Build or review GSAP animation in React Router v7 and v8 projects in framework mode (SSR on or off), data mode, or…
git:20260915.793ae04 · audit A · 5 stars

Browse by kind, by grade A, or by owner.