opencode-skills-collection 3.0.24 → 3.0.25

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 (58) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +2 -1
  2. package/bundled-skills/007/scripts/scanners/dependency_scanner.py +1 -1
  3. package/bundled-skills/andrej-karpathy/SKILL.md +71 -1121
  4. package/bundled-skills/apify-actor-development/SKILL.md +2 -4
  5. package/bundled-skills/audit-skills/SKILL.md +1 -3
  6. package/bundled-skills/bun-development/SKILL.md +8 -5
  7. package/bundled-skills/claude-code-expert/SKILL.md +1 -3
  8. package/bundled-skills/cloud-penetration-testing/SKILL.md +3 -3
  9. package/bundled-skills/comfyui-gateway/references/integration.md +2 -2
  10. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  11. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +2 -2
  12. package/bundled-skills/docs/maintainers/full-repo-audit-2026-05-23.md +289 -0
  13. package/bundled-skills/docs/maintainers/merge-batch.md +2 -2
  14. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  15. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  16. package/bundled-skills/docs/users/agent-overload-recovery.md +2 -2
  17. package/bundled-skills/docs/users/bundles.md +1 -1
  18. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  19. package/bundled-skills/docs/users/faq.md +2 -2
  20. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  21. package/bundled-skills/docs/users/getting-started.md +3 -3
  22. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  23. package/bundled-skills/docs/users/usage.md +6 -6
  24. package/bundled-skills/docs/users/visual-guide.md +6 -6
  25. package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
  26. package/bundled-skills/docs/vietnamese/FAQ.vi.md +2 -2
  27. package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +2 -2
  28. package/bundled-skills/docs/vietnamese/README.vi.md +6 -6
  29. package/bundled-skills/docs/vietnamese/SECURITY.vi.md +1 -1
  30. package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +8 -8
  31. package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +1 -1
  32. package/bundled-skills/environment-setup-guide/SKILL.md +6 -4
  33. package/bundled-skills/evolution/SKILL.md +3 -3
  34. package/bundled-skills/gitops-workflow/SKILL.md +6 -3
  35. package/bundled-skills/junta-leiloeiros/references/juntas_urls.md +1 -1
  36. package/bundled-skills/junta-leiloeiros/scripts/scraper/jucema.py +3 -3
  37. package/bundled-skills/junta-leiloeiros/scripts/scraper/jucesp.py +2 -2
  38. package/bundled-skills/junta-leiloeiros/scripts/scraper/jucisrs.py +7 -7
  39. package/bundled-skills/k8s-manifest-generator/resources/implementation-playbook.md +1 -3
  40. package/bundled-skills/linkerd-patterns/SKILL.md +6 -3
  41. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +22 -22
  42. package/bundled-skills/openclaw-github-repo-commander/SKILL.md +4 -3
  43. package/bundled-skills/openclaw-github-repo-commander/scripts/repo-audit.sh +85 -0
  44. package/bundled-skills/pdf-conversion-router/SKILL.md +403 -0
  45. package/bundled-skills/remotion-best-practices/rules/charts.md +1 -1
  46. package/bundled-skills/security/aws-iam-best-practices/SKILL.md +1 -1
  47. package/bundled-skills/subagent-orchestrator/README.md +2 -2
  48. package/bundled-skills/subagent-orchestrator/scripts/install.js +4 -4
  49. package/bundled-skills/telegram/SKILL.md +14 -11
  50. package/bundled-skills/telegram/assets/boilerplate/nodejs/package.json +1 -2
  51. package/bundled-skills/telegram/assets/boilerplate/nodejs/src/bot-client.ts +24 -21
  52. package/bundled-skills/telegram/assets/boilerplate/nodejs/src/handlers.ts +34 -40
  53. package/bundled-skills/telegram/references/webhook-setup.md +16 -12
  54. package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +4 -2
  55. package/bundled-skills/varlock/SKILL.md +6 -4
  56. package/bundled-skills/whatsapp-cloud-api/assets/boilerplate/nodejs/src/webhook-handler.ts +12 -4
  57. package/package.json +1 -1
  58. package/skills_index.json +24 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-05-23T01:53:46.227Z",
3
+ "updatedAt": "2026-05-24T02:00:47.063Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -989,6 +989,7 @@
989
989
  "paypal-integration",
990
990
  "paywall-upgrade-cro",
991
991
  "pci-compliance",
992
+ "pdf-conversion-router",
992
993
  "pdf-official",
993
994
  "pentest-checklist",
994
995
  "pentest-commands",
@@ -770,7 +770,7 @@ def analyze_dockerfile(filepath: Path, verbose: bool = False) -> dict:
770
770
  pattern="sensitive_file_in_image",
771
771
  ))
772
772
 
773
- # curl | bash pattern
773
+ # Remote script piping pattern
774
774
  if _DOCKER_CURL_PIPE_RE.search(line):
775
775
  findings.append(_make_finding(
776
776
  file=file_str,