znlgis/my-opencode-deepseek-config

My OpenCode × DeepSeek Config

57Stars on the repository
37Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-review

01

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

A single-pass review method for examining a code change, branch, or pull request. A pull request is a proposed change for review before it is merged into a shared codebase.

not rated 57 changed yesterday A 75 tokens original MIT

codemap

02

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Generate a structured, hierarchical map of a repository or directory for quick orientation. Use when starting work in an unfamiliar codebase, when the task mentions "project structure", "codebase overview", "directory layout", "what does this repo contain", or when you need a bird's-eye view before diving into…

not rated 57 yesterday A 67 tokens original MIT

gh-cli

03

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Patterns for invoking the GitHub CLI (gh v2.99.0+) from agents. Use when the task mentions GitHub, gh, pull requests/PRs, issues, releases, gists, Actions/workflow runs, forks, repo cloning, reviews, or you need exact gh commands. Covers pagination, repo targeting, search vs list, discussions, projects, rulesets…

not rated 57 changed yesterday A 88 tokens original MIT

git-master

04

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Advanced Git operations — rebase, squash, fixup, blame, bisect, reflog, code archaeology (git log -S/-G), worktrees. Use when the task mentions rebase, squash, bisect, blame, reflog, fixup, finding deleted code, tracing commit history, cleaning up a branch, or recovering lost work.

not rated 57 yesterday A 75 tokens original MIT

git-release

05

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Prepare a tagged release with release notes, a SemVer version bump, and a gh release command. Use when cutting a release, drafting a changelog, tagging a version, or the task mentions "release", "changelog", "version bump", "tag", or "publish a new version".

not rated 57 yesterday A 63 tokens original MIT

grilling

06

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when requirements are ambiguous before planning or implementing — ask ONE question at a time, prefer multiple choice, until intent is clear. Triggers include "grill", "interview", ambiguous requirements, clarifying questions.

not rated 57 yesterday A 47 tokens original MIT

handoff

07

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Compact the current conversation into a handoff document for the next agent session. Use when handing off work, ending a long session, or the task mentions "handoff", "交接", "hand over", "continue in next session". References artifacts by path — never copies.

not rated 57 changed yesterday A 59 tokens original MIT

opencode-config

08

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Author and modify OpenCode config in this repository — opencode.json, agents, skills, commands, permissions. Use when editing opencode.json, adding or changing an agent, writing a skill or command, adjusting model routing/permissions, or the task mentions "opencode config", "agent prompt", "SKILL.md", "command", or…

not rated 57 changed yesterday C 76 tokens original MIT

reflect

09

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Review recent work to identify recurring friction and propose minimal, durable improvements to the opencode config. Use when the user says "reflect", "what can we improve", "review our setup", "optimize the config", or after a series of related sessions reveals a pattern worth codifying.

not rated 57 yesterday A 60 tokens original MIT

remove-deadcode

10

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Safely find and delete dead code — unused files, exports, functions, variables, and imports — with verification before each removal. Use when the task mentions "dead code", "unused code", "remove slop", "clean up" (dead code cleanup), "prune", "delete unused", "orphaned files", or after a refactor leaves unused code…

not rated 57 yesterday A 92 tokens original MIT

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when resolving git merge/rebase conflicts. Resolve each hunk by finding primary sources (commit messages, PRs, issues) to understand original intent. Preserve both intents where possible; never invent new behavior and never --abort.

not rated 57 changed yesterday A 54 tokens original MIT

security-review

12

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Audit code changes for security vulnerabilities before merging. Use when reviewing a diff/PR, hardening code, or the task mentions security, injection, XSS, SSRF, secrets, auth, deserialization, path traversal, or "is this safe?". Reports findings; never auto-fixes silently.

not rated 57 changed yesterday A 63 tokens original MIT

shared-language

13

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when the task mentions domain language, CONTEXT.md, terminology, shared vocabulary, or when the same concepts are being explained repeatedly in different sessions. Builds and maintains a shared language document.

not rated 57 yesterday A 41 tokens original MIT

simplify

14

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Behavior-preserving code simplification — reduce complexity without changing what the code does. Use when the task mentions "simplify", "reduce complexity", "too clever", "hard to read", "reduce nesting", or after a feature lands and the code needs polishing. Oracle analyzes (read-only), light-orchestrator applies the…

not rated 57 changed yesterday A 70 tokens original MIT

spec-workflow

15

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Run a lightweight, spec-driven change workflow — proposal (WHY/WHAT), specs (WHAT), design (HOW), tasks checklist, then archive. Use when the task is a non-trivial feature or behavior change that benefits from durable, git-tracked planning artifacts, or when the request mentions "spec", "proposal", "propose a change"…

not rated 57 yesterday A 104 tokens original MIT

verify-with-docs

16

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Verify a specific or fast-moving library, framework, or API against its current documentation before writing code — retrieval-first, never from memory. Use when implementing against a named dependency (especially one that changes fast or whose exact signatures matter), when unsure of an API's current shape, or when…

not rated 57 yesterday A 94 tokens original MIT

wait-what

17

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when a user message is confusing or doesn't land — restate it in one sentence to confirm before acting. Triggers include "wait what", unclear requests, ambiguous instructions.

not rated 57 yesterday A 39 tokens original MIT

writing-for-agents

18

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when writing or editing a document an agent consumes — a skill, an AGENTS.md / CLAUDE.md, or any doc reached by a pointer. Triggers include "write a skill", "improve this doc", "agent instructions". For opencode config mechanics use opencode-config instead.

not rated 57 yesterday A 66 tokens original MIT

codebase-design

19

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when designing architecture, choosing module boundaries, or reviewing whether a codebase's structure is sound. A shared vocabulary glossary for module/interface/depth/seam/adapter/leverage/locality.

not rated 57 yesterday A 42 tokens original MIT

diagnosing-bugs

20

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when debugging a bug, test failure, or unexpected behavior, before proposing fixes. Build a tight red-capable feedback loop first, then reproduce, hypothesise, instrument, fix, and clean up.

not rated 57 yesterday A 47 tokens original MIT

domain-modeling

21

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when a project's domain language is fuzzy, terms are used inconsistently, or you need to decide whether to record an architectural decision. Maintains a CONTEXT.md glossary and offers ADRs only when warranted.

not rated 57 yesterday A 46 tokens original MIT

grill-with-docs

22

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Use when requirements are ambiguous AND the domain language is fuzzy — compose the grilling and domain-modeling skills to converge intent while sharpening terminology.

not rated 57 yesterday A 33 tokens original MIT

office-docs

23

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

A workflow for reading and creating Microsoft Word documents and Excel spreadsheets by converting them to and from plain text, Markdown, or CSV files.

not rated 57 yesterday A 90 tokens original MIT

to-tickets

24

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

A workflow for turning a written plan or specification into separate GitHub issues, with each issue covering one independently finishable piece of work.

not rated 57 yesterday A 60 tokens original MIT

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: