Fix OpenCode path in README.md (#87)
Updated the OpenCode path to reflect changes in the documentation and usage instructions.
This commit is contained in:
11
README.md
11
README.md
@@ -110,11 +110,12 @@ 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/` |
|
| **OpenCode** | CLI | `opencode run @skill-name` | `.agents/skills/` |
|
||||||
| **AdaL CLI** | CLI | `(Auto) Skills load on-demand` | `.adal/skills/` |
|
| **AdaL CLI** | CLI | `(Auto) Skills load on-demand` | `.adal/skills/` |
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> **Universal Path**: We recommend cloning to `.agent/skills/`. Most modern tools (Antigravity, recent CLIs) look here by default.
|
> **Universal Path**: We recommend cloning to `.agent/skills/`. Most modern tools (Antigravity, recent CLIs) look here by default.
|
||||||
|
> **OpenCode Path Update**: opencode path is changed to `.agents/skills` for global skills. See [Place Files](https://opencode.ai/docs/skills/#place-files) directive on OpenCode Docs.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> **Windows Users**: this repository uses **symlinks** for official skills.
|
> **Windows Users**: this repository uses **symlinks** for official skills.
|
||||||
@@ -144,8 +145,8 @@ npx antigravity-awesome-skills --gemini
|
|||||||
# Codex CLI
|
# Codex CLI
|
||||||
npx antigravity-awesome-skills --codex
|
npx antigravity-awesome-skills --codex
|
||||||
|
|
||||||
# OpenCode (Universal)
|
# OpenCode
|
||||||
npx antigravity-awesome-skills
|
npx antigravity-awesome-skills --path .agents/skills
|
||||||
|
|
||||||
# Custom path
|
# Custom path
|
||||||
npx antigravity-awesome-skills --path ./my-skills
|
npx antigravity-awesome-skills --path ./my-skills
|
||||||
@@ -171,8 +172,8 @@ 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)
|
# OpenCode
|
||||||
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
|
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agents/skills
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user