mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-05-17 21:29:26 +00:00
Add SKILLS section with 4 OpenCode skills
This commit is contained in:
parent
6624a86531
commit
0c042ef2ae
1 changed files with 49 additions and 1 deletions
50
README.md
50
README.md
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<br>
|
||||
|
||||
[**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)
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
|
|
@ -1066,6 +1066,54 @@
|
|||
|
||||
<br>
|
||||
|
||||
<div id="skills"></div>
|
||||
|
||||
<details>
|
||||
<summary><strong>🧠 SKILLS</strong></summary>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><b>opencode-mcp-registry</b> <img src="https://badgen.net/github/stars/LDLZM/opencode-mcp-registry" height="14"/> - <i>Register MCP servers in opencode</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/LDLZM/opencode-mcp-registry">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>uv-skill</b> <img src="https://badgen.net/github/stars/LDLZM/uv-skill" height="14"/> - <i>Use uv for all Python package management</i></summary>
|
||||
<blockquote>
|
||||
Mandates using uv for ALL Python dependency, virtual environment, and project management tasks. Replaces pip, poetry, pipx, pyenv, and virtualenv.
|
||||
<br><br>
|
||||
<a href="https://github.com/LDLZM/uv-skill">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>crowdsource-debugger</b> <img src="https://badgen.net/github/stars/LDLZM/crowdsource-debugger" height="14"/> - <i>Debug stubborn errors with community help</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/LDLZM/crowdsource-debugger">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>sensitive-operations</b> <img src="https://badgen.net/github/stars/LDLZM/sensitive-operations-skill" height="14"/> - <i>Gatekeeper for privileged operations</i></summary>
|
||||
<blockquote>
|
||||
Detects sensitive operations (passwords, sudo, tokens, destructive commands) and delegates them to the user for manual execution with verification.
|
||||
<br><br>
|
||||
<a href="https://github.com/LDLZM/sensitive-operations-skill">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<br>
|
||||
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b>➕ Add a Skill via PR</b></a>
|
||||
</details>
|
||||
|
||||
<br>
|
||||
|
||||
<div id="resources"></div>
|
||||
|
||||
<details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue