frontend▌
1,038 indexed skills · max 10 per page
tailwind-ui-patterns
autohandai/community-skills · Frontend
tailwind-ui-patterns
frontend-designer
jamesrochabrun/skills · Frontend
frontend-designer
gsap-react
bbeierle12/skill-mcp-claude · Frontend
GSAP integration for React with lifecycle-aware hooks, ref patterns, and automatic cleanup. \n \n useGSAP hook handles component lifecycle, scoped selectors, dependency tracking, and automatic animation cleanup on unmount \n Supports single and multiple element refs, dynamic lists, and timeline management with play/pause/restart controls \n contextSafe wrapper for event handlers ensures animations respect React's context and prevent memory leaks \n Includes ScrollTrigger integration, custom anim
swiftui-liquid-glass
dpearson2699/swift-ios-skills · Frontend
SwiftUI Liquid Glass effects for iOS 26+ with interactive glass containers, morphing transitions, and button styles. \n \n Provides .glassEffect() modifier for applying translucent Liquid Glass material to custom views, with support for tinting, interactivity, and custom shapes \n Includes GlassEffectContainer for grouping and blending multiple glass elements, plus glassEffectID and glassEffectUnion for morphing animations during view hierarchy changes \n Offers pre-built button styles ( .glass
security-requirement-extraction
sickn33/antigravity-awesome-skills · Frontend
Security Requirement Extraction \n Transform threat analysis into actionable security requirements. \n Use this skill when \n \n Converting threat models to requirements \n Writing security user stories \n Creating security test cases \n Building security acceptance criteria \n Compliance requirement mapping \n Security architecture documentation \n \n Do not use this skill when \n \n The task is unrelated to security requirement extraction \n You need a different domain or tool outside this sco
react-patterns
davila7/claude-code-templates · Frontend
Principles for building production-ready React applications.
react-native-app
aj-geddes/useful-ai-prompts · Frontend
Create robust cross-platform mobile applications using React Native with modern development patterns including navigation, state management, API integration, and native module handling.
frontend-design-review
dauquangthanh/hanoi-rainbow · Frontend
This skill provides expert guidance for conducting thorough frontend design reviews, covering UI/UX design quality, design system consistency, accessibility compliance, and responsive design patterns. The skill helps identify design issues early in the development lifecycle, ensuring designs meet quality standards, accessibility requirements, and business objectives before implementation.
migrate-to-vinext
cloudflare/vinext · Frontend
Automated migration from Next.js to vinext, a Vite-based Next.js reimplementation. \n \n Handles compatibility scanning, package replacement, Vite config generation, and ESM conversion with a single vinext init command or manual fallback steps \n Supports both App Router and Pages Router; existing app/ , pages/ , and next.config.js work unchanged — no application code modifications required \n Includes native Cloudflare Workers deployment via vinext deploy with direct access to bindings (D1, R2,
vue-best-practices
hyf0/vue-skills · Frontend
Vue 3 development with Composition API, <script setup> , and TypeScript as the standard approach. \n \n Enforces a structured workflow: confirm architecture, apply core foundations (reactivity, SFC structure, component focus, data flow, composables), then add optional features only when needed \n Requires reading and applying four core references before implementation: reactivity, SFC structure, component data flow, and composables \n Provides explicit component-splitting rules based on res