opencode-skills-collection 4.0.48 → 4.0.49

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 (60) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +11 -1
  2. package/bundled-skills/agent-qa-authoring/SKILL.md +3 -1
  3. package/bundled-skills/agy-delegate/SKILL.md +1 -1
  4. package/bundled-skills/aider-delegate/SKILL.md +1 -1
  5. package/bundled-skills/api-rate-limit-handler/SKILL.md +1 -1
  6. package/bundled-skills/atlas-cloud-media/SKILL.md +52 -18
  7. package/bundled-skills/babysit-pr/SKILL.md +1 -1
  8. package/bundled-skills/boost-asio-pro/references/pre-cpp20.md +8 -1
  9. package/bundled-skills/check-identity-pack/SKILL.md +88 -0
  10. package/bundled-skills/claude-delegate/SKILL.md +1 -1
  11. package/bundled-skills/cline-delegate/SKILL.md +1 -1
  12. package/bundled-skills/codex-delegate/SKILL.md +1 -1
  13. package/bundled-skills/commandcode-delegate/SKILL.md +1 -1
  14. package/bundled-skills/copilot-delegate/SKILL.md +1 -1
  15. package/bundled-skills/cursor-delegate/SKILL.md +1 -1
  16. package/bundled-skills/detect-ai-text/SKILL.md +91 -0
  17. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  18. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  19. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  20. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  21. package/bundled-skills/docs/users/aas-core.md +1 -1
  22. package/bundled-skills/docs/users/bundles.md +1 -1
  23. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  24. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  25. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  26. package/bundled-skills/docs/users/usage.md +3 -3
  27. package/bundled-skills/docs/users/visual-guide.md +4 -4
  28. package/bundled-skills/extract-document-data/SKILL.md +99 -0
  29. package/bundled-skills/find-matching-tenders/SKILL.md +100 -0
  30. package/bundled-skills/grok-delegate/SKILL.md +1 -1
  31. package/bundled-skills/inngest/SKILL.md +2 -0
  32. package/bundled-skills/kimi-delegate/SKILL.md +1 -1
  33. package/bundled-skills/liuguang-banlan-ui/SKILL.md +6 -4
  34. package/bundled-skills/liuguang-banlan-ui/scripts/manifest_parser.py +178 -0
  35. package/bundled-skills/liuguang-banlan-ui/scripts/measure_preview.py +14 -17
  36. package/bundled-skills/liuguang-banlan-ui/scripts/validate_manifest.py +12 -16
  37. package/bundled-skills/lovable-cleanup/SKILL.md +32 -6
  38. package/bundled-skills/lovable-cleanup/references/favicon-vercel-cleanup.md +106 -0
  39. package/bundled-skills/lovable-cleanup/scripts/write-transparent-favicon.js +88 -0
  40. package/bundled-skills/multi-source-search/scripts/validate_report.py +5 -0
  41. package/bundled-skills/omp-delegate/SKILL.md +1 -1
  42. package/bundled-skills/opencode-delegate/SKILL.md +1 -1
  43. package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +8 -5
  44. package/bundled-skills/pi-delegate/SKILL.md +1 -1
  45. package/bundled-skills/prompt-caching/SKILL.md +3 -1
  46. package/bundled-skills/qoder-delegate/SKILL.md +1 -1
  47. package/bundled-skills/screen-adverse-media/SKILL.md +100 -0
  48. package/bundled-skills/slideops/SKILL.md +201 -0
  49. package/bundled-skills/trigger-dev/SKILL.md +2 -0
  50. package/bundled-skills/unsloth-finetuning/SKILL.md +45 -2
  51. package/bundled-skills/upstash-qstash/SKILL.md +1 -1
  52. package/bundled-skills/upstash-ratelimit/SKILL.md +186 -0
  53. package/bundled-skills/upstash-redis/SKILL.md +156 -0
  54. package/bundled-skills/verify-citations/SKILL.md +88 -0
  55. package/bundled-skills/verify-document/SKILL.md +94 -0
  56. package/bundled-skills/vibe-delegate/SKILL.md +1 -1
  57. package/bundled-skills/warp-delegate/SKILL.md +1 -1
  58. package/bundled-skills/zcode-delegate/SKILL.md +1 -1
  59. package/package.json +1 -1
  60. package/skills_index.json +347 -21
