You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Top-level `skills/` is Gemini output; do not use it for OpenCode installs.
67
67
@@ -73,7 +73,7 @@ Top-level `skills/` is Gemini output; do not use it for OpenCode installs.
73
73
-**OpenCode**: `.opencode/agents/<plugin>__<agent>.md` with `mode: subagent` + `permission:` block (locked agents — those with source `tools: []` — get deny-everything except base `skill`/`task`)
|**Copilot**|`.copilot/agents/`, `.copilot/skills/`, `.copilot/commands/`| Markdown agent profiles + SKILL.md skills + commands-as-skills; model maps to GPT-5 family |
87
-
|**Antigravity CLI**|`.antigravity/agents/`, `.antigravity/skills/`, `.antigravity/commands/`| Lowercase agent.json per agent + SKILL.md skills + commands-as-skills; model maps to Gemini 2.5 family |
87
+
|**Antigravity CLI**|`.antigravity/agents/`, `.antigravity/skills/`, `.antigravity/workflows/`| Lowercase agent.json per agent + SKILL.md skills + workflows (commands); model maps to Gemini 2.5 family |
88
88
89
89
```bash
90
90
make generate-all # all six
@@ -142,7 +142,7 @@ integrations for this marketplace's other supported harnesses.
@@ -50,7 +50,7 @@ rules to write portable content.
50
50
|`TodoWrite` in body | no equivalent — leave as-is | no equivalent — leave as-is | works as-is | no equivalent | no equivalent |
51
51
| Skill body > 8 KB | split into `references/details.md`| passed through | passed through | passed through | passed through |
52
52
| Agent named `worker`| namespaced to `<plugin>__worker`| passed through | passed through | passed through | namespaced to `<plugin>__<agent>`|
53
-
| Slash command (`commands/<x>.md`) | converted to skill | passed through | rewritten to `.opencode/commands/`| TOML at `commands/<plugin>/<x>.toml`|converted to skill|
53
+
| Slash command (`commands/<x>.md`) | converted to skill | passed through | rewritten to `.opencode/commands/`| TOML at `commands/<plugin>/<x>.toml`|rewritten to `.antigravity/workflows/<plugin>-<x>.md`|
0 commit comments