
tuanvidev skills on Claude Market
4 skills published by tuanvidev. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
next-best-practices
A coding assistant skill that enforces Next.js conventions during code writing and review. Covers RSC boundaries, async API migration for Next.js 15+, metadata, image and font optimization, error handling, and bundling.
next-upgrade
Upgrades a Next.js project to a target version by reading the current version from package.json, fetching the official migration guides and codemod docs from nextjs.org, running automated transforms, and updating peer dependencies. Handles incremental upgrades for multi-major-version jumps.
agent-nestjs-skills
A reference guide of 40 NestJS rules organized across 10 categories, from architecture and dependency injection to security and deployment. Each rule includes code examples showing incorrect and correct patterns. Intended for use during code writing, review, and refactoring.
next-cache-components
Next.js 16 Cache Components enable Partial Prerendering (PPR), letting you mix static, cached, and dynamic content within a single route. The `use cache` directive marks async functions or components for caching with configurable lifetimes and tag-based invalidation, replacing the older `unstable_cache()` API and `experimental.ppr` flag.