shadcn-agents-rsc-boundary-validator
Installation
SKILL.md
shadcn ui : RSC Boundary Validator (Agent / Validator)
This skill is an AGENT skill. It does NOT teach how to compose RSC vs
client trees (that is shadcn-impl-rsc-vs-client-boundaries, B10). It
teaches an automated AUDIT : given a project tree, classify every shadcn
import, verify the "use client" directive is in the right files, in
the right form, in the right place, and that the boundary crossing
follows the React Server Components rules.
ALWAYS run the validator as a six-point checklist in a fixed order. NEVER stop at the first failure ; a project usually has several boundary defects layered together, and the checklist surfaces all of them in one pass.