{
  "slug": "wiki",
  "version": "3.8.0",
  "type": "skill",
  "org": "adom",
  "description": "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 packages, cutting per-platform releases, and the three-tier skill layout (user skills ship, dev-skills/ and publish-skills/ stay source-only). adom-wiki is the current tool; adompkg is deprecated. Read this first before publishing or installing.",
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "author": {
    "name": "Kyle Bergstedt",
    "email": "kyle@adom.inc"
  },
  "title": "Adom Wiki",
  "tags": [
    "wiki",
    "cli",
    "packages",
    "registry",
    "publishing",
    "guide"
  ],
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "discovery_triggers": [
    "how does the wiki work",
    "publish to the wiki",
    "host my source on the wiki",
    "share a tool or skill",
    "make a package",
    "cut a release",
    "keep dev skills out of the tarball",
    "how to structure skills"
  ],
  "discovery_pitch": "Read this before you publish, host source, share a tool, or install from wiki.adom.inc: the two storage layers, source vs release, and the three-tier skill layout.",
  "sample_prompts": [
    {
      "label": "Publish a tool",
      "prompt": "How do I publish my CLI to the Adom wiki so people can install it?"
    },
    {
      "label": "Host source",
      "prompt": "How do I put my project's source on its wiki page?"
    },
    {
      "label": "Structure skills",
      "prompt": "Where do I put dev and publish skills so they don't ship to everyone who installs my app?"
    }
  ],
  "authors": [
    "kyle",
    "kcknox"
  ]
}