Skill / Refined UI registry
Skin completeness
Treat a skin as a complete source recipe, not a partial class override layer.
Goal
Make every skin a complete visual layer for the public Refined UI component set.
Registry-first guidance for installable Refined UI components, skins, hooks, and blocks.
Checks
1Each skin implements the same documented component files.
2Skins can replace UI dependencies when the visual behavior needs more than classes.
3Adapters never import skin internals.
Avoid
1Partial skins that only work on one block.
2Variant matrices for theme-level differences.