{
  "slug": "hero-studio",
  "title": "Hero Studio",
  "type": "app",
  "version": "0.3.0",
  "description": "A live playground for the hero image v2 definition: the lower third of every hero is a true-text overlay (type pill, trending score, stars, title, author, wiki slug) rendered by the surface, never baked into the image. Flip screenshot bleeds, brand tile themes, gradient angles, and title placement on real wiki trending data, and see the result in pixel-faithful wiki contexts: the homepage marquee, the index page card grid, and an adom-desktop style right bar. Includes a component-hero mode: real photo, raytraced render, or phong 3D fallback ladder, name plus spec-line hierarchy, and MPN placement options. Generate renders the posed hero server-side to a provenance-stamped 2000x1250 PNG via POST /generate.",
  "license": "MIT",
  "tags": [
    "hero",
    "billboard",
    "wiki",
    "design",
    "branding",
    "marquee",
    "studio",
    "brand",
    "components"
  ],
  "dependencies": {},
  "discovery_triggers": [
    "open hero studio",
    "design a hero image",
    "hero image playground",
    "preview my hero in the marquee",
    "lower third hero overlay",
    "hero billboard lab",
    "try hero layouts and themes",
    "what would my hero look like on the wiki",
    "component hero",
    "hero for a component",
    "part photo hero",
    "mpn on the hero",
    "generate the hero png",
    "render my hero"
  ],
  "discovery_pitch": "Reach for hero-studio when someone wants to design, preview, or debate a wiki hero image: it renders every layout, brand tile theme, and gradient angle live on real trending data, inside faithful copies of the wiki marquee and index card chrome.",
  "sample_prompts": [
    {
      "label": "Explore layouts",
      "prompt": "open hero studio and show me my app's hero with a bleed-right screenshot on the PCB theme"
    },
    {
      "label": "Judge in context",
      "prompt": "how would this hero look in the wiki homepage marquee and the index card grid?"
    },
    {
      "label": "Title placement",
      "prompt": "show me the hero with the title in the overlay only versus baked into the image"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "hero": {
    "type": "billboard",
    "headline": "Hero Studio",
    "subhead": "Design the lower-third hero, live.",
    "screenshot": "docs/hero.png"
  },
  "files": [
    "package.json",
    "README.md",
    "SKILL.md",
    "install.sh",
    "uninstall.sh",
    "refresh-data.sh",
    "server.js",
    "bin/hero-studio",
    "public/**",
    "data/**",
    "docs/hero.png",
    "docs/contexts.png",
    "docs/themes.png",
    "docs/index-cards.png",
    "docs/component-mode.png",
    "render-hero.mjs"
  ],
  "org": "adom",
  "author": {
    "name": "Colby Knox",
    "email": "colby@adom.inc"
  },
  "visibility": {
    "public": true
  }
}