Best OpenCode skills

OpenCode is an open-source coding agent that supports SKILL.md skills natively. It discovers skills in its own folders and also in the Claude Code and .agents locations, which makes it one of the easiest agents to share a skill library with.

The skills below name OpenCode in their SKILL.md or were tagged for it by their authors.

How to install OpenCode skills

Personal skills~/.config/opencode/skills/<skill-name>/SKILL.md
Project skills.opencode/skills/<skill-name>/SKILL.md
  1. Copy the skill folder into .opencode/skills/ in your project, or ~/.config/opencode/skills/ for every project.
  2. OpenCode also reads .claude/skills/ and .agents/skills/ (and their home-directory equivalents), so skills installed for Claude Code or Codex are picked up too.
  3. Agents see the list of available skills and load a skill’s full instructions through OpenCode’s skill tool when needed.

Source: SST’s official documentation ↗. Each skill page shows the exact install command from its repository.

Popular OpenCode skills

Ranked by quality and GitHub popularity.

Sort by stars →

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

Claude CodeCodexGemini CLI+2
89k GitHub stars Apache-2.0 Updated Jul 29, 2026 Free

Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.

Claude CodeCodexCursor+2
83k GitHub stars Apache-2.0 Updated Jul 30, 2026 Free

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

Claude CodeCodexCursor+4
77k GitHub stars MIT Updated Jul 30, 2026 Free

Review Archify issues, PRs, or code through value, cost, and impact to support evidence-based maintenance decisions. Use for issue triage, change reviews, and code quality assessments.

NewActive CodexOpenCode
69k GitHub stars MIT Updated Sep 21, 2026 Free

Runs OpenCode non-interactively for repository analysis and coding tasks. Use when the user asks to delegate work to OpenCode or compare OpenCode with another coding agent.

↑ GrowingActive Claude CodeCodexOpenCode
52k GitHub stars AGPL-3.0-only Updated Sep 21, 2026 Free

Trending OpenCode skills

Gaining the most GitHub stars since we started tracking them.

All trending →

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need to ask questions about a codebase or understand code using a knowledge graph

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need to generate an onboarding guide for new team members joining a project

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Launch the interactive web dashboard to visualize a codebase's knowledge graph

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

QA the omo Codex Light edition (lazycodex / packages/omo-codex) itself, in strict isolation so ONLY our plugin is exercised, never the user's real ~/.codex. The first-party method drives the real `codex app-server` against an isolated CODEX_HOME plus a LOCAL mock model (no real API call), and proves a plugin hook fired by asserting hook/started + hook/completed notifications. Also: isolated install verification, per-component hook probes, a tmux TUI smoke, and runtime log observation (RUST_LOG / logs SQLite / /debug-config). Ships tested helper scripts each with a --self-test. Use whenever someone changes anything under packages/omo-codex or wants to QA, smoke-test, verify, or debug the Codex plugin, its hooks/components, the installer/config.toml, the app-server flow, or the Codex TUI. Triggers: codex qa, qa codex, codex-qa, test codex plugin, verify codex hook, codex app-server, lazycodex qa, isolated CODEX_HOME, prove codex hook fired, codex tui test.

↑ GrowingActive CodexCursorOpenCode
69k GitHub stars Other Updated Sep 21, 2026 Free

New OpenCode skills

All new →

Executes a written ulw-plan work plan with Boulder state, evidence ledger, worktree discipline, and parallel subagents. Use when the user says ulw-execute or asks to run a .omo/plans plan.

↑ GrowingActive CodexCursorOpenCode
69k GitHub stars Other Updated Sep 21, 2026 Free

MUST read before searching X/Twitter with the x_search tool. When xAI is connected: date-bound every time-sensitive query (from_date >= yesterday, widen to 7 days), scope trusted accounts with allowed_x_handles, phrase queries as latest/recent with since:/from:/filter: operators, split into 2-3 searches by account and by keyword, and reconcile against web_search. Triggers: X search, Twitter search, tweets, posts on X, what people are saying on X, x_search, social signal.

↑ GrowingActive CodexCursorOpenCode
69k GitHub stars Other Updated Sep 21, 2026 Free

QA the omo Senpi adapter (packages/omo-senpi, packages/senpi-task) against the REAL senpi binary in strict isolation, and write every artifact to the one canonical evidence path .omo/evidence/omo-senpi-adapter/<slug>/. The live drivers under packages/omo-senpi/scripts/qa/ create their own isolated SENPI_CODING_AGENT_DIR and ignore the caller's, so the real ~/.senpi/agent is never written. Ships scripts/resolve-evidence-dir.mjs, which is the ONLY sanctioned way to pick an evidence directory: it rejects traversal, separators, absolute paths, and stray roots such as local-ignore/qa-evidence. Use whenever someone changes anything under packages/omo-senpi or packages/senpi-task, or wants to QA, smoke-test, verify, or debug the Senpi adapter, the task/team engine, the DAG, task RPC, or skill delivery. Triggers: senpi qa, qa senpi, senpi-qa, test senpi adapter, verify senpi task, senpi task e2e, senpi team e2e, task dag qa, live senpi driver, senpi evidence path.

↑ GrowingActive CodexCursorOpenCode
69k GitHub stars Other Updated Sep 21, 2026 Free

网文写作工具集基础设施部署。为 Claude Code / OpenCode / Codex / ZCode / OpenClaw / Reasonix 提供内置适配;Web AI / 通用 Agent 可走 skills + AGENTS.md 文件模式。触发方式:/story-setup、$story-setup、「准备写书」「帮我搭一下环境」「配置写作项目」。

Claude CodeCodexOpenCode
5.8k GitHub stars MIT Updated Aug 18, 2026 Free

Show how much context window context-mode saved this session. Displays token consumption, context savings ratio, and per-tool breakdown. Read-only — shows stats only, no reset capability. To wipe the knowledge base entirely, use ctx_purge instead. Trigger: /context-mode:ctx-stats

Claude CodeCodexOpenCode+2
20k GitHub stars Other Updated Aug 18, 2026 Free

Update context-mode from GitHub and fix hooks/settings. Pulls latest, builds, installs, updates npm global, configures hooks. Trigger: /context-mode:ctx-upgrade

Claude CodeCodexOpenCode+2
20k GitHub stars Other Updated Aug 18, 2026 Free

OpenCode skills by category

Guides

Custom skills

Need a OpenCode skill for your own workflow?

Tell us what you want your AI agent to do. We’ll help turn your workflow, standards or internal tools into a production-ready skill for Claude Code, Codex, Cursor or Gemini.

Frequently asked questions

Does OpenCode read Claude Code skills?
Yes. Besides its own .opencode/skills and ~/.config/opencode/skills folders, OpenCode loads skills from .claude/skills and ~/.claude/skills.
How many OpenCode skills are there?
AISkillsify lists 144 skills with evidence of OpenCode support: the skill’s SKILL.md names OpenCode or the author tagged the repository for it. The count is refreshed weekly from GitHub.