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.
- package/bundled-skills/.antigravity-install-manifest.json +2 -1
- package/bundled-skills/007/scripts/scanners/dependency_scanner.py +1 -1
- package/bundled-skills/andrej-karpathy/SKILL.md +71 -1121
- package/bundled-skills/apify-actor-development/SKILL.md +2 -4
- package/bundled-skills/audit-skills/SKILL.md +1 -3
- package/bundled-skills/bun-development/SKILL.md +8 -5
- package/bundled-skills/claude-code-expert/SKILL.md +1 -3
- package/bundled-skills/cloud-penetration-testing/SKILL.md +3 -3
- package/bundled-skills/comfyui-gateway/references/integration.md +2 -2
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +2 -2
- package/bundled-skills/docs/maintainers/full-repo-audit-2026-05-23.md +289 -0
- package/bundled-skills/docs/maintainers/merge-batch.md +2 -2
- 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/agent-overload-recovery.md +2 -2
- 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/faq.md +2 -2
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +3 -3
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +6 -6
- package/bundled-skills/docs/users/visual-guide.md +6 -6
- package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/README.vi.md +6 -6
- package/bundled-skills/docs/vietnamese/SECURITY.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +8 -8
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +1 -1
- package/bundled-skills/environment-setup-guide/SKILL.md +6 -4
- package/bundled-skills/evolution/SKILL.md +3 -3
- package/bundled-skills/gitops-workflow/SKILL.md +6 -3
- package/bundled-skills/junta-leiloeiros/references/juntas_urls.md +1 -1
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucema.py +3 -3
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucesp.py +2 -2
- package/bundled-skills/junta-leiloeiros/scripts/scraper/jucisrs.py +7 -7
- package/bundled-skills/k8s-manifest-generator/resources/implementation-playbook.md +1 -3
- package/bundled-skills/linkerd-patterns/SKILL.md +6 -3
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +22 -22
- package/bundled-skills/openclaw-github-repo-commander/SKILL.md +4 -3
- package/bundled-skills/openclaw-github-repo-commander/scripts/repo-audit.sh +85 -0
- package/bundled-skills/pdf-conversion-router/SKILL.md +403 -0
- package/bundled-skills/remotion-best-practices/rules/charts.md +1 -1
- package/bundled-skills/security/aws-iam-best-practices/SKILL.md +1 -1
- package/bundled-skills/subagent-orchestrator/README.md +2 -2
- package/bundled-skills/subagent-orchestrator/scripts/install.js +4 -4
- package/bundled-skills/telegram/SKILL.md +14 -11
- package/bundled-skills/telegram/assets/boilerplate/nodejs/package.json +1 -2
- package/bundled-skills/telegram/assets/boilerplate/nodejs/src/bot-client.ts +24 -21
- package/bundled-skills/telegram/assets/boilerplate/nodejs/src/handlers.ts +34 -40
- package/bundled-skills/telegram/references/webhook-setup.md +16 -12
- package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +4 -2
- package/bundled-skills/varlock/SKILL.md +6 -4
- package/bundled-skills/whatsapp-cloud-api/assets/boilerplate/nodejs/src/webhook-handler.ts +12 -4
- package/package.json +1 -1
- package/skills_index.json +24 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-05-
|
|
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
|
-
#
|
|
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,
|