
bbeierle12/skill-mcp-claude
2 skills1.2k installs16 starsGitHub
Install
npx skills add https://github.com/bbeierle12/skill-mcp-claudeSkills in this repo
1Gsap ReactGSAP React is an agent skill for solo builders shipping polished web UIs with Claude Code, Cursor, or Codex. It documents how to integrate GSAP with React using the official useGSAP hook, ref scoping, automatic cleanup on unmount, and context management so animations do not leak across routes or strict-mode double mounts. You get copy-ready patterns for basic staggers, prop-driven transitions such as drawers, and dependency arrays that re-run timelines when state changes. The skill assumes a standard npm workflow installing gsap and @gsap/react and focuses on procedural knowledge—where to place animations inside useGSAP, how to bind scope to a container ref, and how to structure reusable hooks—rather than replacing GSAP’s own plugin docs. Use it when motion is a first-class part of your SaaS marketing site, dashboard, or extension UI and you want agents to follow consistent React-specific conventions instead of imperative DOM code in useEffect.655installs2Gsap ScrolltriggerGSAP ScrollTrigger is an agent skill that teaches scroll-based animation using GreenSock’s ScrollTrigger plugin—ideal when a solo builder wants landing pages, product marketing sites, or app shells with motion tied to scroll position instead of timers. The skill walks through installation, registering the plugin, and wiring gsap.to (or related tweens) with a scrollTrigger block for trigger element, start and end markers, scrub for scroll-linked playback, and common toggleActions behavior. It documents how to read position strings such as top center or top 80% so you can align animations with viewport entry and exit, and it points toward advanced patterns like pinned sections, scrubbed timelines, snap points, and parallax layers. Use it during frontend build when plain CSS scroll effects are insufficient or when you need GSAP’s debugging and performance tooling for complex sequences.521installs