Skill / Refined UI registry
Registry-first DX
Keep the registry manifest and installed source as the contract users can inspect.
Goal
Keep the shadcn registry as the install source of truth while avoiding copied demo-only code.
Registry-first guidance for installable Refined UI components, skins, hooks, and blocks.
Checks
1Every installable file is referenced by a registry manifest.
2Docs snippets are read from real source files.
3Generated fixtures are checked by validation scripts.
Avoid
1Maintaining raw code strings in docs.
2Publishing a package API before the registry contract is stable.