skills/design/motion-design/SKILL.md
Generate CSS animations with proper easing, timing, spring physics, stagger patterns, and prefers-reduced-motion accessibility fallbacks.
npx skillsauth add 47network/Sven motion-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate production-ready CSS animations with professional easing, spring physics simulation, stagger patterns, and automatic accessibility fallbacks.
animate — Generate a complete animation spec for a given intent and element categoryeasing — Look up an easing preset or list presets by categoryspring — Simulate a spring animation and generate CSS @keyframesstagger — Generate a stagger animation for a list of elementsduration — Get recommended duration for an element categorycss_tokens — Generate all easing + duration CSS custom properties{ action: "animate", intent: "slide-up", category: "medium" }{ action: "spring", spring_preset: "wobbly" }{ action: "stagger", stagger_count: 8, intent: "slide-up" }design.motion: read (generates CSS code, no side effects)development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.