react-view-transitions-demo 是做什么的?
Next.js gallery demo for the React View Transitions agent skill — sortable grids, shared elements, Suspense reveals, directional navigation
用于React视图过渡代理技能的Next.js画廊演示——可排序网格、共享元素、Suspense揭示、定向导航
这是一个为React View Transitions代理技能设计的Next.js画廊演示项目。它展示了如何利用React的视图过渡API实现流畅的页面间动画效果,包括可排序的网格布局、共享元素过渡、基于Suspense的内容逐步揭示以及用户定向导航。该技能主要用于演示和测试React视图过渡的高级用例,适用于Next.js 13+框架,并支持现代浏览器。通过该技能,开发者可以快速搭建一个功能完整的画廊应用,并参考其中的代码实现自己的过渡动画逻辑。
npx skills add vercel-labs/react-view-transitions-demoNext.js gallery demo for the React View Transitions agent skill — sortable grids, shared elements, Suspense reveals, directional navigation
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.