Skip to content

Commit 4582326

Browse files
HetCreepclaude
andcommitted
docs: Antigravity install path + validated badges (verified 2026-06-22)
Add the Antigravity install shortcut (copy the skill folder into ~/.gemini/config/skills or a project .agents/skills root -- Antigravity auto-discovers it at session start, no install command or manifest), promote AG to a validated platform in the install section (was "verified on Claude Code only"), and add Claude Code + Antigravity validated badges. README-only; no plugin/version change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4ea51fb commit 4582326

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
![version](https://img.shields.io/github/v/tag/TheColliery/CoalBoard?label=version&color=blue)
1010
![license](https://img.shields.io/badge/license-MIT-blue)
1111
![status](https://img.shields.io/badge/status-stable-brightgreen)
12+
![Claude Code](https://img.shields.io/badge/Claude_Code-validated-success)
13+
![Antigravity](https://img.shields.io/badge/Antigravity-validated-success)
1214

1315
[Contributing](CONTRIBUTING.md) · [Changelog](CHANGELOG.md) · [Security](SECURITY.md) · [Privacy](PRIVACY.md) · [Releases](https://github.com/TheColliery/CoalBoard/releases)
1416

@@ -57,7 +59,19 @@ claude plugin marketplace add TheColliery/CoalBoard
5759
claude plugin install coalboard@coalboard
5860
```
5961

60-
**Other concurrent-subagent platforms** (Cursor, Codex, Copilot, Amp, Goose, … — *design-supported, unverified*) — the board is a plain skill: point your agent at [`skills/coalboard/SKILL.md`](skills/coalboard/SKILL.md) (the contract is platform-neutral; it convenes via your platform's native subagent tool). There is no one-command installer, and the conductor hook + cost-tiering are CC-only. **The DEBATE structure is cross-agent by design, but it is VERIFIED on Claude Code only** — every actuatable artifact here (installer, hook, cost-tiering) is CC-specific, so treat the named platforms as supported-not-yet-proven and re-verify subagent support on yours.
62+
**Antigravity***validated end-to-end (2026-06-22)*. Antigravity has no plugin manager: a skill is installed by copying its folder into a customizations root, which Antigravity auto-discovers at session start (no install command, no manifest, no registration):
63+
64+
```powershell
65+
git clone https://github.com/TheColliery/CoalBoard.git --depth 1
66+
# global (all workspaces):
67+
Copy-Item -Recurse CoalBoard/skills/coalboard "$env:USERPROFILE\.gemini\config\skills\coalboard"
68+
# — or per-project: copy into <your-repo>\.agents\skills\coalboard instead
69+
Remove-Item -Recurse -Force CoalBoard # optional cleanup
70+
```
71+
72+
Start a new Antigravity session; `coalboard` appears in the skills list. The board's AG tool-mapping (read-only-leaf lenses via `define_subagent`, mandatory `kill_all` reap) is in [`references/platform-antigravity.md`](skills/coalboard/references/platform-antigravity.md). The conductor hook + cost-tiering stay CC-only (Antigravity has no hooks and no per-worker model-pick — the lenses run the parent model).
73+
74+
**Other concurrent-subagent platforms** (Cursor, Codex, Copilot, Amp, Goose, … — *design-supported, unverified*) — the board is a plain skill: point your agent at [`skills/coalboard/SKILL.md`](skills/coalboard/SKILL.md) (the contract is platform-neutral; it convenes via your platform's native subagent tool). There is no one-command installer, and the conductor hook + cost-tiering are CC-only. **The DEBATE structure is cross-agent by design; it is VERIFIED on Claude Code and Antigravity** — every other named platform is supported-not-yet-proven, so re-verify subagent support on yours.
6175

6276
## ⚙️ Configure
6377

0 commit comments

Comments
 (0)