opencode-skills-collection 4.0.21 → 4.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.
Files changed (30) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +3 -1
  2. package/bundled-skills/agents-generator/SKILL.md +5 -5
  3. package/bundled-skills/agents-generator/assets/agents-full.md +1 -1
  4. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +1 -1
  5. package/bundled-skills/cohesivity/SKILL.md +11 -4
  6. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  7. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  8. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  9. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  10. package/bundled-skills/docs/users/aas-core.md +1 -1
  11. package/bundled-skills/docs/users/bundles.md +1 -1
  12. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  13. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  14. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  15. package/bundled-skills/docs/users/usage.md +3 -3
  16. package/bundled-skills/docs/users/visual-guide.md +4 -4
  17. package/bundled-skills/docs/vietnamese/README.vi.md +1 -7
  18. package/bundled-skills/generate-nanobanana/SKILL.md +133 -0
  19. package/bundled-skills/generate-nanobanana/references/gemini-3-pro-image.md +87 -0
  20. package/bundled-skills/generate-nanobanana/references/gemini-3.1-flash-image.md +81 -0
  21. package/bundled-skills/generate-nanobanana/references/gemini-3.1-flash-lite-image.md +82 -0
  22. package/bundled-skills/generate-nanobanana/references/gemini-omni-flash-preview.md +160 -0
  23. package/bundled-skills/gh-attach/SKILL.md +17 -13
  24. package/bundled-skills/loki-mode/autonomy/run.sh +24 -2
  25. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +3 -3
  26. package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +7 -7
  27. package/bundled-skills/shopify-review-triage/SKILL.md +425 -0
  28. package/bundled-skills/unified-ai-gateway/SKILL.md +53 -30
  29. package/package.json +1 -1
  30. package/skills_index.json +69 -2
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 and runs a third-party gh extension that needs a GitHub user_session cookie or GH_ATTACH_SESSION_TOKEN.",
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": [
@@ -39691,6 +39724,40 @@
39691
39724
  "reasons": []
39692
39725
  }
39693
39726
  },
39727
+ {
39728
+ "id": "shopify-review-triage",
39729
+ "path": "skills/shopify-review-triage",
39730
+ "category": "product",
39731
+ "name": "shopify-review-triage",
39732
+ "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.",
39733
+ "risk": "none",
39734
+ "source": "community",
39735
+ "date_added": "2026-08-03",
39736
+ "plugin": {
39737
+ "targets": {
39738
+ "codex": "supported",
39739
+ "claude": "supported"
39740
+ },
39741
+ "setup": {
39742
+ "type": "none",
39743
+ "summary": "",
39744
+ "docs": null
39745
+ },
39746
+ "reasons": []
39747
+ },
39748
+ "source_type": "community",
39749
+ "source_repo": "alfredtech2026/shopify-app-review-brief",
39750
+ "license": "MIT",
39751
+ "license_source": "https://github.com/alfredtech2026/shopify-app-review-brief/blob/main/LICENSE",
39752
+ "tags": [
39753
+ "shopify",
39754
+ "app-store-reviews",
39755
+ "customer-feedback",
39756
+ "triage",
39757
+ "product-management",
39758
+ "support"
39759
+ ]
39760
+ },
39694
39761
  {
39695
39762
  "id": "short",
39696
39763
  "path": "skills/short",
@@ -44933,7 +45000,7 @@
44933
45000
  "path": "skills/unified-ai-gateway",
44934
45001
  "category": "ai-ml",
44935
45002
  "name": "unified-ai-gateway",
44936
- "description": "Operate and evaluate Unified AI System through eight governed MCP tools while preserving fake-provider, authorization, and evidence boundaries.",
45003
+ "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
45004
  "risk": "critical",
44938
45005
  "source": "https://github.com/happy520ai/unified-ai-system/tree/master/skills/unified-ai-gateway",
44939
45006
  "date_added": "2026-08-01",