opencode-skills-collection 3.1.19 → 3.1.20
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/README.md
CHANGED
|
@@ -255,8 +255,8 @@ To use the latest beta version, update your `~/.config/opencode/opencode.json`:
|
|
|
255
255
|
|
|
256
256
|
<a href="https://www.star-history.com/?repos=FrancoStino%2Fopencode-skills-collection&type=date&legend=top-left">
|
|
257
257
|
<picture>
|
|
258
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&theme=dark&legend=top-left" />
|
|
259
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left" />
|
|
260
|
-
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left" />
|
|
258
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&theme=dark&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
259
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
260
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=FrancoStino/opencode-skills-collection&type=date&legend=top-left&sealed_token=QyOR2eOD47MzxIAhnsjhkG1p25eQjMkEF7T6a0A6tDSVh3SQZUKZ7v5G-ZdgxEknAqANbBQ2qqK8EjY75dMWcY2Av-LYGeTE0SJjXUZC1UILMIzSWP2clQ" />
|
|
261
261
|
</picture>
|
|
262
262
|
</a>
|
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -3014,6 +3014,32 @@
|
|
|
3014
3014
|
"license": "MIT",
|
|
3015
3015
|
"license_source": "https://github.com/LambdaTest/agent-skills/blob/main/LICENSE"
|
|
3016
3016
|
},
|
|
3017
|
+
{
|
|
3018
|
+
"id": "apple-container",
|
|
3019
|
+
"path": "skills/apple-container",
|
|
3020
|
+
"category": "devops",
|
|
3021
|
+
"name": "apple-container",
|
|
3022
|
+
"description": "Build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS using Apple's open-source container CLI, no Docker daemon required.",
|
|
3023
|
+
"risk": "critical",
|
|
3024
|
+
"source": "https://github.com/sanjay3290/ai-skills/tree/main/skills/apple-container",
|
|
3025
|
+
"date_added": "2026-07-09",
|
|
3026
|
+
"plugin": {
|
|
3027
|
+
"targets": {
|
|
3028
|
+
"codex": "supported",
|
|
3029
|
+
"claude": "supported"
|
|
3030
|
+
},
|
|
3031
|
+
"setup": {
|
|
3032
|
+
"type": "none",
|
|
3033
|
+
"summary": "",
|
|
3034
|
+
"docs": null
|
|
3035
|
+
},
|
|
3036
|
+
"reasons": []
|
|
3037
|
+
},
|
|
3038
|
+
"source_type": "community",
|
|
3039
|
+
"source_repo": "sanjay3290/ai-skills",
|
|
3040
|
+
"license": "Apache-2.0",
|
|
3041
|
+
"license_source": "https://github.com/sanjay3290/ai-skills/blob/main/LICENSE"
|
|
3042
|
+
},
|
|
3017
3043
|
{
|
|
3018
3044
|
"id": "apple-notes-search",
|
|
3019
3045
|
"path": "skills/apple-notes-search",
|
|
@@ -3623,6 +3649,30 @@
|
|
|
3623
3649
|
"reasons": []
|
|
3624
3650
|
}
|
|
3625
3651
|
},
|
|
3652
|
+
{
|
|
3653
|
+
"id": "auto-research",
|
|
3654
|
+
"path": "skills/auto-research",
|
|
3655
|
+
"category": "automation",
|
|
3656
|
+
"name": "auto-research",
|
|
3657
|
+
"description": "Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.",
|
|
3658
|
+
"risk": "critical",
|
|
3659
|
+
"source": "self",
|
|
3660
|
+
"date_added": "2026-07-09",
|
|
3661
|
+
"plugin": {
|
|
3662
|
+
"targets": {
|
|
3663
|
+
"codex": "supported",
|
|
3664
|
+
"claude": "supported"
|
|
3665
|
+
},
|
|
3666
|
+
"setup": {
|
|
3667
|
+
"type": "none",
|
|
3668
|
+
"summary": "",
|
|
3669
|
+
"docs": null
|
|
3670
|
+
},
|
|
3671
|
+
"reasons": []
|
|
3672
|
+
},
|
|
3673
|
+
"source_type": "self",
|
|
3674
|
+
"license": "MIT"
|
|
3675
|
+
},
|
|
3626
3676
|
{
|
|
3627
3677
|
"id": "automated-triage",
|
|
3628
3678
|
"path": "skills/automated-triage",
|
|
@@ -17494,7 +17544,7 @@
|
|
|
17494
17544
|
"category": "mobile",
|
|
17495
17545
|
"name": "flutter-expert",
|
|
17496
17546
|
"description": "Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment.",
|
|
17497
|
-
"risk": "
|
|
17547
|
+
"risk": "safe",
|
|
17498
17548
|
"source": "community",
|
|
17499
17549
|
"date_added": "2026-02-27",
|
|
17500
17550
|
"plugin": {
|
|
@@ -17508,7 +17558,8 @@
|
|
|
17508
17558
|
"docs": null
|
|
17509
17559
|
},
|
|
17510
17560
|
"reasons": []
|
|
17511
|
-
}
|
|
17561
|
+
},
|
|
17562
|
+
"source_type": "community"
|
|
17512
17563
|
},
|
|
17513
17564
|
{
|
|
17514
17565
|
"id": "folder-specific-claude-and-agents-md",
|
|
@@ -18799,6 +18850,34 @@
|
|
|
18799
18850
|
"reasons": []
|
|
18800
18851
|
}
|
|
18801
18852
|
},
|
|
18853
|
+
{
|
|
18854
|
+
"id": "gemini-deep-research",
|
|
18855
|
+
"path": "skills/gemini-deep-research",
|
|
18856
|
+
"category": "research",
|
|
18857
|
+
"name": "gemini-deep-research",
|
|
18858
|
+
"description": "Run autonomous multi-step research with Google's Gemini Deep Research Agent: kick off a query, poll progress, and collect a cited report for market analysis or literature reviews.",
|
|
18859
|
+
"risk": "critical",
|
|
18860
|
+
"source": "https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research",
|
|
18861
|
+
"date_added": "2026-07-09",
|
|
18862
|
+
"plugin": {
|
|
18863
|
+
"targets": {
|
|
18864
|
+
"codex": "blocked",
|
|
18865
|
+
"claude": "blocked"
|
|
18866
|
+
},
|
|
18867
|
+
"setup": {
|
|
18868
|
+
"type": "none",
|
|
18869
|
+
"summary": "",
|
|
18870
|
+
"docs": null
|
|
18871
|
+
},
|
|
18872
|
+
"reasons": [
|
|
18873
|
+
"undeclared_runtime_dependency"
|
|
18874
|
+
]
|
|
18875
|
+
},
|
|
18876
|
+
"source_type": "community",
|
|
18877
|
+
"source_repo": "sanjay3290/ai-skills",
|
|
18878
|
+
"license": "Apache-2.0",
|
|
18879
|
+
"license_source": "https://github.com/sanjay3290/ai-skills/blob/main/LICENSE"
|
|
18880
|
+
},
|
|
18802
18881
|
{
|
|
18803
18882
|
"id": "gemini-live-api-dev",
|
|
18804
18883
|
"path": "skills/gemini-live-api-dev",
|
|
@@ -20092,6 +20171,32 @@
|
|
|
20092
20171
|
"license": "MIT",
|
|
20093
20172
|
"license_source": "https://github.com/mattpocock/skills/blob/main/LICENSE"
|
|
20094
20173
|
},
|
|
20174
|
+
{
|
|
20175
|
+
"id": "grok-build",
|
|
20176
|
+
"path": "skills/grok-build",
|
|
20177
|
+
"category": "agent-orchestration",
|
|
20178
|
+
"name": "grok-build",
|
|
20179
|
+
"description": "Delegate well-specified implementation tasks to xAI's Grok Build CLI running headlessly while the orchestrating agent plans, writes task specs, reviews every diff, and owns the result.",
|
|
20180
|
+
"risk": "critical",
|
|
20181
|
+
"source": "https://github.com/sanjay3290/ai-skills/tree/main/skills/grok-build",
|
|
20182
|
+
"date_added": "2026-07-09",
|
|
20183
|
+
"plugin": {
|
|
20184
|
+
"targets": {
|
|
20185
|
+
"codex": "supported",
|
|
20186
|
+
"claude": "supported"
|
|
20187
|
+
},
|
|
20188
|
+
"setup": {
|
|
20189
|
+
"type": "none",
|
|
20190
|
+
"summary": "",
|
|
20191
|
+
"docs": null
|
|
20192
|
+
},
|
|
20193
|
+
"reasons": []
|
|
20194
|
+
},
|
|
20195
|
+
"source_type": "community",
|
|
20196
|
+
"source_repo": "sanjay3290/ai-skills",
|
|
20197
|
+
"license": "Apache-2.0",
|
|
20198
|
+
"license_source": "https://github.com/sanjay3290/ai-skills/blob/main/LICENSE"
|
|
20199
|
+
},
|
|
20095
20200
|
{
|
|
20096
20201
|
"id": "growth-engine",
|
|
20097
20202
|
"path": "skills/growth-engine",
|
|
@@ -30555,6 +30660,34 @@
|
|
|
30555
30660
|
"reasons": []
|
|
30556
30661
|
}
|
|
30557
30662
|
},
|
|
30663
|
+
{
|
|
30664
|
+
"id": "postgres-readonly-queries",
|
|
30665
|
+
"path": "skills/postgres-readonly-queries",
|
|
30666
|
+
"category": "data",
|
|
30667
|
+
"name": "postgres-readonly-queries",
|
|
30668
|
+
"description": "Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support and defense-in-depth write protection.",
|
|
30669
|
+
"risk": "safe",
|
|
30670
|
+
"source": "https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres",
|
|
30671
|
+
"date_added": "2026-07-09",
|
|
30672
|
+
"plugin": {
|
|
30673
|
+
"targets": {
|
|
30674
|
+
"codex": "blocked",
|
|
30675
|
+
"claude": "blocked"
|
|
30676
|
+
},
|
|
30677
|
+
"setup": {
|
|
30678
|
+
"type": "none",
|
|
30679
|
+
"summary": "",
|
|
30680
|
+
"docs": null
|
|
30681
|
+
},
|
|
30682
|
+
"reasons": [
|
|
30683
|
+
"undeclared_runtime_dependency"
|
|
30684
|
+
]
|
|
30685
|
+
},
|
|
30686
|
+
"source_type": "community",
|
|
30687
|
+
"source_repo": "sanjay3290/ai-skills",
|
|
30688
|
+
"license": "Apache-2.0",
|
|
30689
|
+
"license_source": "https://github.com/sanjay3290/ai-skills/blob/main/LICENSE"
|
|
30690
|
+
},
|
|
30558
30691
|
{
|
|
30559
30692
|
"id": "postgresql",
|
|
30560
30693
|
"path": "skills/postgresql",
|
|
@@ -31121,6 +31254,32 @@
|
|
|
31121
31254
|
"reasons": []
|
|
31122
31255
|
}
|
|
31123
31256
|
},
|
|
31257
|
+
{
|
|
31258
|
+
"id": "product-decision-agent",
|
|
31259
|
+
"path": "skills/product-decision-agent",
|
|
31260
|
+
"category": "product",
|
|
31261
|
+
"name": "product-decision-agent",
|
|
31262
|
+
"description": "中文产品决策 Agent。用于需求优先级、Roadmap、增长、留存、运营、数据异常、A/B Test、项目延期和跨团队协作;先判断事实、阶段、核心阻塞与主导机制,再给出下一步、停止清单和切换条件。默认中文,不引用原文或讲历史。",
|
|
31263
|
+
"risk": "safe",
|
|
31264
|
+
"source": "community",
|
|
31265
|
+
"date_added": "2026-07-10",
|
|
31266
|
+
"plugin": {
|
|
31267
|
+
"targets": {
|
|
31268
|
+
"codex": "supported",
|
|
31269
|
+
"claude": "supported"
|
|
31270
|
+
},
|
|
31271
|
+
"setup": {
|
|
31272
|
+
"type": "none",
|
|
31273
|
+
"summary": "",
|
|
31274
|
+
"docs": null
|
|
31275
|
+
},
|
|
31276
|
+
"reasons": []
|
|
31277
|
+
},
|
|
31278
|
+
"source_type": "community",
|
|
31279
|
+
"source_repo": "atdy/maoxuan-product-agent",
|
|
31280
|
+
"license": "MIT",
|
|
31281
|
+
"license_source": "https://github.com/atdy/maoxuan-product-agent/blob/main/LICENSE"
|
|
31282
|
+
},
|
|
31124
31283
|
{
|
|
31125
31284
|
"id": "product-design",
|
|
31126
31285
|
"path": "skills/product-design",
|
|
@@ -39012,6 +39171,34 @@
|
|
|
39012
39171
|
"reasons": []
|
|
39013
39172
|
}
|
|
39014
39173
|
},
|
|
39174
|
+
{
|
|
39175
|
+
"id": "telegram-bot-messaging",
|
|
39176
|
+
"path": "skills/telegram-bot-messaging",
|
|
39177
|
+
"category": "productivity",
|
|
39178
|
+
"name": "telegram-bot-messaging",
|
|
39179
|
+
"description": "Send Telegram messages, files, and alerts via bot API; ask questions with inline buttons and wait for the answer. Supports multiple bots, named chat targets, and CI/cron/hook notifications.",
|
|
39180
|
+
"risk": "critical",
|
|
39181
|
+
"source": "https://github.com/sanjay3290/ai-skills/tree/main/skills/telegram",
|
|
39182
|
+
"date_added": "2026-07-09",
|
|
39183
|
+
"plugin": {
|
|
39184
|
+
"targets": {
|
|
39185
|
+
"codex": "blocked",
|
|
39186
|
+
"claude": "supported"
|
|
39187
|
+
},
|
|
39188
|
+
"setup": {
|
|
39189
|
+
"type": "none",
|
|
39190
|
+
"summary": "",
|
|
39191
|
+
"docs": null
|
|
39192
|
+
},
|
|
39193
|
+
"reasons": [
|
|
39194
|
+
"target_specific_home_path"
|
|
39195
|
+
]
|
|
39196
|
+
},
|
|
39197
|
+
"source_type": "community",
|
|
39198
|
+
"source_repo": "sanjay3290/ai-skills",
|
|
39199
|
+
"license": "Apache-2.0",
|
|
39200
|
+
"license_source": "https://github.com/sanjay3290/ai-skills/blob/main/LICENSE"
|
|
39201
|
+
},
|
|
39015
39202
|
{
|
|
39016
39203
|
"id": "telegram-mini-app",
|
|
39017
39204
|
"path": "skills/telegram-mini-app",
|