Adom Wiki
Public Made by Adomby adom
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making
Default hero compose is weak; agent falls back to the adom-wiki-hero-image skill every time
The wiki's default hero behavior (the billboard it auto-composes from a manifest hero: {headline, subhead, screenshot}) produces a weak result, especially for pages with no real UI screenshot: headline/subhead on the left, and on the right a gradient card that just REPEATS the same headline and subhead. No product, no real screenshot, nothing to actually look at. It fails the one-second billboard test, so it is not something you want on a page header, the homepage trending slideshow, the installer, or the screensaver.
Two real examples live right now (found in the wild today):
adom/wiki-notes-via-discussions
adom/agent-browser-isolation
In practice the agent ends up ignoring that default and running the adom/adom-wiki-hero-image skill by hand to get a real, on-brand hero: name-first hierarchy, one teal accent, a crisp real-UI shot in a floating Adom-webview window, and the brand themes (midnight / pcb / gradient). Same idea, done right:

This came up 5 times today across different pages, the same fix every time.
Ask: have the default hero path either (a) run the adom-wiki-hero-image recipe automatically at publish time, or (b) refuse and point the author to the skill, instead of silently shipping a weak default that someone then has to redo by hand.
