skill
Building Adom Apps
Public Made by Adomby adom
Build software the AI can drive. Hints are the breakthrough.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
{
"type": "skill",
"slug": "building-adom-apps",
"title": "Building Adom Apps",
"brief": "Build software the AI can drive. Hints are the breakthrough.",
"version": "1.0.2",
"description": "How to build software the Adom (AI-first) way so every app, CLI, and tool is a joy for an AI agent to drive. The centerpiece is hints: every CLI returns OK:/ERROR: + Hint: lines and a JSON hints[] envelope, so your tool teaches the agent what to do next at the exact moment it needs to know, which is more reliable than skills, memory, or system prompts. Routes to the four pillars: hints, CLI design, app creation, and UI design.",
"tags": [
"ai-agent",
"developer",
"cli-design",
"app-creation",
"ui-design",
"hints",
"ai-first",
"skillpack"
],
"dependencies": {
"adom/app-creator": "^1.0.0",
"adom/adom-cli-design": "^1.0.1",
"adom/adom-ui-design": "^1.3.0"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"needs_sudo": false,
"discovery_triggers": [
"write a cli",
"build an adom app",
"create a tool",
"create a bridge",
"add a command",
"make an app for the wiki",
"ai-first code",
"return hints",
"hint lines",
"cli design",
"ui design",
"app creator",
"how should my tool talk to the ai",
"how to write code for adom"
],
"discovery_pitch": "Build software the AI can actually drive: status-prefixed output, a Hint: on every error, and a hints[] array, enforced by the linter.",
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"visibility": "public",
"org": "adom",
"author": {
"name": "John Lauer",
"email": "[email protected]"
}
}