different-ai

opencode-mirror

Maintain the local OpenCode mirror for self-reference

different-ai 15,758 1,561 Updated 4mo ago
GitHub

Install

npx skillscat add different-ai/openwork/opencode-mirror

Install via the SkillsCat registry.

SKILL.md

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