opencode-skills-collection 3.1.13 → 3.1.14
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 +4 -6
- package/bundled-skills/.antigravity-install-manifest.json +4 -1
- package/bundled-skills/before-you-build/SKILL.md +111 -0
- package/bundled-skills/cron-doctor/scripts/cron-engine.js +10 -7
- package/bundled-skills/dispatch/SKILL.md +130 -0
- 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/gh-image/SKILL.md +10 -2
- package/bundled-skills/hugging-face-model-trainer/SKILL.md +6 -1
- package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +5 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +30 -2
- package/bundled-skills/mdpr-skill/SKILL.md +233 -0
- package/bundled-skills/riffkit/SKILL.md +2 -2
- package/bundled-skills/sql-sentinel/SKILL.md +12 -3
- package/bundled-skills/weaviate/references/environment_requirements.md +4 -1
- package/bundled-skills/weaviate/scripts/weaviate_conn.py +35 -11
- package/bundled-skills/youtube-notetaker/scripts/serve.py +20 -11
- package/package.json +1 -1
- package/skills_index.json +85 -15
package/skills_index.json
CHANGED
|
@@ -7086,6 +7086,28 @@
|
|
|
7086
7086
|
"reasons": []
|
|
7087
7087
|
}
|
|
7088
7088
|
},
|
|
7089
|
+
{
|
|
7090
|
+
"id": "before-you-build",
|
|
7091
|
+
"path": "skills/before-you-build",
|
|
7092
|
+
"category": "product",
|
|
7093
|
+
"name": "before-you-build",
|
|
7094
|
+
"description": "Review product risk before coding by checking demand, alternatives, channels, switching costs, and failure signals.",
|
|
7095
|
+
"risk": "safe",
|
|
7096
|
+
"source": "community",
|
|
7097
|
+
"date_added": "2026-07-02",
|
|
7098
|
+
"plugin": {
|
|
7099
|
+
"targets": {
|
|
7100
|
+
"codex": "supported",
|
|
7101
|
+
"claude": "supported"
|
|
7102
|
+
},
|
|
7103
|
+
"setup": {
|
|
7104
|
+
"type": "none",
|
|
7105
|
+
"summary": "",
|
|
7106
|
+
"docs": null
|
|
7107
|
+
},
|
|
7108
|
+
"reasons": []
|
|
7109
|
+
}
|
|
7110
|
+
},
|
|
7089
7111
|
{
|
|
7090
7112
|
"id": "behavioral-modes",
|
|
7091
7113
|
"path": "skills/behavioral-modes",
|
|
@@ -13732,6 +13754,28 @@
|
|
|
13732
13754
|
"reasons": []
|
|
13733
13755
|
}
|
|
13734
13756
|
},
|
|
13757
|
+
{
|
|
13758
|
+
"id": "dispatch",
|
|
13759
|
+
"path": "skills/dispatch",
|
|
13760
|
+
"category": "agent-behavior",
|
|
13761
|
+
"name": "dispatch",
|
|
13762
|
+
"description": "Delegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code with topic-aware sessions",
|
|
13763
|
+
"risk": "critical",
|
|
13764
|
+
"source": "community",
|
|
13765
|
+
"date_added": "2026-06-28",
|
|
13766
|
+
"plugin": {
|
|
13767
|
+
"targets": {
|
|
13768
|
+
"codex": "supported",
|
|
13769
|
+
"claude": "supported"
|
|
13770
|
+
},
|
|
13771
|
+
"setup": {
|
|
13772
|
+
"type": "none",
|
|
13773
|
+
"summary": "",
|
|
13774
|
+
"docs": null
|
|
13775
|
+
},
|
|
13776
|
+
"reasons": []
|
|
13777
|
+
}
|
|
13778
|
+
},
|
|
13735
13779
|
{
|
|
13736
13780
|
"id": "dispatching-parallel-agents",
|
|
13737
13781
|
"path": "skills/dispatching-parallel-agents",
|
|
@@ -17794,20 +17838,22 @@
|
|
|
17794
17838
|
"category": "developer-tools",
|
|
17795
17839
|
"name": "gh-image",
|
|
17796
17840
|
"description": "Upload local images to GitHub and get canonical user-attachments embed URLs; use when asked to attach a screenshot to a PR, issue, or comment, or to embed before/after images in a README.",
|
|
17797
|
-
"risk": "
|
|
17841
|
+
"risk": "critical",
|
|
17798
17842
|
"source": "community",
|
|
17799
17843
|
"date_added": "2026-06-25",
|
|
17800
17844
|
"plugin": {
|
|
17801
17845
|
"targets": {
|
|
17802
|
-
"codex": "
|
|
17803
|
-
"claude": "
|
|
17846
|
+
"codex": "blocked",
|
|
17847
|
+
"claude": "blocked"
|
|
17804
17848
|
},
|
|
17805
17849
|
"setup": {
|
|
17806
|
-
"type": "
|
|
17807
|
-
"summary": "",
|
|
17808
|
-
"docs":
|
|
17850
|
+
"type": "manual",
|
|
17851
|
+
"summary": "Installs and runs a third-party gh extension that needs a GitHub user_session cookie or GH_SESSION_TOKEN.",
|
|
17852
|
+
"docs": "SKILL.md"
|
|
17809
17853
|
},
|
|
17810
|
-
"reasons": [
|
|
17854
|
+
"reasons": [
|
|
17855
|
+
"explicit_target_restriction"
|
|
17856
|
+
]
|
|
17811
17857
|
}
|
|
17812
17858
|
},
|
|
17813
17859
|
{
|
|
@@ -24408,6 +24454,28 @@
|
|
|
24408
24454
|
"reasons": []
|
|
24409
24455
|
}
|
|
24410
24456
|
},
|
|
24457
|
+
{
|
|
24458
|
+
"id": "mdpr-skill",
|
|
24459
|
+
"path": "skills/mdpr-skill",
|
|
24460
|
+
"category": "productivity",
|
|
24461
|
+
"name": "mdpr-skill",
|
|
24462
|
+
"description": "Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.",
|
|
24463
|
+
"risk": "safe",
|
|
24464
|
+
"source": "community",
|
|
24465
|
+
"date_added": "2026-07-01",
|
|
24466
|
+
"plugin": {
|
|
24467
|
+
"targets": {
|
|
24468
|
+
"codex": "supported",
|
|
24469
|
+
"claude": "supported"
|
|
24470
|
+
},
|
|
24471
|
+
"setup": {
|
|
24472
|
+
"type": "none",
|
|
24473
|
+
"summary": "",
|
|
24474
|
+
"docs": null
|
|
24475
|
+
},
|
|
24476
|
+
"reasons": []
|
|
24477
|
+
}
|
|
24478
|
+
},
|
|
24411
24479
|
{
|
|
24412
24480
|
"id": "memory-forensics",
|
|
24413
24481
|
"path": "skills/memory-forensics",
|
|
@@ -31361,7 +31429,7 @@
|
|
|
31361
31429
|
"category": "api-integration",
|
|
31362
31430
|
"name": "riffkit",
|
|
31363
31431
|
"description": "Riff a winning TikTok into your own short video — study a proven video's emotion formula and regenerate it with your product, character, and language (EN/ES). Also makes UGC ad creative.",
|
|
31364
|
-
"risk": "
|
|
31432
|
+
"risk": "critical",
|
|
31365
31433
|
"source": "community",
|
|
31366
31434
|
"date_added": "2026-07-01",
|
|
31367
31435
|
"plugin": {
|
|
@@ -35191,20 +35259,22 @@
|
|
|
35191
35259
|
"category": "data",
|
|
35192
35260
|
"name": "sql-sentinel",
|
|
35193
35261
|
"description": "Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.",
|
|
35194
|
-
"risk": "
|
|
35262
|
+
"risk": "critical",
|
|
35195
35263
|
"source": "community",
|
|
35196
35264
|
"date_added": "2026-06-26",
|
|
35197
35265
|
"plugin": {
|
|
35198
35266
|
"targets": {
|
|
35199
|
-
"codex": "
|
|
35200
|
-
"claude": "
|
|
35267
|
+
"codex": "blocked",
|
|
35268
|
+
"claude": "blocked"
|
|
35201
35269
|
},
|
|
35202
35270
|
"setup": {
|
|
35203
|
-
"type": "
|
|
35204
|
-
"summary": "",
|
|
35205
|
-
"docs":
|
|
35271
|
+
"type": "manual",
|
|
35272
|
+
"summary": "Clone the upstream analyzer only after pinning or reviewing the exact commit to run.",
|
|
35273
|
+
"docs": "SKILL.md"
|
|
35206
35274
|
},
|
|
35207
|
-
"reasons": [
|
|
35275
|
+
"reasons": [
|
|
35276
|
+
"explicit_target_restriction"
|
|
35277
|
+
]
|
|
35208
35278
|
}
|
|
35209
35279
|
},
|
|
35210
35280
|
{
|