Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install tomevault-io-gemini-extensions-different-ai-openwork-opencode-mirror-skillsgit clone https://github.com/tomevault-io/gemini-extensions.gitcp gemini-extensions/SKILL.MD ~/.claude/skills/tomevault-io-gemini-extensions-different-ai-openwork-opencode-mirror-skills/SKILL.md--- 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 ``` --- > Converted and distributed by [TomeVault](https://tomevault.io) | [Claim this content](https://tomevault.io/claim/different-ai/openwork)