opencode-skills-collection 3.0.28 → 3.0.29
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 +11 -1
- package/bundled-skills/bumblebee/SKILL.md +186 -0
- package/bundled-skills/bumblebee/scripts/render_report.py +362 -0
- package/bundled-skills/complexity-cuts/SKILL.md +254 -0
- package/bundled-skills/decision-navigator/SKILL.md +238 -0
- 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 +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.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/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/invariant-guard/SKILL.md +307 -0
- package/bundled-skills/lemmaly/SKILL.md +236 -0
- package/bundled-skills/mathguard/SKILL.md +269 -0
- package/bundled-skills/sendblue/sendblue-api/SKILL.md +194 -0
- package/bundled-skills/sendblue/sendblue-cli/SKILL.md +145 -0
- package/bundled-skills/sendblue/sendblue-notify/SKILL.md +173 -0
- package/bundled-skills/sendblue/textme/SKILL.md +232 -0
- package/package.json +1 -1
- package/skills_index.json +220 -0
package/skills_index.json
CHANGED
|
@@ -6597,6 +6597,28 @@
|
|
|
6597
6597
|
"reasons": []
|
|
6598
6598
|
}
|
|
6599
6599
|
},
|
|
6600
|
+
{
|
|
6601
|
+
"id": "bumblebee",
|
|
6602
|
+
"path": "skills/bumblebee",
|
|
6603
|
+
"category": "security",
|
|
6604
|
+
"name": "bumblebee",
|
|
6605
|
+
"description": "Run Bumblebee supply-chain inventory and exposure scans on macOS/Linux to detect compromised packages, extensions, and MCP host configs.",
|
|
6606
|
+
"risk": "safe",
|
|
6607
|
+
"source": "community",
|
|
6608
|
+
"date_added": "2026-05-27",
|
|
6609
|
+
"plugin": {
|
|
6610
|
+
"targets": {
|
|
6611
|
+
"codex": "supported",
|
|
6612
|
+
"claude": "supported"
|
|
6613
|
+
},
|
|
6614
|
+
"setup": {
|
|
6615
|
+
"type": "none",
|
|
6616
|
+
"summary": "",
|
|
6617
|
+
"docs": null
|
|
6618
|
+
},
|
|
6619
|
+
"reasons": []
|
|
6620
|
+
}
|
|
6621
|
+
},
|
|
6600
6622
|
{
|
|
6601
6623
|
"id": "bun-development",
|
|
6602
6624
|
"path": "skills/bun-development",
|
|
@@ -8387,6 +8409,28 @@
|
|
|
8387
8409
|
"reasons": []
|
|
8388
8410
|
}
|
|
8389
8411
|
},
|
|
8412
|
+
{
|
|
8413
|
+
"id": "complexity-cuts",
|
|
8414
|
+
"path": "skills/complexity-cuts",
|
|
8415
|
+
"category": "uncategorized",
|
|
8416
|
+
"name": "complexity-cuts",
|
|
8417
|
+
"description": "Lower Big-O on existing code via a one-transformation-at-a-time playbook with verify-revert-stop. For new code use lemmaly; for math-level wins escalate to mathguard.",
|
|
8418
|
+
"risk": "safe",
|
|
8419
|
+
"source": "community",
|
|
8420
|
+
"date_added": "2026-05-26",
|
|
8421
|
+
"plugin": {
|
|
8422
|
+
"targets": {
|
|
8423
|
+
"codex": "supported",
|
|
8424
|
+
"claude": "supported"
|
|
8425
|
+
},
|
|
8426
|
+
"setup": {
|
|
8427
|
+
"type": "none",
|
|
8428
|
+
"summary": "",
|
|
8429
|
+
"docs": null
|
|
8430
|
+
},
|
|
8431
|
+
"reasons": []
|
|
8432
|
+
}
|
|
8433
|
+
},
|
|
8390
8434
|
{
|
|
8391
8435
|
"id": "comprehensive-review-full-review",
|
|
8392
8436
|
"path": "skills/comprehensive-review-full-review",
|
|
@@ -10169,6 +10213,28 @@
|
|
|
10169
10213
|
"reasons": []
|
|
10170
10214
|
}
|
|
10171
10215
|
},
|
|
10216
|
+
{
|
|
10217
|
+
"id": "decision-navigator",
|
|
10218
|
+
"path": "skills/decision-navigator",
|
|
10219
|
+
"category": "planning",
|
|
10220
|
+
"name": "decision-navigator",
|
|
10221
|
+
"description": "Guide stuck or overwhelmed users through targeted branching questions until they reach concrete next steps.",
|
|
10222
|
+
"risk": "safe",
|
|
10223
|
+
"source": "community",
|
|
10224
|
+
"date_added": "2026-05-27",
|
|
10225
|
+
"plugin": {
|
|
10226
|
+
"targets": {
|
|
10227
|
+
"codex": "supported",
|
|
10228
|
+
"claude": "supported"
|
|
10229
|
+
},
|
|
10230
|
+
"setup": {
|
|
10231
|
+
"type": "none",
|
|
10232
|
+
"summary": "",
|
|
10233
|
+
"docs": null
|
|
10234
|
+
},
|
|
10235
|
+
"reasons": []
|
|
10236
|
+
}
|
|
10237
|
+
},
|
|
10172
10238
|
{
|
|
10173
10239
|
"id": "deep-research",
|
|
10174
10240
|
"path": "skills/deep-research",
|
|
@@ -16269,6 +16335,28 @@
|
|
|
16269
16335
|
"reasons": []
|
|
16270
16336
|
}
|
|
16271
16337
|
},
|
|
16338
|
+
{
|
|
16339
|
+
"id": "invariant-guard",
|
|
16340
|
+
"path": "skills/invariant-guard",
|
|
16341
|
+
"category": "uncategorized",
|
|
16342
|
+
"name": "invariant-guard",
|
|
16343
|
+
"description": "Correctness-first: forces writing the function contract, loop invariant, termination argument, and edge cases BEFORE code. Catches Boyer-Moore, leftmost binary search, QuickSelect traps.",
|
|
16344
|
+
"risk": "safe",
|
|
16345
|
+
"source": "community",
|
|
16346
|
+
"date_added": "2026-05-26",
|
|
16347
|
+
"plugin": {
|
|
16348
|
+
"targets": {
|
|
16349
|
+
"codex": "supported",
|
|
16350
|
+
"claude": "supported"
|
|
16351
|
+
},
|
|
16352
|
+
"setup": {
|
|
16353
|
+
"type": "none",
|
|
16354
|
+
"summary": "",
|
|
16355
|
+
"docs": null
|
|
16356
|
+
},
|
|
16357
|
+
"reasons": []
|
|
16358
|
+
}
|
|
16359
|
+
},
|
|
16272
16360
|
{
|
|
16273
16361
|
"id": "inventory-demand-planning",
|
|
16274
16362
|
"path": "skills/inventory-demand-planning",
|
|
@@ -17437,6 +17525,28 @@
|
|
|
17437
17525
|
"reasons": []
|
|
17438
17526
|
}
|
|
17439
17527
|
},
|
|
17528
|
+
{
|
|
17529
|
+
"id": "lemmaly",
|
|
17530
|
+
"path": "skills/lemmaly",
|
|
17531
|
+
"category": "uncategorized",
|
|
17532
|
+
"name": "lemmaly",
|
|
17533
|
+
"description": "Algorithm-first discipline: state Big-O, data structure, and algorithm family BEFORE writing loops, queries, or recursion. Catches O(n^2), N+1, and brute-force defaults.",
|
|
17534
|
+
"risk": "safe",
|
|
17535
|
+
"source": "community",
|
|
17536
|
+
"date_added": "2026-05-26",
|
|
17537
|
+
"plugin": {
|
|
17538
|
+
"targets": {
|
|
17539
|
+
"codex": "supported",
|
|
17540
|
+
"claude": "supported"
|
|
17541
|
+
},
|
|
17542
|
+
"setup": {
|
|
17543
|
+
"type": "none",
|
|
17544
|
+
"summary": "",
|
|
17545
|
+
"docs": null
|
|
17546
|
+
},
|
|
17547
|
+
"reasons": []
|
|
17548
|
+
}
|
|
17549
|
+
},
|
|
17440
17550
|
{
|
|
17441
17551
|
"id": "lex",
|
|
17442
17552
|
"path": "skills/lex",
|
|
@@ -18721,6 +18831,28 @@
|
|
|
18721
18831
|
"reasons": []
|
|
18722
18832
|
}
|
|
18723
18833
|
},
|
|
18834
|
+
{
|
|
18835
|
+
"id": "mathguard",
|
|
18836
|
+
"path": "skills/mathguard",
|
|
18837
|
+
"category": "uncategorized",
|
|
18838
|
+
"name": "mathguard",
|
|
18839
|
+
"description": "Math-heavy escalation for n >= 10^6 \u2014 Bloom, HyperLogLog, Count-Min, MinHash/LSH, FFT, JL projection, sweep line. Use when classical O(n log n) is the floor and approximate or math wins.",
|
|
18840
|
+
"risk": "safe",
|
|
18841
|
+
"source": "community",
|
|
18842
|
+
"date_added": "2026-05-26",
|
|
18843
|
+
"plugin": {
|
|
18844
|
+
"targets": {
|
|
18845
|
+
"codex": "supported",
|
|
18846
|
+
"claude": "supported"
|
|
18847
|
+
},
|
|
18848
|
+
"setup": {
|
|
18849
|
+
"type": "none",
|
|
18850
|
+
"summary": "",
|
|
18851
|
+
"docs": null
|
|
18852
|
+
},
|
|
18853
|
+
"reasons": []
|
|
18854
|
+
}
|
|
18855
|
+
},
|
|
18724
18856
|
{
|
|
18725
18857
|
"id": "matplotlib",
|
|
18726
18858
|
"path": "skills/matplotlib",
|
|
@@ -25376,6 +25508,72 @@
|
|
|
25376
25508
|
"reasons": []
|
|
25377
25509
|
}
|
|
25378
25510
|
},
|
|
25511
|
+
{
|
|
25512
|
+
"id": "sendblue-api",
|
|
25513
|
+
"path": "skills/sendblue/sendblue-api",
|
|
25514
|
+
"category": "api-integration",
|
|
25515
|
+
"name": "sendblue-api",
|
|
25516
|
+
"description": "Send and receive iMessage, SMS, and RCS from application code via the Sendblue HTTP API \u2014 text, media, group messages, send styles, reactions, typing indicators, status callbacks, and inbound webhooks.",
|
|
25517
|
+
"risk": "safe",
|
|
25518
|
+
"source": "community",
|
|
25519
|
+
"date_added": "2026-05-22",
|
|
25520
|
+
"plugin": {
|
|
25521
|
+
"targets": {
|
|
25522
|
+
"codex": "supported",
|
|
25523
|
+
"claude": "supported"
|
|
25524
|
+
},
|
|
25525
|
+
"setup": {
|
|
25526
|
+
"type": "none",
|
|
25527
|
+
"summary": "",
|
|
25528
|
+
"docs": null
|
|
25529
|
+
},
|
|
25530
|
+
"reasons": []
|
|
25531
|
+
}
|
|
25532
|
+
},
|
|
25533
|
+
{
|
|
25534
|
+
"id": "sendblue-cli",
|
|
25535
|
+
"path": "skills/sendblue/sendblue-cli",
|
|
25536
|
+
"category": "api-integration",
|
|
25537
|
+
"name": "sendblue-cli",
|
|
25538
|
+
"description": "Send iMessage and SMS from the shell via the @sendblue/cli npm package \u2014 outbound sends, contact management, and account setup with no API client or webhook server required.",
|
|
25539
|
+
"risk": "safe",
|
|
25540
|
+
"source": "community",
|
|
25541
|
+
"date_added": "2026-05-22",
|
|
25542
|
+
"plugin": {
|
|
25543
|
+
"targets": {
|
|
25544
|
+
"codex": "supported",
|
|
25545
|
+
"claude": "supported"
|
|
25546
|
+
},
|
|
25547
|
+
"setup": {
|
|
25548
|
+
"type": "none",
|
|
25549
|
+
"summary": "",
|
|
25550
|
+
"docs": null
|
|
25551
|
+
},
|
|
25552
|
+
"reasons": []
|
|
25553
|
+
}
|
|
25554
|
+
},
|
|
25555
|
+
{
|
|
25556
|
+
"id": "sendblue-notify",
|
|
25557
|
+
"path": "skills/sendblue/sendblue-notify",
|
|
25558
|
+
"category": "automation",
|
|
25559
|
+
"name": "sendblue-notify",
|
|
25560
|
+
"description": "Text the user's phone when a long-running task, agent turn, or scheduled job finishes \u2014 via @sendblue/cli for outbound, optionally wired to a Claude Code Stop hook for automatic fire.",
|
|
25561
|
+
"risk": "safe",
|
|
25562
|
+
"source": "community",
|
|
25563
|
+
"date_added": "2026-05-22",
|
|
25564
|
+
"plugin": {
|
|
25565
|
+
"targets": {
|
|
25566
|
+
"codex": "supported",
|
|
25567
|
+
"claude": "supported"
|
|
25568
|
+
},
|
|
25569
|
+
"setup": {
|
|
25570
|
+
"type": "none",
|
|
25571
|
+
"summary": "",
|
|
25572
|
+
"docs": null
|
|
25573
|
+
},
|
|
25574
|
+
"reasons": []
|
|
25575
|
+
}
|
|
25576
|
+
},
|
|
25379
25577
|
{
|
|
25380
25578
|
"id": "sendgrid-automation",
|
|
25381
25579
|
"path": "skills/sendgrid-automation",
|
|
@@ -29042,6 +29240,28 @@
|
|
|
29042
29240
|
"reasons": []
|
|
29043
29241
|
}
|
|
29044
29242
|
},
|
|
29243
|
+
{
|
|
29244
|
+
"id": "textme",
|
|
29245
|
+
"path": "skills/sendblue/textme",
|
|
29246
|
+
"category": "automation",
|
|
29247
|
+
"name": "textme",
|
|
29248
|
+
"description": "Text Claude from your phone \u2014 set up the njerschow/textme daemon so inbound iMessages drive a Claude Code session on your laptop, with voice notes, image input, code execution, and a phone-number whitelist.",
|
|
29249
|
+
"risk": "critical",
|
|
29250
|
+
"source": "community",
|
|
29251
|
+
"date_added": "2026-05-26",
|
|
29252
|
+
"plugin": {
|
|
29253
|
+
"targets": {
|
|
29254
|
+
"codex": "supported",
|
|
29255
|
+
"claude": "supported"
|
|
29256
|
+
},
|
|
29257
|
+
"setup": {
|
|
29258
|
+
"type": "none",
|
|
29259
|
+
"summary": "",
|
|
29260
|
+
"docs": null
|
|
29261
|
+
},
|
|
29262
|
+
"reasons": []
|
|
29263
|
+
}
|
|
29264
|
+
},
|
|
29045
29265
|
{
|
|
29046
29266
|
"id": "theme-factory",
|
|
29047
29267
|
"path": "skills/theme-factory",
|