Files
openwork/.opencode/skills/opencode-mirror/SKILL.md
ben 33294d8363 fix: list skills across skill directories (#234)
* fix: list skills across skill directories

* feat: move context panel to right rail

* fix: align skill paths with opencode docs

* fix: show full-screen boot loader during connect
2026-01-24 08:35:49 -08:00

24 lines
476 B
Markdown

---
name: opencode-mirror
description: Maintain the local OpenCode mirror for self-reference
---
## Quick Usage (Already Configured)
### Update mirror
```bash
git -C vendor/opencode pull --ff-only
```
## Common Gotchas
- Keep the mirror gitignored; never commit `vendor/opencode`.
- Use `--ff-only` to avoid merge commits in the mirror.
## First-Time Setup (If Not Configured)
### Clone mirror
```bash
git clone https://github.com/anomalyco/opencode vendor/opencode
```