package/skills_index.json CHANGED
@@ -1398,7 +1398,7 @@
1398
1398
  "category": "agent-orchestration",
1399
1399
  "name": "agy-delegate",
1400
1400
  "description": "Delegate coding tasks to the Google Antigravity CLI (`agy`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
1401
- "risk": "safe",
1401
+ "risk": "critical",
1402
1402
  "source": "https://github.com/amElnagdy/delegate-skills",
1403
1403
  "date_added": "2026-08-26",
1404
1404
  "plugin": {
@@ -1767,7 +1767,7 @@
1767
1767
  "category": "agent-orchestration",
1768
1768
  "name": "aider-delegate",
1769
1769
  "description": "Delegate coding tasks to Aider (`aider`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
1770
- "risk": "safe",
1770
+ "risk": "critical",
1771
1771
  "source": "https://github.com/amElnagdy/delegate-skills",
1772
1772
  "date_added": "2026-08-26",
1773
1773
  "plugin": {
@@ -4116,7 +4116,7 @@
4116
4116
  "category": "media",
4117
4117
  "name": "atlas-cloud-media",
4118
4118
  "description": "Generate Atlas Cloud images and videos through its asynchronous media API with schema-first model selection and credential-safe polling.",
4119
- "risk": "safe",
4119
+ "risk": "critical",
4120
4120
  "source": "self",
4121
4121
  "date_added": "2026-08-12",
4122
4122
  "plugin": {
@@ -7705,7 +7705,7 @@
7705
7705
  "category": "code-quality",
7706
7706
  "name": "babysit-pr",
7707
7707
  "description": "Babysit a pull request through its bot review rounds: verify, fix, reply, resolve. Use for any babysit or watch-the-PR ask.",
7708
- "risk": "safe",
7708
+ "risk": "critical",
7709
7709
  "source": "https://github.com/amElnagdy/review-skills",
7710
7710
  "date_added": "2026-08-26",
7711
7711
  "plugin": {
@@ -10178,6 +10178,38 @@
10178
10178
  "reasons": []
10179
10179
  }
10180
10180
  },
10181
+ {
10182
+ "id": "check-identity-pack",
10183
+ "path": "skills/check-identity-pack",
10184
+ "category": "document-verification",
10185
+ "name": "check-identity-pack",
10186
+ "description": "Run an AFP 100-point or AUSTRAC safe-harbour identity check over a set of documents, and report exactly what's missing. Use when the user asks to check identity documents, verify someone's ID for onboarding, or assess whether a document pack satisfies Australian identity requirements.",
10187
+ "risk": "critical",
10188
+ "source": "community",
10189
+ "date_added": "2026-08-31",
10190
+ "plugin": {
10191
+ "targets": {
10192
+ "codex": "supported",
10193
+ "claude": "supported"
10194
+ },
10195
+ "setup": {
10196
+ "type": "none",
10197
+ "summary": "",
10198
+ "docs": null
10199
+ },
10200
+ "reasons": []
10201
+ },
10202
+ "source_type": "community",
10203
+ "source_repo": "Sketchjar/stipple-agent-skills",
10204
+ "license": "Apache-2.0",
10205
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
10206
+ "tags": [
10207
+ "document-verification",
10208
+ "fact-checking",
10209
+ "stipple",
10210
+ "authenticity"
10211
+ ]
10212
+ },
10181
10213
  {
10182
10214
  "id": "chrome-extension-developer",
10183
10215
  "path": "skills/chrome-extension-developer",
@@ -10576,7 +10608,7 @@
10576
10608
  "category": "agent-orchestration",
10577
10609
  "name": "claude-delegate",
10578
10610
  "description": "Delegate coding tasks to a separate Claude Code CLI process or Claude session only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
10579
- "risk": "safe",
10611
+ "risk": "critical",
10580
10612
  "source": "https://github.com/amElnagdy/delegate-skills",
10581
10613
  "date_added": "2026-08-26",
10582
10614
  "plugin": {
@@ -10858,7 +10890,7 @@
10858
10890
  "category": "agent-orchestration",
10859
10891
  "name": "cline-delegate",
10860
10892
  "description": "Delegate coding tasks to the Cline CLI (`cline`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
10861
- "risk": "safe",
10893
+ "risk": "critical",
10862
10894
  "source": "https://github.com/amElnagdy/delegate-skills",
10863
10895
  "date_added": "2026-08-26",
10864
10896
  "plugin": {
@@ -11711,7 +11743,7 @@
11711
11743
  "category": "agent-orchestration",
11712
11744
  "name": "codex-delegate",
11713
11745
  "description": "Delegate coding tasks to the OpenAI Codex CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
11714
- "risk": "safe",
11746
+ "risk": "critical",
11715
11747
  "source": "https://github.com/amElnagdy/delegate-skills",
11716
11748
  "date_added": "2026-08-26",
11717
11749
  "plugin": {
@@ -11990,7 +12022,7 @@
11990
12022
  "category": "agent-orchestration",
11991
12023
  "name": "commandcode-delegate",
11992
12024
  "description": "Delegate coding tasks to the Command Code CLI (`cmd`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
11993
- "risk": "safe",
12025
+ "risk": "critical",
11994
12026
  "source": "https://github.com/amElnagdy/delegate-skills",
11995
12027
  "date_added": "2026-08-26",
11996
12028
  "plugin": {
@@ -13113,7 +13145,7 @@
13113
13145
  "category": "agent-orchestration",
13114
13146
  "name": "copilot-delegate",
13115
13147
  "description": "Delegate coding tasks to the GitHub Copilot CLI (`copilot`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
13116
- "risk": "safe",
13148
+ "risk": "critical",
13117
13149
  "source": "https://github.com/amElnagdy/delegate-skills",
13118
13150
  "date_added": "2026-08-26",
13119
13151
  "plugin": {
@@ -14061,7 +14093,7 @@
14061
14093
  "category": "agent-orchestration",
14062
14094
  "name": "cursor-delegate",
14063
14095
  "description": "Delegate coding tasks to the Cursor Agent CLI (`cursor-agent`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
14064
- "risk": "safe",
14096
+ "risk": "critical",
14065
14097
  "source": "https://github.com/amElnagdy/delegate-skills",
14066
14098
  "date_added": "2026-08-26",
14067
14099
  "plugin": {
@@ -15888,6 +15920,38 @@
15888
15920
  "license": "MIT",
15889
15921
  "license_source": "https://github.com/connerkward/ckw-design-skill/blob/main/LICENSE"
15890
15922
  },
15923
+ {
15924
+ "id": "detect-ai-text",
15925
+ "path": "skills/detect-ai-text",
15926
+ "category": "document-verification",
15927
+ "name": "detect-ai-text",
15928
+ "description": "Estimate whether a document's prose was written by AI, with the linguistic tells and honest abstention on non-prose. Use when the user asks whether an essay, report, CV, submission, or article was AI-generated — for triage, not proof.",
15929
+ "risk": "critical",
15930
+ "source": "community",
15931
+ "date_added": "2026-08-31",
15932
+ "plugin": {
15933
+ "targets": {
15934
+ "codex": "supported",
15935
+ "claude": "supported"
15936
+ },
15937
+ "setup": {
15938
+ "type": "none",
15939
+ "summary": "",
15940
+ "docs": null
15941
+ },
15942
+ "reasons": []
15943
+ },
15944
+ "source_type": "community",
15945
+ "source_repo": "Sketchjar/stipple-agent-skills",
15946
+ "license": "Apache-2.0",
15947
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
15948
+ "tags": [
15949
+ "document-verification",
15950
+ "fact-checking",
15951
+ "stipple",
15952
+ "authenticity"
15953
+ ]
15954
+ },
15891
15955
  {
15892
15956
  "id": "deterministic-design",
15893
15957
  "path": "skills/deterministic-design",
@@ -18869,6 +18933,38 @@
18869
18933
  "reasons": []
18870
18934
  }
18871
18935
  },
18936
+ {
18937
+ "id": "extract-document-data",
18938
+ "path": "skills/extract-document-data",
18939
+ "category": "document-verification",
18940
+ "name": "extract-document-data",
18941
+ "description": "Extract structured, grounded fields from documents — values cite their page, missing values abstain instead of hallucinating. Use for parsing invoices, payslips, statements, contracts.",
18942
+ "risk": "critical",
18943
+ "source": "community",
18944
+ "date_added": "2026-08-31",
18945
+ "plugin": {
18946
+ "targets": {
18947
+ "codex": "supported",
18948
+ "claude": "supported"
18949
+ },
18950
+ "setup": {
18951
+ "type": "none",
18952
+ "summary": "",
18953
+ "docs": null
18954
+ },
18955
+ "reasons": []
18956
+ },
18957
+ "source_type": "community",
18958
+ "source_repo": "Sketchjar/stipple-agent-skills",
18959
+ "license": "Apache-2.0",
18960
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
18961
+ "tags": [
18962
+ "document-verification",
18963
+ "fact-checking",
18964
+ "stipple",
18965
+ "authenticity"
18966
+ ]
18967
+ },
18872
18968
  {
18873
18969
  "id": "fable-safe-prompt",
18874
18970
  "path": "skills/fable-safe-prompt",
@@ -19673,6 +19769,38 @@
19673
19769
  "agent-skills"
19674
19770
  ]
19675
19771
  },
19772
+ {
19773
+ "id": "find-matching-tenders",
19774
+ "path": "skills/find-matching-tenders",
19775
+ "category": "document-verification",
19776
+ "name": "find-matching-tenders",
19777
+ "description": "Find open AU/NZ government tenders matching what a company does, ranked by fit with why and gap analysis. Use when the user asks to find tenders, bid opportunities, government contracts, or RFPs for their business (or a client's).",
19778
+ "risk": "critical",
19779
+ "source": "community",
19780
+ "date_added": "2026-08-31",
19781
+ "plugin": {
19782
+ "targets": {
19783
+ "codex": "supported",
19784
+ "claude": "supported"
19785
+ },
19786
+ "setup": {
19787
+ "type": "none",
19788
+ "summary": "",
19789
+ "docs": null
19790
+ },
19791
+ "reasons": []
19792
+ },
19793
+ "source_type": "community",
19794
+ "source_repo": "Sketchjar/stipple-agent-skills",
19795
+ "license": "Apache-2.0",
19796
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
19797
+ "tags": [
19798
+ "document-verification",
19799
+ "fact-checking",
19800
+ "stipple",
19801
+ "authenticity"
19802
+ ]
19803
+ },
19676
19804
  {
19677
19805
  "id": "finishing-a-development-branch",
19678
19806
  "path": "skills/finishing-a-development-branch",
@@ -23064,7 +23192,7 @@
23064
23192
  "category": "agent-orchestration",
23065
23193
  "name": "grok-delegate",
23066
23194
  "description": "Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
23067
- "risk": "safe",
23195
+ "risk": "critical",
23068
23196
  "source": "https://github.com/amElnagdy/delegate-skills",
23069
23197
  "date_added": "2026-08-26",
23070
23198
  "plugin": {
@@ -26433,7 +26561,7 @@
26433
26561
  "category": "agent-orchestration",
26434
26562
  "name": "kimi-delegate",
26435
26563
  "description": "Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
26436
- "risk": "safe",
26564
+ "risk": "critical",
26437
26565
  "source": "https://github.com/amElnagdy/delegate-skills",
26438
26566
  "date_added": "2026-08-26",
26439
26567
  "plugin": {
@@ -28507,7 +28635,7 @@
28507
28635
  "path": "skills/lovable-cleanup",
28508
28636
  "category": "uncategorized",
28509
28637
  "name": "lovable-cleanup",
28510
- "description": "Audits and strips Lovable scaffolding from Vite + React projects — removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, and cleans generated docs so the codebase ships as yours.",
28638
+ "description": "Audits and strips Lovable scaffolding from Vite + React projects — removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, cleans generated docs, and neutralizes stale favicon/CDN caching so the codebase ships as yours.",
28511
28639
  "risk": "safe",
28512
28640
  "source": "community",
28513
28641
  "date_added": "2026-06-13",
@@ -28531,7 +28659,9 @@
28531
28659
  "vite",
28532
28660
  "react",
28533
28661
  "shadcn",
28534
- "devtools"
28662
+ "devtools",
28663
+ "vercel",
28664
+ "favicon"
28535
28665
  ]
28536
28666
  },
28537
28667
  {
@@ -33584,7 +33714,7 @@
33584
33714
  "category": "agent-orchestration",
33585
33715
  "name": "omp-delegate",
33586
33716
  "description": "Delegate coding tasks to Oh My Pi (`omp`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
33587
- "risk": "safe",
33717
+ "risk": "critical",
33588
33718
  "source": "https://github.com/amElnagdy/delegate-skills",
33589
33719
  "date_added": "2026-08-26",
33590
33720
  "plugin": {
@@ -33899,7 +34029,7 @@
33899
34029
  "category": "agent-orchestration",
33900
34030
  "name": "opencode-delegate",
33901
34031
  "description": "Delegate coding tasks to the OpenCode CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
33902
- "risk": "safe",
34032
+ "risk": "critical",
33903
34033
  "source": "https://github.com/amElnagdy/delegate-skills",
33904
34034
  "date_added": "2026-08-26",
33905
34035
  "plugin": {
@@ -35028,7 +35158,7 @@
35028
35158
  "category": "agent-orchestration",
35029
35159
  "name": "pi-delegate",
35030
35160
  "description": "Delegate coding tasks to the Pi coding agent CLI (`pi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
35031
- "risk": "safe",
35161
+ "risk": "critical",
35032
35162
  "source": "https://github.com/amElnagdy/delegate-skills",
35033
35163
  "date_added": "2026-08-26",
35034
35164
  "plugin": {
@@ -37438,7 +37568,7 @@
37438
37568
  "category": "agent-orchestration",
37439
37569
  "name": "qoder-delegate",
37440
37570
  "description": "Delegate coding tasks to the Qoder CLI (`qodercli`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
37441
- "risk": "safe",
37571
+ "risk": "critical",
37442
37572
  "source": "https://github.com/amElnagdy/delegate-skills",
37443
37573
  "date_added": "2026-08-26",
37444
37574
  "plugin": {
@@ -39946,6 +40076,38 @@
39946
40076
  },
39947
40077
  "license": "BSD-3-Clause license"
39948
40078
  },
40079
+ {
40080
+ "id": "screen-adverse-media",
40081
+ "path": "skills/screen-adverse-media",
40082
+ "category": "document-verification",
40083
+ "name": "screen-adverse-media",
40084
+ "description": "Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns \"review\" never \"guilty\". Use when the user asks to screen someone before onboarding, partnership, or investment; for AML/CTF flows; or for ongoing counterparty monitoring.",
40085
+ "risk": "critical",
40086
+ "source": "community",
40087
+ "date_added": "2026-08-31",
40088
+ "plugin": {
40089
+ "targets": {
40090
+ "codex": "supported",
40091
+ "claude": "supported"
40092
+ },
40093
+ "setup": {
40094
+ "type": "none",
40095
+ "summary": "",
40096
+ "docs": null
40097
+ },
40098
+ "reasons": []
40099
+ },
40100
+ "source_type": "community",
40101
+ "source_repo": "Sketchjar/stipple-agent-skills",
40102
+ "license": "Apache-2.0",
40103
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
40104
+ "tags": [
40105
+ "document-verification",
40106
+ "fact-checking",
40107
+ "stipple",
40108
+ "authenticity"
40109
+ ]
40110
+ },
39949
40111
  {
39950
40112
  "id": "screen-reader-testing",
39951
40113
  "path": "skills/screen-reader-testing",
@@ -42635,6 +42797,43 @@
42635
42797
  "reasons": []
42636
42798
  }
42637
42799
  },
42800
+ {
42801
+ "id": "slideops",
42802
+ "path": "skills/slideops",
42803
+ "category": "content",
42804
+ "name": "slideops",
42805
+ "description": "Turn a repository into a cited HTML slide deck and detect the day it drifts from the code. Citations record file, lines, and hash; a stdlib check reports CURRENT, MOVED, or CHANGED.",
42806
+ "risk": "critical",
42807
+ "source": "community",
42808
+ "date_added": "2026-08-31",
42809
+ "plugin": {
42810
+ "targets": {
42811
+ "codex": "blocked",
42812
+ "claude": "supported"
42813
+ },
42814
+ "setup": {
42815
+ "type": "none",
42816
+ "summary": "",
42817
+ "docs": null
42818
+ },
42819
+ "reasons": [
42820
+ "target_specific_home_path"
42821
+ ]
42822
+ },
42823
+ "source_type": "community",
42824
+ "source_repo": "glukicov/slideops",
42825
+ "license": "MIT",
42826
+ "license_source": "https://github.com/glukicov/slideops/blob/main/LICENSE",
42827
+ "tags": [
42828
+ "slides",
42829
+ "presentations",
42830
+ "documentation",
42831
+ "docs-as-code",
42832
+ "drift-detection",
42833
+ "citations",
42834
+ "html"
42835
+ ]
42836
+ },
42638
42837
  {
42639
42838
  "id": "slo-implementation",
42640
42839
  "path": "skills/slo-implementation",
@@ -47812,6 +48011,69 @@
47812
48011
  "reasons": []
47813
48012
  }
47814
48013
  },
48014
+ {
48015
+ "id": "upstash-ratelimit",
48016
+ "path": "skills/upstash-ratelimit",
48017
+ "category": "backend",
48018
+ "name": "upstash-ratelimit",
48019
+ "description": "Add rate limiting to API routes, middleware, and edge functions with @upstash/ratelimit: sliding window, fixed window, and token bucket backed by Upstash Redis.",
48020
+ "risk": "critical",
48021
+ "source": "self",
48022
+ "date_added": "2026-08-31",
48023
+ "plugin": {
48024
+ "targets": {
48025
+ "codex": "supported",
48026
+ "claude": "supported"
48027
+ },
48028
+ "setup": {
48029
+ "type": "none",
48030
+ "summary": "",
48031
+ "docs": null
48032
+ },
48033
+ "reasons": []
48034
+ },
48035
+ "source_type": "self",
48036
+ "tags": [
48037
+ "upstash",
48038
+ "rate-limiting",
48039
+ "redis",
48040
+ "serverless",
48041
+ "edge",
48042
+ "middleware",
48043
+ "429"
48044
+ ]
48045
+ },
48046
+ {
48047
+ "id": "upstash-redis",
48048
+ "path": "skills/upstash-redis",
48049
+ "category": "backend",
48050
+ "name": "upstash-redis",
48051
+ "description": "Use the @upstash/redis HTTP client for caching, sessions, counters, and Redis data structures from serverless and edge runtimes without connection pooling.",
48052
+ "risk": "critical",
48053
+ "source": "self",
48054
+ "date_added": "2026-08-31",
48055
+ "plugin": {
48056
+ "targets": {
48057
+ "codex": "supported",
48058
+ "claude": "supported"
48059
+ },
48060
+ "setup": {
48061
+ "type": "none",
48062
+ "summary": "",
48063
+ "docs": null
48064
+ },
48065
+ "reasons": []
48066
+ },
48067
+ "source_type": "self",
48068
+ "tags": [
48069
+ "upstash",
48070
+ "redis",
48071
+ "cache",
48072
+ "serverless",
48073
+ "edge",
48074
+ "key-value"
48075
+ ]
48076
+ },
47815
48077
  {
47816
48078
  "id": "us-property-data",
47817
48079
  "path": "skills/us-property-data",
@@ -48500,6 +48762,70 @@
48500
48762
  "reasons": []
48501
48763
  }
48502
48764
  },
48765
+ {
48766
+ "id": "verify-citations",
48767
+ "path": "skills/verify-citations",
48768
+ "category": "document-verification",
48769
+ "name": "verify-citations",
48770
+ "description": "Verify citations and references in a document, report, or article against real sources. Use when the user asks to fact-check, verify references, check citations, or validate evidence in research reports, tender responses, whitepapers, or academic writing.",
48771
+ "risk": "critical",
48772
+ "source": "community",
48773
+ "date_added": "2026-08-31",
48774
+ "plugin": {
48775
+ "targets": {
48776
+ "codex": "supported",
48777
+ "claude": "supported"
48778
+ },
48779
+ "setup": {
48780
+ "type": "none",
48781
+ "summary": "",
48782
+ "docs": null
48783
+ },
48784
+ "reasons": []
48785
+ },
48786
+ "source_type": "community",
48787
+ "source_repo": "Sketchjar/stipple-agent-skills",
48788
+ "license": "Apache-2.0",
48789
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
48790
+ "tags": [
48791
+ "document-verification",
48792
+ "fact-checking",
48793
+ "stipple",
48794
+ "authenticity"
48795
+ ]
48796
+ },
48797
+ {
48798
+ "id": "verify-document",
48799
+ "path": "skills/verify-document",
48800
+ "category": "document-verification",
48801
+ "name": "verify-document",
48802
+ "description": "Check whether a document (PDF or image) shows signs of tampering or forgery before you rely on it. Use when the user asks to verify a payslip, invoice, bank statement, ID document, contract, or any document where authenticity matters.",
48803
+ "risk": "critical",
48804
+ "source": "community",
48805
+ "date_added": "2026-08-31",
48806
+ "plugin": {
48807
+ "targets": {
48808
+ "codex": "supported",
48809
+ "claude": "supported"
48810
+ },
48811
+ "setup": {
48812
+ "type": "none",
48813
+ "summary": "",
48814
+ "docs": null
48815
+ },
48816
+ "reasons": []
48817
+ },
48818
+ "source_type": "community",
48819
+ "source_repo": "Sketchjar/stipple-agent-skills",
48820
+ "license": "Apache-2.0",
48821
+ "license_source": "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE",
48822
+ "tags": [
48823
+ "document-verification",
48824
+ "fact-checking",
48825
+ "stipple",
48826
+ "authenticity"
48827
+ ]
48828
+ },
48503
48829
  {
48504
48830
  "id": "vexor",
48505
48831
  "path": "skills/vexor",
@@ -48604,7 +48930,7 @@
48604
48930
  "category": "agent-orchestration",
48605
48931
  "name": "vibe-delegate",
48606
48932
  "description": "Delegate coding tasks to the Mistral Vibe CLI (`vibe`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
48607
- "risk": "safe",
48933
+ "risk": "critical",
48608
48934
  "source": "https://github.com/amElnagdy/delegate-skills",
48609
48935
  "date_added": "2026-08-26",
48610
48936
  "plugin": {
@@ -49167,7 +49493,7 @@
49167
49493
  "category": "agent-orchestration",
49168
49494
  "name": "warp-delegate",
49169
49495
  "description": "Delegate coding tasks to the Warp Agent CLI (`oz`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
49170
- "risk": "safe",
49496
+ "risk": "critical",
49171
49497
  "source": "https://github.com/amElnagdy/delegate-skills",
49172
49498
  "date_added": "2026-08-26",
49173
49499
  "plugin": {
@@ -51108,7 +51434,7 @@
51108
51434
  "category": "agent-orchestration",
51109
51435
  "name": "zcode-delegate",
51110
51436
  "description": "Delegate coding tasks to the Z.AI ZCode CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.",
51111
- "risk": "safe",
51437
+ "risk": "critical",
51112
51438
  "source": "https://github.com/amElnagdy/delegate-skills",
51113
51439
  "date_added": "2026-08-26",
51114
51440
  "plugin": {