Upgrade Next.js
2,269Upgrade Next.js to the latest version following official migration guides and codemods
Enhance Prompt for Stitch
2,120Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context,
Architecting Flutter Layouts
1,962Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter applicati
use-dom
1,902Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
clerk-custom-ui
1,882Custom authentication flows and component appearance - hooks (useSignIn, useSignUp), themes, colors, fonts, CSS. Use for custom sign-in/sign
shadcn/ui Component Integration
1,861Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customizat
Managing State in Flutter
1,843Manages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex UI state transitions.
Angular Developer Guidelines
1,749Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices o
Managing Dart Concurrency and Isolates
1,719Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datase
Integrating Platform Views and Web Content
1,671Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
clerk-nextjs-patterns
1,580Advanced Next.js patterns - middleware, Server Actions, caching with Clerk.
insforge-debug
1,551Use when diagnosing problems in an InsForge project - reactive failures (SDK error object, HTTP 4xx/5xx, gateway timeout 502/503/504, edge f
emblem-ai-react
1,501React integration skill for EmblemAI's one-shot user management. Use when the user wants to add website authentication plus wallet-enabled u
react-native-best-practices
1,282Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to ta
Stitch Design Taste - Semantic Design System Skill
1,120Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards - s
Astro Usage Guide
1,043Skill for building with the Astro web framework. Helps create Astro components and pages, configure SSR adapters, set up content collections
vue
1,001Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/d
rivetkit-client-react
965RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks with createRivetKit, or m
rivetkit-client-swiftui
964RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, a
frontend-ui-engineering
944Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, ma
baseline-ui
926Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS
upgrading-react-native
909Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native
tanstack-query-best-practices
816TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-
Vue Best Practices Workflow
687MUST be used for Vue.js tasks. Strongly recommends Composition API with `` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar