feature-flag-rollout-strategies
Integrate feature flagging into the React component lifecycle for safe continuous delivery.
Integrate feature flagging into the React component lifecycle for safe continuous delivery.
Architect scalable design token propagation using React Context and CSS-in-JS/Variables.
Next.js 15+ development patterns with App Router, Server Components, Client Components, and Convex integration. Use when building React components, pages, layouts, or working with Next.js features in this monorepo.
Programmatic manipulation of the accessibility tree to support complex custom controls in React.
Guide for styling components with Panda CSS in the SuperTool project. Use this when styling tool pages, creating layouts, or implementing the glassmorphic design system.
Process video data in real-time within a React application, synchronizing UI overlays.
Build high-integrity experimentation frameworks within React applications.
packages/ui의 shadcn/ui + Tailwind v4 컴포넌트를 추가/수정할 때 기존 컴포넌트 재사용, cn()/cva 패턴, exports 영향, lint/typecheck 절차를 따릅니다.
Provides code quality standards for frontend applications. This skill should be used when configuring linting rules, organizing file structures, or ensuring consistency across React applications.
Detect, isolate, and fix memory leaks in long-running React Single Page Applications.
Create CVA + DaisyUI components following Iridium patterns. Use when asked to create UI components, buttons, inputs, cards, modals, alerts, or any reusable UI element.
Add client-side caching with stale-while-revalidate strategy. Use when optimizing page load performance or reducing server requests.
Guarantee data and UI consistency across multiple `Suspense` and error boundaries.
Engineer data-fetching architectures that fully leverage `Suspense`, streaming SSR, and granular cache invalidation.
Use this to run and debug the UI + server locally (Vite dev server, `lotar serve`, ports, SSE).
Scaffold a production-ready ArcGIS Maps SDK application with TypeScript, Vite, ESLint, Prettier, git hooks, and GitHub Actions CI/CD.
Deploy web applications to Domino Data Lab with expertise in React apps (Vite) behind Domino's reverse proxy. Covers app.sh configuration, port configuration, base path handling for SPAs, CI/CD with GitHub Actions, and proxy troubleshooting. Use when deploying apps to Domino, setting up CI/CD pipelines, fixing broken routing, or configuring JavaScript frameworks for Domino's proxy.
Implement fluid drag-and-drop interactions with physics-based animations.