Agent Skills
Specialized prompt rules, API schemas, and animation constraints that empower AI coding assistants to write and maintain DevClub UI code with 100% architectural fidelity.
What are Agent Skills?
Agent Skills are modular instruction sets recognized by modern agentic development environments like Claude Code, Cursor, Antigravity, and GitHub Copilot. Instead of generic hallucinations, skills provide your agent with exact design tokens, GSAP lifecycle rules, and WebGL cleanup patterns.
Included GSAP Skill Index
DevClub UI ships with built-in skills indexed via skills/llms.txt. When pair-programming with an agent, it reads these skills before generating animations:
gsap.to(), from(), easing, duration, stagger, matchMedia for responsive animations.
gsap.timeline(), sequenced keyframes, playback control, choreographies.
Scroll-linked scrub animations, pinning sections, cleanup on unmount.
useGSAP hook, context scoping, SSR safety, React 19 lifecycle compatibility.
GPU-accelerated transforms, will-change, 60fps jank prevention.
Draggable, Inertia, SplitText, ScrambleText, and SVG physics modules.
llms.txt Agent Discovery
The skills/llms.txt index defines trigger keywords and capabilities for every animation module:
Using with Cursor & Claude Code
Add DevClub guidelines to your project's agent rules (.cursorrules, CLAUDE.md, or AGENTS.md):