Opencode-power-pack – Claude Code skills ported to OpenCode

r/LocalLLaMA
Generative AI

I switched from Claude Code to OpenCode a few weeks ago and realized most of Anthropic's official Claude Code plugins don't transfer directly. The reason is that those plugins put their value in `commands/` and `agents/`, both of which are Claude-Code-only formats. Only `skills/` (a markdown file with YAML frontmatter, plus a body of instructions) is a portable, cross-agent standard.