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.
{
"slug": "adom-wiki-hero-image",
"title": "Wiki Hero Image Skill",
"version": "0.2.4",
"type": "skill",
"description": "Design and render a billboard-grade hero image for any Adom wiki page. Bundles the brand fonts + ADOM wordmark + the render pipeline so it works after install with no gallia dependency.",
"license": "MIT",
"tags": [
"hero",
"billboard",
"wiki",
"design",
"branding",
"screensaver",
"marketing",
"puppeteer"
],
"hero": {
"path": "screenshots/hero.png"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"dependencies": {}
}