{
  "slug": "agent-ground-rules",
  "title": "Agent Ground Rules (Adom ecosystem conduct pack)",
  "type": "skill",
  "version": "0.1.0",
  "description": "Umbrella pack of cross-cutting 'how an AI agent should behave in the shared Adom ecosystem' rules. One install pulls them all. Designed to fold into adom/core later as a single entry. Members: agent-browser-isolation (never hijack the user's real browser tabs) and wiki-notes-via-discussions (leave notes as open discussions, not edits or breadcrumbs).",
  "tags": [
    "skill",
    "skillpack",
    "safety",
    "etiquette",
    "core"
  ],
  "discovery_triggers": [
    "agent ground rules",
    "agent conduct",
    "agent etiquette",
    "how should an agent behave",
    "adom ground rules",
    "shared ecosystem rules",
    "don't break other threads",
    "ecosystem safety"
  ],
  "dependencies": {
    "adom/agent-browser-isolation": "^0.1.0",
    "adom/wiki-notes-via-discussions": "^0.1.0"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Agent Ground Rules",
    "subhead": "Cross-cutting conduct rules for AI in the Adom ecosystem. One pack, folds into core later.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "John Lauer",
    "email": "john@adom.inc"
  }
}