mirror of
https://github.com/kepano/obsidian-skills.git
synced 2026-06-04 10:14:01 +08:00
Add OpenCode setup instructions to README
Added instructions for cloning the repository into the OpenCode skills directory.
This commit is contained in:
@@ -21,6 +21,18 @@ Add the contents of this repo to a `/.claude` folder in the root of your Obsidia
|
||||
|
||||
Copy the `skills/` directory into your Codex skills path (typically `~/.codex/skills`). See the [Agent Skills specification](https://agentskills.io/specification) for the standard skill format.
|
||||
|
||||
#### OpenCode
|
||||
|
||||
Clone the entire repo into the OpenCode skills directory (`~/.opencode/skills/`):
|
||||
|
||||
```sh
|
||||
git clone https://github.com/kepano/obsidian-skills.git ~/.opencode/skills/obsidian-skills
|
||||
```
|
||||
|
||||
Do not copy only the inner `skills/` folder — clone the full repo so the directory structure is `~/.opencode/skills/obsidian-skills/skills/<skill-name>/SKILL.md`.
|
||||
|
||||
OpenCode auto-discovers all `SKILL.md` files under `~/.opencode/skills/`. No changes to `opencode.json` or any config file are needed. Skills become available after restarting OpenCode.
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | Description |
|
||||
|
||||
Reference in New Issue
Block a user