docs: complete OpenCode documentation in README
This commit is contained in:
@@ -94,6 +94,7 @@ These skills follow the universal **SKILL.md** format and work with any AI codin
|
|||||||
| **Antigravity** | IDE | `(Agent Mode) Use skill...` | `.agent/skills/` |
|
| **Antigravity** | IDE | `(Agent Mode) Use skill...` | `.agent/skills/` |
|
||||||
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
|
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
|
||||||
| **Copilot** | Ext | `(Paste content manually)` | N/A |
|
| **Copilot** | Ext | `(Paste content manually)` | N/A |
|
||||||
|
| **OpenCode** | CLI | `opencode run @skill-name` | `.agent/skills/` |
|
||||||
| **AdaL** | Agent | `(Agent Mode) Use skill...` | `.agent/skills/` |
|
| **AdaL** | Agent | `(Agent Mode) Use skill...` | `.agent/skills/` |
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
@@ -158,6 +159,9 @@ npx antigravity-awesome-skills --gemini
|
|||||||
# Codex CLI
|
# Codex CLI
|
||||||
npx antigravity-awesome-skills --codex
|
npx antigravity-awesome-skills --codex
|
||||||
|
|
||||||
|
# OpenCode (Universal)
|
||||||
|
npx antigravity-awesome-skills
|
||||||
|
|
||||||
# Custom path
|
# Custom path
|
||||||
npx antigravity-awesome-skills --path ./my-skills
|
npx antigravity-awesome-skills --path ./my-skills
|
||||||
```
|
```
|
||||||
@@ -183,6 +187,9 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .codex/skill
|
|||||||
|
|
||||||
# Cursor specific
|
# Cursor specific
|
||||||
git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills
|
git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills
|
||||||
|
|
||||||
|
# OpenCode specific (Universal path)
|
||||||
|
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user