Agent Skills: opencode-mirror

Maintain the local OpenCode mirror for self-reference

UncategorizedID: different-ai/openwork/opencode-mirror

Repository

different-aiLicense: NOASSERTION
12,7601,154

Install this agent skill to your local

pnpm dlx add-skill https://github.com/different-ai/openwork/tree/HEAD/.opencode/skills/opencode-mirror

Skill Files

Browse the full folder contents for opencode-mirror.

Download Skill

Loading file tree…

.opencode/skills/opencode-mirror/SKILL.md

Skill Metadata

Name
opencode-mirror
Description
Maintain the local OpenCode mirror for self-reference

Quick Usage (Already Configured)

Update mirror

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

git clone https://github.com/anomalyco/opencode vendor/opencode