The Best OpenCode Skills, Curated and Cross-Agent Tested
OpenCode has native skill support and also reads .claude/skills and .agents/skills, so the practical question is not whether a skill loads but whether it behaves once it does. The two picks below are the ones worth your time for a SaaS or product team, each with an honest note on what shifts when you move it off Claude Code.
OpenCode ignores unknown frontmatter fields, which makes most SKILL.md skills drop in without edits. What it cannot do is supply Claude-specific plumbing on its own: an MCP server still has to be configured, and bundled hooks will not fire. Where that matters, we flag it on the entry rather than pretending everything just works.
How we pick
- Real value for product and engineering teams first, novelty never.
- Verified behavior on OpenCode, with the specific caveat named when a feature degrades.
- A maintained source and an install command we can stand behind.
Quality over quantity. Compatibility is AI-inferred for now and labeled as not yet hand-verified, because "the model thinks it works" and "we ran it" are different claims and we will not blur them.
The picks
-
n8n Skills
Top pickSeven skills that teach coding agents to build production-ready n8n workflows via the n8n-mcp server, from expression syntax to validation loops.
- Claude Code: Works
- Codex: Caveats. No plugin install. Copy the SKILL.md folders into .agents/skills and configure the n8n-mcp MCP server manually.
- OpenCode: Caveats. No plugin install. Drop the SKILL.md folders into .claude/skills or .agents/skills and configure the n8n-mcp MCP server.
-
Agentic SEO Skill
Top pickDeterministic, LLM-first SEO and GEO audits for sites, blogs, and repos, with script-backed evidence and prioritized, confidence-labeled fixes.
- Claude Code: Works
- Codex: Works
- OpenCode: Unverified