Propose a change
Name Last commit message Last updated
docs Publish 0.1.0 23d ago
install.sh Publish 0.1.0 23d ago
package.json Publish 0.1.0 23d ago
page.json Initial commit: skill/agent-ground-rules 23d ago
README.md Initial commit: skill/agent-ground-rules 23d ago
SKILL.md Publish 0.1.0 23d ago
uninstall.sh Publish 0.1.0 23d ago

Agent Ground Rules

An 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 navigate, reload, or close a browser tab/window you did not create. The native-browser bridge drives the user's real Chrome/Edge, full of live work and other running AI threads.
  • wiki-notes-via-discussions — leave notes on pages you don't own as open discussion items, not edits and not breadcrumbs. Another thread closes them.

Why

These are conduct rules, not features. They stop an agent from damaging shared state: a user's browser session, another thread's in-progress work, someone else's wiki page. They keep accumulating, so they live in one pack.

Install

adom-wiki pkg install adom/agent-ground-rules

Roadmap

Standalone for now. Once stable, add to adom/core as one dependency line so every Adom agent loads the full conduct set by default.