opencode-skills-collection 4.0.21 → 4.0.23
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/agents-generator/SKILL.md +5 -5
- package/bundled-skills/agents-generator/assets/agents-full.md +1 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +1 -1
- package/bundled-skills/cohesivity/SKILL.md +11 -4
- 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 +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.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/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs/vietnamese/README.vi.md +1 -7
- package/bundled-skills/generate-nanobanana/SKILL.md +133 -0
- package/bundled-skills/generate-nanobanana/references/gemini-3-pro-image.md +87 -0
- package/bundled-skills/generate-nanobanana/references/gemini-3.1-flash-image.md +81 -0
- package/bundled-skills/generate-nanobanana/references/gemini-3.1-flash-lite-image.md +82 -0
- package/bundled-skills/generate-nanobanana/references/gemini-omni-flash-preview.md +160 -0
- package/bundled-skills/gh-attach/SKILL.md +17 -13
- package/bundled-skills/loki-mode/autonomy/run.sh +24 -2
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +3 -3
- package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +7 -7
- package/bundled-skills/shopify-review-triage/SKILL.md +425 -0
- package/bundled-skills/unified-ai-gateway/SKILL.md +53 -30
- package/package.json +1 -1
- package/skills_index.json +69 -3
package/skills_index.json
CHANGED
|
@@ -20397,6 +20397,39 @@
|
|
|
20397
20397
|
"geminiignore"
|
|
20398
20398
|
]
|
|
20399
20399
|
},
|
|
20400
|
+
{
|
|
20401
|
+
"id": "generate-nanobanana",
|
|
20402
|
+
"path": "skills/generate-nanobanana",
|
|
20403
|
+
"category": "media",
|
|
20404
|
+
"name": "generate-nanobanana",
|
|
20405
|
+
"description": "Generate and edit images/video with Google's Gemini media models (Nano Banana 2/Pro, Gemini Omni Flash), with cost-approval gates, reference-image support, and a prompt/output log per call.",
|
|
20406
|
+
"risk": "critical",
|
|
20407
|
+
"source": "community",
|
|
20408
|
+
"date_added": "2026-08-04",
|
|
20409
|
+
"plugin": {
|
|
20410
|
+
"targets": {
|
|
20411
|
+
"codex": "supported",
|
|
20412
|
+
"claude": "supported"
|
|
20413
|
+
},
|
|
20414
|
+
"setup": {
|
|
20415
|
+
"type": "none",
|
|
20416
|
+
"summary": "",
|
|
20417
|
+
"docs": null
|
|
20418
|
+
},
|
|
20419
|
+
"reasons": []
|
|
20420
|
+
},
|
|
20421
|
+
"source_type": "community",
|
|
20422
|
+
"source_repo": "AntonioCardenas/generate-nanobanana",
|
|
20423
|
+
"license": "MIT",
|
|
20424
|
+
"license_source": "https://github.com/AntonioCardenas/generate-nanobanana/blob/main/LICENSE",
|
|
20425
|
+
"tags": [
|
|
20426
|
+
"nanobanana",
|
|
20427
|
+
"gemini",
|
|
20428
|
+
"google-ai-studio",
|
|
20429
|
+
"image-generation",
|
|
20430
|
+
"video-generation"
|
|
20431
|
+
]
|
|
20432
|
+
},
|
|
20400
20433
|
{
|
|
20401
20434
|
"id": "geo-fundamentals",
|
|
20402
20435
|
"path": "skills/geo-fundamentals",
|
|
@@ -20463,7 +20496,7 @@
|
|
|
20463
20496
|
},
|
|
20464
20497
|
"setup": {
|
|
20465
20498
|
"type": "manual",
|
|
20466
|
-
"summary": "Installs
|
|
20499
|
+
"summary": "Installs a reviewed gh-attach release and, for uploads, uses an explicitly approved interactive browser session cookie.",
|
|
20467
20500
|
"docs": "SKILL.md"
|
|
20468
20501
|
},
|
|
20469
20502
|
"reasons": [
|
|
@@ -30949,7 +30982,6 @@
|
|
|
30949
30982
|
"docs": null
|
|
30950
30983
|
},
|
|
30951
30984
|
"reasons": [
|
|
30952
|
-
"target_specific_home_path",
|
|
30953
30985
|
"undeclared_runtime_dependency"
|
|
30954
30986
|
]
|
|
30955
30987
|
}
|
|
@@ -39691,6 +39723,40 @@
|
|
|
39691
39723
|
"reasons": []
|
|
39692
39724
|
}
|
|
39693
39725
|
},
|
|
39726
|
+
{
|
|
39727
|
+
"id": "shopify-review-triage",
|
|
39728
|
+
"path": "skills/shopify-review-triage",
|
|
39729
|
+
"category": "product",
|
|
39730
|
+
"name": "shopify-review-triage",
|
|
39731
|
+
"description": "Turn public 1-3-star Shopify App Store review rows into a P0-P3 triage brief: incident risk, repeated friction, pricing confusion, feature requests, and an explicit needs-human-read bucket.",
|
|
39732
|
+
"risk": "none",
|
|
39733
|
+
"source": "community",
|
|
39734
|
+
"date_added": "2026-08-03",
|
|
39735
|
+
"plugin": {
|
|
39736
|
+
"targets": {
|
|
39737
|
+
"codex": "supported",
|
|
39738
|
+
"claude": "supported"
|
|
39739
|
+
},
|
|
39740
|
+
"setup": {
|
|
39741
|
+
"type": "none",
|
|
39742
|
+
"summary": "",
|
|
39743
|
+
"docs": null
|
|
39744
|
+
},
|
|
39745
|
+
"reasons": []
|
|
39746
|
+
},
|
|
39747
|
+
"source_type": "community",
|
|
39748
|
+
"source_repo": "alfredtech2026/shopify-app-review-brief",
|
|
39749
|
+
"license": "MIT",
|
|
39750
|
+
"license_source": "https://github.com/alfredtech2026/shopify-app-review-brief/blob/main/LICENSE",
|
|
39751
|
+
"tags": [
|
|
39752
|
+
"shopify",
|
|
39753
|
+
"app-store-reviews",
|
|
39754
|
+
"customer-feedback",
|
|
39755
|
+
"triage",
|
|
39756
|
+
"product-management",
|
|
39757
|
+
"support"
|
|
39758
|
+
]
|
|
39759
|
+
},
|
|
39694
39760
|
{
|
|
39695
39761
|
"id": "short",
|
|
39696
39762
|
"path": "skills/short",
|
|
@@ -44933,7 +44999,7 @@
|
|
|
44933
44999
|
"path": "skills/unified-ai-gateway",
|
|
44934
45000
|
"category": "ai-ml",
|
|
44935
45001
|
"name": "unified-ai-gateway",
|
|
44936
|
-
"description": "Operate and evaluate Unified AI System through
|
|
45002
|
+
"description": "Operate and evaluate Unified AI System through nine governed MCP tools, including provider-free prompt enhancement, while preserving fake-provider, authorization, and evidence boundaries.",
|
|
44937
45003
|
"risk": "critical",
|
|
44938
45004
|
"source": "https://github.com/happy520ai/unified-ai-system/tree/master/skills/unified-ai-gateway",
|
|
44939
45005
|
"date_added": "2026-08-01",
|