.agents/skills/plate-ui/rules/registry.md
When you add a new component:
registryDependencies point at the real node/ui itemsDo not leave the registry half-wired.
An example should depend on:
Example: if the example relies on --highlight, add highlight-style.
If a component uses shared CSS vars or style-only registry items, declare them.
Incorrect:
registryDependencies: ['editor-kit']
when the example also depends on a shared style token.
Correct:
registryDependencies: ['editor-kit', 'highlight-style']