{
  "schema_version": 1,
  "type": "skill",
  "slug": "adom-wiki-hero-image",
  "title": "Wiki Hero Image Skill",
  "brief": "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.",
  "version": "0.2.4",
  "install": {
    "install_hint": "adompkg install adom-wiki-hero-image",
    "install_dir": ""
  },
  "author": {
    "name": "John Lauer",
    "email": "john@adom.inc"
  },
  "tags": [
    "hero",
    "billboard",
    "wiki",
    "design",
    "branding",
    "screensaver",
    "marketing",
    "puppeteer"
  ],
  "license": "MIT",
  "visibility": "public",
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "sample_prompts": [
    "make a hero for my app",
    "make a billboard hero for this wiki page",
    "redo my hero, it looks busy",
    "render screenshots/hero.png following adom-wiki-hero-image",
    "make a hero image and show it to me in pup"
  ],
  "discovery_triggers": [
    "hero image",
    "hero billboard",
    "wiki hero",
    "app hero",
    "billboard image",
    "wiki-page art",
    "app marketing image",
    "screensaver art",
    "homepage art",
    "image at the top of the page",
    "redo my hero",
    "hero.png"
  ],
  "discovery_pitch": "Render a dark-mode, on-brand billboard hero for any Adom wiki page — app name, value prop, and one gorgeous shot of the real UI in a floating Windows-style webview window. The one-second billboard the installer, homepage, and screensaver all reuse.",
  "metadata": {
    "platform": "linux"
  },
  "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.",
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "dependencies": {},
  "org": "adom"
}