opencode-skills-collection 3.0.27 → 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 +16 -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/flowhunt-skill/SKILL.md +141 -0
- package/bundled-skills/geminiignore-finops/SKILL.md +173 -0
- package/bundled-skills/ii-commons/SKILL.md +110 -0
- 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/mesh-memory/SKILL.md +161 -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/bundled-skills/socialclaw/SKILL.md +107 -0
- package/package.json +1 -1
- package/skills_index.json +330 -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",
|
|
@@ -12725,6 +12791,28 @@
|
|
|
12725
12791
|
"reasons": []
|
|
12726
12792
|
}
|
|
12727
12793
|
},
|
|
12794
|
+
{
|
|
12795
|
+
"id": "flowhunt-skill",
|
|
12796
|
+
"path": "skills/flowhunt-skill",
|
|
12797
|
+
"category": "automation",
|
|
12798
|
+
"name": "flowhunt-skill",
|
|
12799
|
+
"description": "Automation discovery audit skill. Walks through a 5-question workflow intake, then audits Gmail/Calendar/Slack/task trackers to identify automation opportunities. Use when a user wants to discover what processes in their business can be automated.",
|
|
12800
|
+
"risk": "safe",
|
|
12801
|
+
"source": "community",
|
|
12802
|
+
"date_added": "2026-05-23",
|
|
12803
|
+
"plugin": {
|
|
12804
|
+
"targets": {
|
|
12805
|
+
"codex": "supported",
|
|
12806
|
+
"claude": "supported"
|
|
12807
|
+
},
|
|
12808
|
+
"setup": {
|
|
12809
|
+
"type": "none",
|
|
12810
|
+
"summary": "",
|
|
12811
|
+
"docs": null
|
|
12812
|
+
},
|
|
12813
|
+
"reasons": []
|
|
12814
|
+
}
|
|
12815
|
+
},
|
|
12728
12816
|
{
|
|
12729
12817
|
"id": "flutter-expert",
|
|
12730
12818
|
"path": "skills/flutter-expert",
|
|
@@ -13693,6 +13781,28 @@
|
|
|
13693
13781
|
"reasons": []
|
|
13694
13782
|
}
|
|
13695
13783
|
},
|
|
13784
|
+
{
|
|
13785
|
+
"id": "geminiignore-finops",
|
|
13786
|
+
"path": "skills/geminiignore-finops",
|
|
13787
|
+
"category": "context-optimization",
|
|
13788
|
+
"name": "geminiignore-finops",
|
|
13789
|
+
"description": "Configure and optimize .geminiignore files for AI context window efficiency and token cost reduction (FinOps).",
|
|
13790
|
+
"risk": "safe",
|
|
13791
|
+
"source": "community",
|
|
13792
|
+
"date_added": "2026-05-25",
|
|
13793
|
+
"plugin": {
|
|
13794
|
+
"targets": {
|
|
13795
|
+
"codex": "supported",
|
|
13796
|
+
"claude": "supported"
|
|
13797
|
+
},
|
|
13798
|
+
"setup": {
|
|
13799
|
+
"type": "none",
|
|
13800
|
+
"summary": "",
|
|
13801
|
+
"docs": null
|
|
13802
|
+
},
|
|
13803
|
+
"reasons": []
|
|
13804
|
+
}
|
|
13805
|
+
},
|
|
13696
13806
|
{
|
|
13697
13807
|
"id": "geo-fundamentals",
|
|
13698
13808
|
"path": "skills/geo-fundamentals",
|
|
@@ -15741,6 +15851,28 @@
|
|
|
15741
15851
|
"reasons": []
|
|
15742
15852
|
}
|
|
15743
15853
|
},
|
|
15854
|
+
{
|
|
15855
|
+
"id": "ii-commons",
|
|
15856
|
+
"path": "skills/ii-commons",
|
|
15857
|
+
"category": "research",
|
|
15858
|
+
"name": "ii-commons",
|
|
15859
|
+
"description": "Deterministic search across arXiv, PubMed/PMC, and US policy corpora with daily freshness cutoffs.",
|
|
15860
|
+
"risk": "safe",
|
|
15861
|
+
"source": "community",
|
|
15862
|
+
"date_added": "2026-05-26",
|
|
15863
|
+
"plugin": {
|
|
15864
|
+
"targets": {
|
|
15865
|
+
"codex": "supported",
|
|
15866
|
+
"claude": "supported"
|
|
15867
|
+
},
|
|
15868
|
+
"setup": {
|
|
15869
|
+
"type": "none",
|
|
15870
|
+
"summary": "",
|
|
15871
|
+
"docs": null
|
|
15872
|
+
},
|
|
15873
|
+
"reasons": []
|
|
15874
|
+
}
|
|
15875
|
+
},
|
|
15744
15876
|
{
|
|
15745
15877
|
"id": "ilya-sutskever",
|
|
15746
15878
|
"path": "skills/ilya-sutskever",
|
|
@@ -16203,6 +16335,28 @@
|
|
|
16203
16335
|
"reasons": []
|
|
16204
16336
|
}
|
|
16205
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
|
+
},
|
|
16206
16360
|
{
|
|
16207
16361
|
"id": "inventory-demand-planning",
|
|
16208
16362
|
"path": "skills/inventory-demand-planning",
|
|
@@ -17371,6 +17525,28 @@
|
|
|
17371
17525
|
"reasons": []
|
|
17372
17526
|
}
|
|
17373
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
|
+
},
|
|
17374
17550
|
{
|
|
17375
17551
|
"id": "lex",
|
|
17376
17552
|
"path": "skills/lex",
|
|
@@ -18655,6 +18831,28 @@
|
|
|
18655
18831
|
"reasons": []
|
|
18656
18832
|
}
|
|
18657
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
|
+
},
|
|
18658
18856
|
{
|
|
18659
18857
|
"id": "matplotlib",
|
|
18660
18858
|
"path": "skills/matplotlib",
|
|
@@ -18897,6 +19095,28 @@
|
|
|
18897
19095
|
"reasons": []
|
|
18898
19096
|
}
|
|
18899
19097
|
},
|
|
19098
|
+
{
|
|
19099
|
+
"id": "mesh-memory",
|
|
19100
|
+
"path": "skills/mesh-memory",
|
|
19101
|
+
"category": "ai-ml",
|
|
19102
|
+
"name": "mesh-memory",
|
|
19103
|
+
"description": "Self-hosted semantic memory for AI agents via MCP. Save worklogs, decisions, and notes, then recall them across sessions by meaning, not keyword. Postgres + pgvector with auto-tagging.",
|
|
19104
|
+
"risk": "safe",
|
|
19105
|
+
"source": "dklymentiev/mesh-memory (MIT)",
|
|
19106
|
+
"date_added": "2026-05-23",
|
|
19107
|
+
"plugin": {
|
|
19108
|
+
"targets": {
|
|
19109
|
+
"codex": "supported",
|
|
19110
|
+
"claude": "supported"
|
|
19111
|
+
},
|
|
19112
|
+
"setup": {
|
|
19113
|
+
"type": "none",
|
|
19114
|
+
"summary": "",
|
|
19115
|
+
"docs": null
|
|
19116
|
+
},
|
|
19117
|
+
"reasons": []
|
|
19118
|
+
}
|
|
19119
|
+
},
|
|
18900
19120
|
{
|
|
18901
19121
|
"id": "metasploit-framework",
|
|
18902
19122
|
"path": "skills/metasploit-framework",
|
|
@@ -25288,6 +25508,72 @@
|
|
|
25288
25508
|
"reasons": []
|
|
25289
25509
|
}
|
|
25290
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
|
+
},
|
|
25291
25577
|
{
|
|
25292
25578
|
"id": "sendgrid-automation",
|
|
25293
25579
|
"path": "skills/sendgrid-automation",
|
|
@@ -27148,6 +27434,28 @@
|
|
|
27148
27434
|
"reasons": []
|
|
27149
27435
|
}
|
|
27150
27436
|
},
|
|
27437
|
+
{
|
|
27438
|
+
"id": "socialclaw",
|
|
27439
|
+
"path": "skills/socialclaw",
|
|
27440
|
+
"category": "marketing",
|
|
27441
|
+
"name": "socialclaw",
|
|
27442
|
+
"description": "Agent-first social media publishing skill \u2014 schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.",
|
|
27443
|
+
"risk": "safe",
|
|
27444
|
+
"source": "community",
|
|
27445
|
+
"date_added": "2026-05-25",
|
|
27446
|
+
"plugin": {
|
|
27447
|
+
"targets": {
|
|
27448
|
+
"codex": "supported",
|
|
27449
|
+
"claude": "supported"
|
|
27450
|
+
},
|
|
27451
|
+
"setup": {
|
|
27452
|
+
"type": "none",
|
|
27453
|
+
"summary": "",
|
|
27454
|
+
"docs": null
|
|
27455
|
+
},
|
|
27456
|
+
"reasons": []
|
|
27457
|
+
}
|
|
27458
|
+
},
|
|
27151
27459
|
{
|
|
27152
27460
|
"id": "software-architecture",
|
|
27153
27461
|
"path": "skills/software-architecture",
|
|
@@ -28932,6 +29240,28 @@
|
|
|
28932
29240
|
"reasons": []
|
|
28933
29241
|
}
|
|
28934
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
|
+
},
|
|
28935
29265
|
{
|
|
28936
29266
|
"id": "theme-factory",
|
|
28937
29267
|
"path": "skills/theme-factory",
|