Files
playbook/brooks-lint/docs/antigravity-setup.md
T
2026-08-12 08:38:22 +08:00

1.6 KiB

Antigravity Setup

Google's Antigravity uses Claude-compatible Agent Skills and reads AGENTS.md / GEMINI.md, so all six brooks-lint modes run with no conversion.

Install

# project-scoped is the official convention (recommended)
./scripts/install.sh antigravity --project   # this repo: ./.agent/skills

# global
curl -fsSL https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/scripts/install.sh | bash -s -- antigravity
./scripts/install.sh antigravity             # global: ~/.gemini/skills

Prefer a manual copy? Clone the repo and cp -r skills/* .agent/skills/ — the contents, not the skills/ folder itself, so _shared/ lands as a sibling of the brooks-* folders.

Invoke

Ask naturally ("review this PR", "audit the architecture") — the agent selects the matching skill from its description. AGENTS.md / GEMINI.md carry the Iron Law and Health Score rules.

Notes

  • Flat layout is mandatory (the installer guarantees it): ../_shared/ only resolves when _shared/ is a sibling of the brooks-* folders.
  • The project convention .agent/skills/ is well documented; the global skills path (~/.gemini/skills vs a product subfolder) varies between sources — if the global install isn't discovered, use the project install. Please report what worked.
  • 🧪 Documented per the official skills and rules & workflows docs; community end-to-end verification welcome — open an issue.