different-ai

opencode-mirror

@different-ai/opencode-mirror
different-ai
1,478
93 forks
Updated 1/18/2026
View on GitHub

Maintain the local OpenCode mirror for self-reference

Installation

$skills install @different-ai/opencode-mirror
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.opencode/skill/opencode-mirror/SKILL.md
Branchmain
Scoped Name@different-ai/opencode-mirror

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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