From 0c042ef2ae6d97de4ef2ddd20442a2dcc5e58b3c Mon Sep 17 00:00:00 2001 From: LDLZM <1924730014@qq.com> Date: Wed, 29 Apr 2026 19:35:09 +0800 Subject: [PATCH] Add SKILLS section with 4 OpenCode skills --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96843bc..050aebf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@
-[**OFFICIAL**](#official) • [**PLUGINS**](#plugins) • [**THEMES**](#themes) • [**AGENTS**](#agents) • [**PROJECTS**](#projects) • [**RESOURCES**](#resources) +[**OFFICIAL**](#official) • [**PLUGINS**](#plugins) • [**THEMES**](#themes) • [**AGENTS**](#agents) • [**PROJECTS**](#projects) • [**SKILLS**](#skills) • [**RESOURCES**](#resources)

@@ -1066,6 +1066,54 @@
+
+ +
+🧠 SKILLS +
+ +
+ opencode-mcp-registry - Register MCP servers in opencode +
+ Guides agents through installing and registering MCP (Model Context Protocol) servers. Supports pre-built binaries, pip, npm, Docker, and remote HTTP endpoints with proper auth handling. +

+ 🔗 View Repository +
+
+ +
+ uv-skill - Use uv for all Python package management +
+ Mandates using uv for ALL Python dependency, virtual environment, and project management tasks. Replaces pip, poetry, pipx, pyenv, and virtualenv. +

+ 🔗 View Repository +
+
+ +
+ crowdsource-debugger - Debug stubborn errors with community help +
+ Stops agents from going in circles. When stuck on the same error 3+ times, guides searching Stack Overflow, GitHub Issues, Reddit, and Discourse forums for vetted solutions. +

+ 🔗 View Repository +
+
+ +
+ sensitive-operations - Gatekeeper for privileged operations +
+ Detects sensitive operations (passwords, sudo, tokens, destructive commands) and delegates them to the user for manual execution with verification. +

+ 🔗 View Repository +
+
+ +
+➕ Add a Skill via PR +
+ +
+