Sethy Rung
Community@SethyRung · Cambodia
Sethy Rung provides Next.js performance optimization, React composition patterns, shadcn/ui component management, and UI/UX design intelligence for modern web applications.
Agent Skills by Sethy Rung
Showing 9 vetted skills indexed across 1 GitHub repositories.
ui-ux-pro-max
Generates design system recommendations and searchable UI/UX guidelines from CSV databases via BM25 search.
agent-browser
Automates browser interactions via a CLI using Chrome DevTools Protocol and accessibility-tree snapshots.
next-dev-loop
Verifies Next.js code changes at runtime using the /_next/mcp endpoint and a browser automation CLI.
next-partial-prefetching-adoption
Enables Partial Prefetching in Next.js apps and resolves its dev-overlay insights.
next-cache-components-optimizer
Drives Next.js routes to instant navigation using test-driven Cache Components optimization.
next-cache-components-adoption
Migrates Next.js App Router projects to Cache Components and resolves blocking-route build errors.
shadcn
Manages shadcn/ui components through CLI commands for adding, searching, styling, and composing UI.
vercel-react-best-practices
Applies Vercel performance optimization rules when writing or refactoring React and Next.js code.
vercel-composition-patterns
Refactors React components using compound components, context providers, and composition patterns.
Frequently Asked Questions About Sethy Rung
FAQPage SchemaWhat tasks can I accomplish using Sethy Rung's skills?▼
You can enable and optimize Next.js Cache Components and Partial Prefetching, verify runtime behavior of edited app code, apply Vercel React performance and composition patterns, manage shadcn/ui components, and design web or mobile interfaces using 50+ styles, 161 color palettes, and 99 UX guidelines.
Who are these skills designed for?▼
Front-end and full-stack engineers working with Next.js and React, plus designers building web or mobile interfaces. They suit developers migrating to Cache Components, refactoring component architecture, running browser-based QA, or composing shadcn/ui interfaces across ten supported stacks.
What are the prerequisites and runtime requirements?▼
Next.js optimization skills require Next.js 16.3+ with cacheComponents enabled and a running next dev server; older versions trigger a directed upgrade. The shadcn skill requires a components.json project and runs via npx, pnpm dlx, or bunx. Browser verification uses the agent-browser CLI.
Are these skills open source and what do they cost?▼
The Vercel-authored skills (vercel-react-best-practices and vercel-composition-patterns) are MIT licensed and free to use. Other skills carry no stated license or fee in the manifest; all are distributed as skill definitions runnable within a compatible agent environment at no listed cost.
How do the Next.js instant-navigation skills work in practice?▼
They encode instant navigation as a failing @next/playwright instant() e2e test, then work it to green one verified route at a time under Cache Components/PPR. The shipped test guards against regression, diagnosing which Suspense boundary keeps a route out of its static shell.