opencode skills

1,778 tagged opencode, measured the same way as everything else here.

Browse within: prompt-engineering 104opencode-plugin 83antigravity 71dsh-plugin 69gemini-cli 66Orchestration 65ai-agent-skills 591c-enterprise 58ai-engineering 58bsl 58chromadb 58plugin 56operations 51award-flights 48

mermaid

169

rp1-run/rp1

Skill Claude CodeCodex

Part of rp1-base

Create, validate, and repair Mermaid.js diagrams. Use when generating flowcharts, sequence, class, ER, state, or Gantt diagrams, or any visualization.

38 27d ago A 36 tokens original Apache-2.0

teach-me

170

rp1-run/rp1

Skill Claude CodeCodex

Part of rp1-base

Turn a 'teach me X' request into a single interactive HTML lesson, rendered Arcade-first, by emitting a lesson data model and assembling it with rp1 tooling.

38 27d ago A 36 tokens original Apache-2.0

architecture-decision

171

TraftG/opencode-game-studio

Skill Claude CodeCodex

Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.

38 4mo ago A 36 tokens original MIT

asset-audit

172

TraftG/opencode-game-studio

Skill Claude CodeCodex

Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.

38 4mo ago A 38 tokens original MIT

balance-check

173

TraftG/opencode-game-studio

Skill Claude CodeCodex

Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design.

38 4mo ago A 42 tokens original MIT

new-adapter

174

lbb00/ai-rules-sync

Skill Claude CodeCodex

Add support for a new AI tool with adapters, CLI, completion, and tests.

37 13d ago A 21 tokens original Unlicense

summarize-session

175

lbb00/ai-rules-sync

Skill Claude CodeCodex

Summarize the current session and generate reusable Claude rules, skills, or commands.

37 13d ago A 22 tokens original Unlicense

update-knowledge-base

176

lbb00/ai-rules-sync

Skill Claude CodeCodex

Analyze code changes and update KNOWLEDGEBASE.md with architectural and feature changes.

37 13d ago A 21 tokens original Unlicense

no-vibe-btw

177

rizukirr/no-vibe

Skill Claude CodeCodex

Part of no-vibe

One-shot escape hatch to temporarily disable no-vibe write guard for a single scoped task, then restore the marker.

36 2mo ago A 29 tokens original MIT

no-vibe-challenge

178

rizukirr/no-vibe

Skill Claude CodeCodex

Part of no-vibe

Generate a one-shot coding challenge based on current no-vibe session or project context. User writes all code; AI only gives constraints, hints, and review.

36 2mo ago A 38 tokens original MIT

no-vibe

179

rizukirr/no-vibe

Skill Claude CodeCodex

Part of no-vibe

Use ONLY when .no-vibe/active marker exists at the project root, or the user has just invoked /no-vibe / /no-vibe on. Do NOT trigger merely because the user wants to learn or type code themselves without those signals — the marker or explicit command is the required gate. Once active, you MUST read…

36 2mo ago A 260 tokens original MIT

LLM Council

180

shuntacurosu/llm_council_skill

Skill Claude CodeCodex

Orchestrate multiple LLMs as a council, generating collective intelligence through peer review and chairman synthesis.

34 9mo ago A 24 tokens

record-and-replay

181

ugarchance/record-and-replay-skill

Skill Claude CodeCodex

Record the user's actions — browser (Playwright event stream + trace) or native desktop (lightweight event/window/screenshot stream) — on macOS, Windows and Linux for up to 30 minutes, then turn the demonstration into a reusable agent skill. Use when the user asks you to watch them perform a task, record a workflow…

32 25d ago A 106 tokens original MIT

agent-ready

182

agent-next/agent-ready

Skill Claude CodeCodex

Best practices for setting up high-quality GitHub repos for AI coding agents. Use when setting up a new repo, improving an existing repo's infrastructure, or answering "what does this repo need for agents to work effectively". Triggers on "set up repo", "make repo agent-ready", "repo best practices", "/agent-ready".

27 3mo ago A 70 tokens original MIT

context-steward

183

DVNghiem/FlowDeck

Skill Claude CodeCodex

Full context lifecycle — ingest, filter, 3-pass prune, protect, summarize, persist. Load on demand when executing a prune. Triggers are in context-steward-triggers (alwayson).

24 14d ago A 46 tokens original MIT

java-patterns

184

DVNghiem/FlowDeck

Skill Claude CodeCodex

Modern Java 17+ patterns — records, sealed classes, Stream API, CompletableFuture, Spring Boot, JPA. Activate when writing or reviewing Java.

24 14d ago A 35 tokens original MIT

python-patterns

185

DVNghiem/FlowDeck

Skill Claude CodeCodex

Python idioms — type hints, dataclasses, async/await, generators, pytest, common pitfalls. Activate when writing or reviewing Python code.

24 14d ago A 33 tokens original MIT

ce:compound-refresh

186

marcusrbrown/systematic

Skill Claude CodeCodex

Refresh stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, consolidating, replacing, or deleting them against the current codebase. Use after refactors, migrations, dependency upgrades, or when a retrieved learning feels outdated or wrong. Also use when reviewing docs/solutions/…

24 3d ago A 105 tokens original MIT

ce:plan

187

marcusrbrown/systematic

Skill Claude CodeCodex

Create structured plans for any multi-step task -- software features, research workflows, events, study plans, or any goal that benefits from structured breakdown. Also deepen existing plans with interactive review of sub-agent findings. Use for plan creation when the user says 'plan this', 'create a plan', 'write a…

24 3d ago A 152 tokens original MIT

ce:review

188

marcusrbrown/systematic

Skill Claude CodeCodex

Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.

24 3d ago A 36 tokens original MIT

valyu-best-practices

189

valyuAI/skills

Skill Claude CodeCodex

Complete Valyu API toolkit for AI agents. Use this skill when asked to perform real-time search across web, academic, medical, transportation, financial sources, content extraction from URLs, AI-powered answers with citations, or comprehensive deep research reports.

24 7mo ago D 55 tokens

use-whatsapp

190

envhaven/envhaven

Skill Claude CodeCodex

Stand up a personal WhatsApp ↔ Claude Code bridge. The user messages a WhatsApp number from their phone and Claude Code (with full agent loop, file tools, bash) replies. Uses Anthropic subscription auth (no per-token charges). Per-chat session continuity, daily 5am session resets with pre-flush memory extraction…

23 1mo ago D 167 tokens original MIT

autoresearch

191

lunchpaillola/lola-opencode

Skill Claude CodeCodex

Autonomously optimize any Claude Code skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill…

23 1mo ago A 100 tokens

json-canvas

192

lunchpaillola/lola-opencode

Skill Claude CodeCodex

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

23 1mo ago A 54 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: