opencode-skills-collection 3.0.20 → 3.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +3 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/linux-privilege-escalation/SKILL.md +5 -4
- package/bundled-skills/mercury-mcp/SKILL.md +126 -0
- package/bundled-skills/photopea-embedded-editor/SKILL.md +1399 -0
- package/package.json +4 -4
- package/skills_index.json +44 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-skills-collection",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"author": "Davide Ladisa <info@davideladisa.it>",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@opencode-ai/plugin": "^1.
|
|
37
|
+
"@opencode-ai/plugin": "^1.15.5",
|
|
38
38
|
"strip-json-comments": "^5.0.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@opencode-ai/sdk": "^1.
|
|
41
|
+
"@opencode-ai/sdk": "^1.15.5",
|
|
42
42
|
"@types/bun": "latest",
|
|
43
|
-
"@types/node": "^25.
|
|
43
|
+
"@types/node": "^25.9.1",
|
|
44
44
|
"@types/strip-json-comments": "^3.0.0",
|
|
45
45
|
"typescript": "^6.0.2"
|
|
46
46
|
}
|
package/skills_index.json
CHANGED
|
@@ -18829,6 +18829,28 @@
|
|
|
18829
18829
|
"reasons": []
|
|
18830
18830
|
}
|
|
18831
18831
|
},
|
|
18832
|
+
{
|
|
18833
|
+
"id": "mercury-mcp",
|
|
18834
|
+
"path": "skills/mercury-mcp",
|
|
18835
|
+
"category": "uncategorized",
|
|
18836
|
+
"name": "mercury-mcp",
|
|
18837
|
+
"description": "Cheatsheet for the Mercury (proton) MCP tools. Use when connected to the Mercury MCP server to look up which mercury_* tool to call for messaging teammates, threads, tasks, automations, or admin team-graph edits.",
|
|
18838
|
+
"risk": "safe",
|
|
18839
|
+
"source": "community",
|
|
18840
|
+
"date_added": "2026-05-19",
|
|
18841
|
+
"plugin": {
|
|
18842
|
+
"targets": {
|
|
18843
|
+
"codex": "supported",
|
|
18844
|
+
"claude": "supported"
|
|
18845
|
+
},
|
|
18846
|
+
"setup": {
|
|
18847
|
+
"type": "none",
|
|
18848
|
+
"summary": "",
|
|
18849
|
+
"docs": null
|
|
18850
|
+
},
|
|
18851
|
+
"reasons": []
|
|
18852
|
+
}
|
|
18853
|
+
},
|
|
18832
18854
|
{
|
|
18833
18855
|
"id": "mermaid-expert",
|
|
18834
18856
|
"path": "skills/mermaid-expert",
|
|
@@ -21916,6 +21938,28 @@
|
|
|
21916
21938
|
"reasons": []
|
|
21917
21939
|
}
|
|
21918
21940
|
},
|
|
21941
|
+
{
|
|
21942
|
+
"id": "photopea-embedded-editor",
|
|
21943
|
+
"path": "skills/photopea-embedded-editor",
|
|
21944
|
+
"category": "uncategorized",
|
|
21945
|
+
"name": "photopea-embedded-editor",
|
|
21946
|
+
"description": "Embed Photopea in web apps using photopea.js. Covers embedding, file I/O, scripting, exporting, layers, text, filters, and the full Photoshop-compatible API.",
|
|
21947
|
+
"risk": "safe",
|
|
21948
|
+
"source": "community",
|
|
21949
|
+
"date_added": "2026-05-20",
|
|
21950
|
+
"plugin": {
|
|
21951
|
+
"targets": {
|
|
21952
|
+
"codex": "supported",
|
|
21953
|
+
"claude": "supported"
|
|
21954
|
+
},
|
|
21955
|
+
"setup": {
|
|
21956
|
+
"type": "none",
|
|
21957
|
+
"summary": "",
|
|
21958
|
+
"docs": null
|
|
21959
|
+
},
|
|
21960
|
+
"reasons": []
|
|
21961
|
+
}
|
|
21962
|
+
},
|
|
21919
21963
|
{
|
|
21920
21964
|
"id": "php-pro",
|
|
21921
21965
|
"path": "skills/php-pro",
|