skill
Adom UI Design System
Public Made by Adomby adom
How the AI builds and tests interfaces people love to use in Adom. Ships as one installable skill that bundles focused skills (tooltips, floating-windows, toasts, responsive-ui, app-shell, ai-driven-apps).
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
{
"slug": "adom-ui-design",
"version": "1.3.11",
"type": "skill",
"description": "The Adom UI Design System plus a bundle of focused UI skills (tooltips, floating-windows, toasts, responsive-ui, app-shell, ai-driven-apps). One adompkg install drops the whole set of skill files onto your container.",
"dependencies": {},
"files": [
"SKILL.md",
"README.md",
"page.json",
"install.sh",
"uninstall.sh",
"screenshots/hero.png",
"screenshots/tokens.png",
"skills/tooltips/SKILL.md",
"skills/floating-windows/SKILL.md",
"skills/toasts/SKILL.md",
"skills/responsive-ui/SKILL.md",
"skills/app-shell/SKILL.md",
"skills/ai-driven-apps/SKILL.md",
"skills/skill-authoring/SKILL.md"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"design-system",
"brand",
"ui",
"ux",
"guidelines",
"tokens"
],
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"title": "Adom UI Design System",
"brief": "How the AI builds and tests interfaces people love to use in Adom. Ships as one installable skill that bundles focused skills (tooltips, floating-windows, toasts, responsive-ui, app-shell, ai-driven-apps).",
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"updated_at": "2026-06-20T16:46:26.895Z",
"discovery_triggers": [
"ui design",
"adom ui",
"build an app ui",
"tooltip",
"tooltips",
"app header",
"toast",
"floating panel",
"hud",
"responsive ui",
"mobile ui",
"viewport clamp",
"dropdown",
"popover",
"design system"
],
"discovery_pitch": "The Adom UI design system: how to build app UIs that are beautiful, self-explaining, responsive, and a joy for an AI to drive - headers, tooltips (viewport-clamped, ralph-tested), toasts, floating HUDs, touch.",
"sample_prompts": [
{
"label": "make this app's UI follow the Adom desig",
"prompt": "make this app's UI follow the Adom design system"
},
{
"label": "add tooltips to these controls",
"prompt": "add tooltips to these controls"
},
{
"label": "why does my tooltip run off screen",
"prompt": "why does my tooltip run off screen"
},
{
"label": "build the app header",
"prompt": "build the app header"
},
{
"label": "make this UI responsive for mobile",
"prompt": "make this UI responsive for mobile"
}
],
"visibility": "public",
"org": "adom"
}