{
  "slug": "test",
  "title": "Test",
  "type": "skill",
  "version": "0.1.0",
  "description": "Describe test: what it does, who it is for, and how to use it.",
  "tags": [
    "skill"
  ],
  "dependencies": {},
  "discovery_triggers": [
    "use test",
    "replace with a few short everyday phrasings a user would actually say"
  ],
  "discovery_pitch": "One line: when should an agent reach for test?",
  "sample_prompts": [
    {
      "label": "Example",
      "prompt": "a real user utterance that should surface test"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Test",
    "subhead": "A one-line tagline (replace me).",
    "screenshot": "docs/hero.png"
  },
  "author": {
    "name": "adrianwowk",
    "email": "[email protected]"
  }
}