datocms-plugin-design-system
Installation
SKILL.md
DatoCMS Plugin Design System
Make plugin UI native. Use for visual fit, structure, density, styling. Not for wiring hooks or scaffolding.
Owns:
- Make config screen native
- Restyle sidebar panel to match dashboard
- Use raw CSS for native page look
- Tighten modal spacing/hierarchy
- Pick
datocms-react-uicomponents matching CMS UI
Step 1: Detect context silently
- Identify target: existing plugin, greenfield scaffold, single surface.
- Identify surface: config screen, page, sidebar panel, full sidebar, modal, outlet, inspector, asset source.
- Check if project uses
datocms-react-ui. - Identify change type: visual, layout, control selection, theme, density.
- Read smallest slice: surface entrypoint, component being restyled, local CSS,
package.jsonif needed.
Related skills