skill
Wiki Hero Image Skill
Public Made by Adomby adom
Design and render a billboard-grade hero image for any Adom wiki page — the 16:10 dark-mode image (set via page.json) that the wiki page, the landing grid, the Hydrogen Desktop installer, the homepage, and the screensaver all reuse. App name + value prop + one gorgeous shot of the real UI in a floating Windows-style webview window. Readable in one second.
<!DOCTYPE html><html><head><meta charset="utf-8"><title>adom-wiki-hero — sample hero</title>
<style>html,body{margin:0;height:100%;background:#05080c;display:flex;align-items:center;justify-content:center}
img{max-width:96vw;max-height:96vh;box-shadow:0 20px 80px rgba(0,0,0,.7);border-radius:6px}</style></head>
<body><img src="screenshots/hero.png?cb=1781785225"></body></html>