opencode-skills-collection 3.0.49 → 3.0.51
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 +27 -1
- package/bundled-skills/ab-test-setup/SKILL.md +14 -0
- package/bundled-skills/apple-notes-search/SKILL.md +122 -0
- package/bundled-skills/astropy/references/coordinates.md +9 -0
- package/bundled-skills/astropy/references/cosmology.md +8 -0
- package/bundled-skills/astropy/references/fits.md +8 -0
- package/bundled-skills/astropy/references/tables.md +8 -0
- package/bundled-skills/astropy/references/time.md +7 -0
- package/bundled-skills/astropy/references/units.md +9 -0
- package/bundled-skills/astropy/references/wcs_and_other_modules.md +9 -0
- package/bundled-skills/browser-extension-builder/SKILL.md +1 -1
- package/bundled-skills/ckw-design/SKILL.md +129 -0
- package/bundled-skills/deterministic-design/SKILL.md +56 -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/lint-and-validate/SKILL.md +3 -1
- package/bundled-skills/lookdev/SKILL.md +229 -0
- package/bundled-skills/lookdev-auto/SKILL.md +102 -0
- package/bundled-skills/macos-screen-recorder/SKILL.md +59 -0
- package/bundled-skills/pr-merge-champion/SKILL.md +116 -0
- package/bundled-skills/programmatic-seo/SKILL.md +11 -0
- package/bundled-skills/schema-markup/SKILL.md +11 -0
- package/bundled-skills/screenstudio-alt/SKILL.md +91 -0
- package/bundled-skills/super-code/SKILL.md +209 -0
- package/bundled-skills/super-code/bash/SKILL.md +292 -0
- package/bundled-skills/super-code/c/SKILL.md +263 -0
- package/bundled-skills/super-code/cpp/SKILL.md +271 -0
- package/bundled-skills/super-code/csharp/SKILL.md +276 -0
- package/bundled-skills/super-code/dart/SKILL.md +327 -0
- package/bundled-skills/super-code/elixir/SKILL.md +366 -0
- package/bundled-skills/super-code/go/SKILL.md +234 -0
- package/bundled-skills/super-code/java/SKILL.md +230 -0
- package/bundled-skills/super-code/kotlin/SKILL.md +281 -0
- package/bundled-skills/super-code/php/SKILL.md +316 -0
- package/bundled-skills/super-code/python/SKILL.md +315 -0
- package/bundled-skills/super-code/ruby/SKILL.md +306 -0
- package/bundled-skills/super-code/rust/SKILL.md +289 -0
- package/bundled-skills/super-code/scala/SKILL.md +302 -0
- package/bundled-skills/super-code/swift/SKILL.md +299 -0
- package/bundled-skills/super-code/typescript/SKILL.md +286 -0
- package/bundled-skills/web-media-getter/SKILL.md +119 -0
- package/bundled-skills/youtube-seo-optimizer/SKILL.md +9 -9
- package/package.json +1 -1
- package/skills_index.json +574 -0
package/skills_index.json
CHANGED
|
@@ -2455,6 +2455,30 @@
|
|
|
2455
2455
|
"reasons": []
|
|
2456
2456
|
}
|
|
2457
2457
|
},
|
|
2458
|
+
{
|
|
2459
|
+
"id": "apple-notes-search",
|
|
2460
|
+
"path": "skills/apple-notes-search",
|
|
2461
|
+
"category": "uncategorized",
|
|
2462
|
+
"name": "apple-notes-search",
|
|
2463
|
+
"description": "Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device.",
|
|
2464
|
+
"risk": "safe",
|
|
2465
|
+
"source": "community",
|
|
2466
|
+
"date_added": "2026-06-16",
|
|
2467
|
+
"plugin": {
|
|
2468
|
+
"targets": {
|
|
2469
|
+
"codex": "blocked",
|
|
2470
|
+
"claude": "blocked"
|
|
2471
|
+
},
|
|
2472
|
+
"setup": {
|
|
2473
|
+
"type": "none",
|
|
2474
|
+
"summary": "",
|
|
2475
|
+
"docs": null
|
|
2476
|
+
},
|
|
2477
|
+
"reasons": [
|
|
2478
|
+
"absolute_host_path"
|
|
2479
|
+
]
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2458
2482
|
{
|
|
2459
2483
|
"id": "application-performance-performance-optimization",
|
|
2460
2484
|
"path": "skills/application-performance-performance-optimization",
|
|
@@ -6089,6 +6113,28 @@
|
|
|
6089
6113
|
"reasons": []
|
|
6090
6114
|
}
|
|
6091
6115
|
},
|
|
6116
|
+
{
|
|
6117
|
+
"id": "bash",
|
|
6118
|
+
"path": "skills/super-code/bash",
|
|
6119
|
+
"category": "super-code",
|
|
6120
|
+
"name": "bash",
|
|
6121
|
+
"description": "Language-specific super-code guidelines for bash.",
|
|
6122
|
+
"risk": "safe",
|
|
6123
|
+
"source": "community",
|
|
6124
|
+
"date_added": "2026-06-16",
|
|
6125
|
+
"plugin": {
|
|
6126
|
+
"targets": {
|
|
6127
|
+
"codex": "supported",
|
|
6128
|
+
"claude": "supported"
|
|
6129
|
+
},
|
|
6130
|
+
"setup": {
|
|
6131
|
+
"type": "none",
|
|
6132
|
+
"summary": "",
|
|
6133
|
+
"docs": null
|
|
6134
|
+
},
|
|
6135
|
+
"reasons": []
|
|
6136
|
+
}
|
|
6137
|
+
},
|
|
6092
6138
|
{
|
|
6093
6139
|
"id": "bash-defensive-patterns",
|
|
6094
6140
|
"path": "skills/bash-defensive-patterns",
|
|
@@ -7107,6 +7153,28 @@
|
|
|
7107
7153
|
"reasons": []
|
|
7108
7154
|
}
|
|
7109
7155
|
},
|
|
7156
|
+
{
|
|
7157
|
+
"id": "c",
|
|
7158
|
+
"path": "skills/super-code/c",
|
|
7159
|
+
"category": "super-code",
|
|
7160
|
+
"name": "c",
|
|
7161
|
+
"description": "Language-specific super-code guidelines for c.",
|
|
7162
|
+
"risk": "safe",
|
|
7163
|
+
"source": "community",
|
|
7164
|
+
"date_added": "2026-06-16",
|
|
7165
|
+
"plugin": {
|
|
7166
|
+
"targets": {
|
|
7167
|
+
"codex": "supported",
|
|
7168
|
+
"claude": "supported"
|
|
7169
|
+
},
|
|
7170
|
+
"setup": {
|
|
7171
|
+
"type": "none",
|
|
7172
|
+
"summary": "",
|
|
7173
|
+
"docs": null
|
|
7174
|
+
},
|
|
7175
|
+
"reasons": []
|
|
7176
|
+
}
|
|
7177
|
+
},
|
|
7110
7178
|
{
|
|
7111
7179
|
"id": "c-pro",
|
|
7112
7180
|
"path": "skills/c-pro",
|
|
@@ -7745,6 +7813,28 @@
|
|
|
7745
7813
|
"reasons": []
|
|
7746
7814
|
}
|
|
7747
7815
|
},
|
|
7816
|
+
{
|
|
7817
|
+
"id": "ckw-design",
|
|
7818
|
+
"path": "skills/ckw-design",
|
|
7819
|
+
"category": "web-development",
|
|
7820
|
+
"name": "ckw-design",
|
|
7821
|
+
"description": "Frontend design entry point: direction, design system, visual philosophy. Use whenever building or touching the look of any web UI (components, pages, dashboards, React/Vue/HTML-CSS) or when the user says \"make this look better\", \"fix the spacing/layout\", or mentions styling, color, type, or polish.",
|
|
7822
|
+
"risk": "safe",
|
|
7823
|
+
"source": "community",
|
|
7824
|
+
"date_added": "2026-06-16",
|
|
7825
|
+
"plugin": {
|
|
7826
|
+
"targets": {
|
|
7827
|
+
"codex": "supported",
|
|
7828
|
+
"claude": "supported"
|
|
7829
|
+
},
|
|
7830
|
+
"setup": {
|
|
7831
|
+
"type": "none",
|
|
7832
|
+
"summary": "",
|
|
7833
|
+
"docs": null
|
|
7834
|
+
},
|
|
7835
|
+
"reasons": []
|
|
7836
|
+
}
|
|
7837
|
+
},
|
|
7748
7838
|
{
|
|
7749
7839
|
"id": "claimable-postgres",
|
|
7750
7840
|
"path": "skills/claimable-postgres",
|
|
@@ -9689,6 +9779,28 @@
|
|
|
9689
9779
|
"reasons": []
|
|
9690
9780
|
}
|
|
9691
9781
|
},
|
|
9782
|
+
{
|
|
9783
|
+
"id": "cpp",
|
|
9784
|
+
"path": "skills/super-code/cpp",
|
|
9785
|
+
"category": "super-code",
|
|
9786
|
+
"name": "cpp",
|
|
9787
|
+
"description": "Language-specific super-code guidelines for cpp.",
|
|
9788
|
+
"risk": "safe",
|
|
9789
|
+
"source": "community",
|
|
9790
|
+
"date_added": "2026-06-16",
|
|
9791
|
+
"plugin": {
|
|
9792
|
+
"targets": {
|
|
9793
|
+
"codex": "supported",
|
|
9794
|
+
"claude": "supported"
|
|
9795
|
+
},
|
|
9796
|
+
"setup": {
|
|
9797
|
+
"type": "none",
|
|
9798
|
+
"summary": "",
|
|
9799
|
+
"docs": null
|
|
9800
|
+
},
|
|
9801
|
+
"reasons": []
|
|
9802
|
+
}
|
|
9803
|
+
},
|
|
9692
9804
|
{
|
|
9693
9805
|
"id": "cpp-pro",
|
|
9694
9806
|
"path": "skills/cpp-pro",
|
|
@@ -10129,6 +10241,28 @@
|
|
|
10129
10241
|
"reasons": []
|
|
10130
10242
|
}
|
|
10131
10243
|
},
|
|
10244
|
+
{
|
|
10245
|
+
"id": "csharp",
|
|
10246
|
+
"path": "skills/super-code/csharp",
|
|
10247
|
+
"category": "super-code",
|
|
10248
|
+
"name": "csharp",
|
|
10249
|
+
"description": "Language-specific super-code guidelines for csharp.",
|
|
10250
|
+
"risk": "safe",
|
|
10251
|
+
"source": "community",
|
|
10252
|
+
"date_added": "2026-06-16",
|
|
10253
|
+
"plugin": {
|
|
10254
|
+
"targets": {
|
|
10255
|
+
"codex": "supported",
|
|
10256
|
+
"claude": "supported"
|
|
10257
|
+
},
|
|
10258
|
+
"setup": {
|
|
10259
|
+
"type": "none",
|
|
10260
|
+
"summary": "",
|
|
10261
|
+
"docs": null
|
|
10262
|
+
},
|
|
10263
|
+
"reasons": []
|
|
10264
|
+
}
|
|
10265
|
+
},
|
|
10132
10266
|
{
|
|
10133
10267
|
"id": "csharp-pro",
|
|
10134
10268
|
"path": "skills/csharp-pro",
|
|
@@ -10305,6 +10439,28 @@
|
|
|
10305
10439
|
"reasons": []
|
|
10306
10440
|
}
|
|
10307
10441
|
},
|
|
10442
|
+
{
|
|
10443
|
+
"id": "dart",
|
|
10444
|
+
"path": "skills/super-code/dart",
|
|
10445
|
+
"category": "super-code",
|
|
10446
|
+
"name": "dart",
|
|
10447
|
+
"description": "Language-specific super-code guidelines for dart.",
|
|
10448
|
+
"risk": "safe",
|
|
10449
|
+
"source": "community",
|
|
10450
|
+
"date_added": "2026-06-16",
|
|
10451
|
+
"plugin": {
|
|
10452
|
+
"targets": {
|
|
10453
|
+
"codex": "supported",
|
|
10454
|
+
"claude": "supported"
|
|
10455
|
+
},
|
|
10456
|
+
"setup": {
|
|
10457
|
+
"type": "none",
|
|
10458
|
+
"summary": "",
|
|
10459
|
+
"docs": null
|
|
10460
|
+
},
|
|
10461
|
+
"reasons": []
|
|
10462
|
+
}
|
|
10463
|
+
},
|
|
10308
10464
|
{
|
|
10309
10465
|
"id": "data-engineer",
|
|
10310
10466
|
"path": "skills/data-engineer",
|
|
@@ -11297,6 +11453,28 @@
|
|
|
11297
11453
|
"reasons": []
|
|
11298
11454
|
}
|
|
11299
11455
|
},
|
|
11456
|
+
{
|
|
11457
|
+
"id": "deterministic-design",
|
|
11458
|
+
"path": "skills/deterministic-design",
|
|
11459
|
+
"category": "uncategorized",
|
|
11460
|
+
"name": "deterministic-design",
|
|
11461
|
+
"description": "Render the UI and prove it's balanced + usable: a deterministic layout audit (centroid / optical-center / pixel-oracle balance via explicit math + annotated screenshot) plus a vision-judged Nielsen usability audit by a separate fresh-eyes judge. The measurement layer taste-only design skills lack.",
|
|
11462
|
+
"risk": "safe",
|
|
11463
|
+
"source": "community",
|
|
11464
|
+
"date_added": "2026-06-16",
|
|
11465
|
+
"plugin": {
|
|
11466
|
+
"targets": {
|
|
11467
|
+
"codex": "supported",
|
|
11468
|
+
"claude": "supported"
|
|
11469
|
+
},
|
|
11470
|
+
"setup": {
|
|
11471
|
+
"type": "none",
|
|
11472
|
+
"summary": "",
|
|
11473
|
+
"docs": null
|
|
11474
|
+
},
|
|
11475
|
+
"reasons": []
|
|
11476
|
+
}
|
|
11477
|
+
},
|
|
11300
11478
|
{
|
|
11301
11479
|
"id": "devcontainer-setup",
|
|
11302
11480
|
"path": "skills/devcontainer-setup",
|
|
@@ -12181,6 +12359,28 @@
|
|
|
12181
12359
|
"reasons": []
|
|
12182
12360
|
}
|
|
12183
12361
|
},
|
|
12362
|
+
{
|
|
12363
|
+
"id": "elixir",
|
|
12364
|
+
"path": "skills/super-code/elixir",
|
|
12365
|
+
"category": "super-code",
|
|
12366
|
+
"name": "elixir",
|
|
12367
|
+
"description": "Language-specific super-code guidelines for elixir.",
|
|
12368
|
+
"risk": "safe",
|
|
12369
|
+
"source": "community",
|
|
12370
|
+
"date_added": "2026-06-16",
|
|
12371
|
+
"plugin": {
|
|
12372
|
+
"targets": {
|
|
12373
|
+
"codex": "supported",
|
|
12374
|
+
"claude": "supported"
|
|
12375
|
+
},
|
|
12376
|
+
"setup": {
|
|
12377
|
+
"type": "none",
|
|
12378
|
+
"summary": "",
|
|
12379
|
+
"docs": null
|
|
12380
|
+
},
|
|
12381
|
+
"reasons": []
|
|
12382
|
+
}
|
|
12383
|
+
},
|
|
12184
12384
|
{
|
|
12185
12385
|
"id": "elixir-pro",
|
|
12186
12386
|
"path": "skills/elixir-pro",
|
|
@@ -15239,6 +15439,28 @@
|
|
|
15239
15439
|
"reasons": []
|
|
15240
15440
|
}
|
|
15241
15441
|
},
|
|
15442
|
+
{
|
|
15443
|
+
"id": "go",
|
|
15444
|
+
"path": "skills/super-code/go",
|
|
15445
|
+
"category": "super-code",
|
|
15446
|
+
"name": "go",
|
|
15447
|
+
"description": "Language-specific super-code guidelines for go.",
|
|
15448
|
+
"risk": "safe",
|
|
15449
|
+
"source": "community",
|
|
15450
|
+
"date_added": "2026-06-16",
|
|
15451
|
+
"plugin": {
|
|
15452
|
+
"targets": {
|
|
15453
|
+
"codex": "supported",
|
|
15454
|
+
"claude": "supported"
|
|
15455
|
+
},
|
|
15456
|
+
"setup": {
|
|
15457
|
+
"type": "none",
|
|
15458
|
+
"summary": "",
|
|
15459
|
+
"docs": null
|
|
15460
|
+
},
|
|
15461
|
+
"reasons": []
|
|
15462
|
+
}
|
|
15463
|
+
},
|
|
15242
15464
|
{
|
|
15243
15465
|
"id": "go-concurrency-patterns",
|
|
15244
15466
|
"path": "skills/go-concurrency-patterns",
|
|
@@ -17573,6 +17795,28 @@
|
|
|
17573
17795
|
"reasons": []
|
|
17574
17796
|
}
|
|
17575
17797
|
},
|
|
17798
|
+
{
|
|
17799
|
+
"id": "java",
|
|
17800
|
+
"path": "skills/super-code/java",
|
|
17801
|
+
"category": "super-code",
|
|
17802
|
+
"name": "java",
|
|
17803
|
+
"description": "Language-specific super-code guidelines for java.",
|
|
17804
|
+
"risk": "safe",
|
|
17805
|
+
"source": "community",
|
|
17806
|
+
"date_added": "2026-06-16",
|
|
17807
|
+
"plugin": {
|
|
17808
|
+
"targets": {
|
|
17809
|
+
"codex": "supported",
|
|
17810
|
+
"claude": "supported"
|
|
17811
|
+
},
|
|
17812
|
+
"setup": {
|
|
17813
|
+
"type": "none",
|
|
17814
|
+
"summary": "",
|
|
17815
|
+
"docs": null
|
|
17816
|
+
},
|
|
17817
|
+
"reasons": []
|
|
17818
|
+
}
|
|
17819
|
+
},
|
|
17576
17820
|
{
|
|
17577
17821
|
"id": "java-pro",
|
|
17578
17822
|
"path": "skills/java-pro",
|
|
@@ -17991,6 +18235,28 @@
|
|
|
17991
18235
|
"reasons": []
|
|
17992
18236
|
}
|
|
17993
18237
|
},
|
|
18238
|
+
{
|
|
18239
|
+
"id": "kotlin",
|
|
18240
|
+
"path": "skills/super-code/kotlin",
|
|
18241
|
+
"category": "super-code",
|
|
18242
|
+
"name": "kotlin",
|
|
18243
|
+
"description": "Language-specific super-code guidelines for kotlin.",
|
|
18244
|
+
"risk": "safe",
|
|
18245
|
+
"source": "community",
|
|
18246
|
+
"date_added": "2026-06-16",
|
|
18247
|
+
"plugin": {
|
|
18248
|
+
"targets": {
|
|
18249
|
+
"codex": "supported",
|
|
18250
|
+
"claude": "supported"
|
|
18251
|
+
},
|
|
18252
|
+
"setup": {
|
|
18253
|
+
"type": "none",
|
|
18254
|
+
"summary": "",
|
|
18255
|
+
"docs": null
|
|
18256
|
+
},
|
|
18257
|
+
"reasons": []
|
|
18258
|
+
}
|
|
18259
|
+
},
|
|
17994
18260
|
{
|
|
17995
18261
|
"id": "kotlin-coroutines-expert",
|
|
17996
18262
|
"path": "skills/kotlin-coroutines-expert",
|
|
@@ -19211,6 +19477,50 @@
|
|
|
19211
19477
|
]
|
|
19212
19478
|
}
|
|
19213
19479
|
},
|
|
19480
|
+
{
|
|
19481
|
+
"id": "lookdev",
|
|
19482
|
+
"path": "skills/lookdev",
|
|
19483
|
+
"category": "uncategorized",
|
|
19484
|
+
"name": "lookdev",
|
|
19485
|
+
"description": "Human-in-the-loop web studio to tune AI-generated output by eye. Stand up a local interactive studio (sliders, pickers, drag handles) or an inline edit/highlight/comment annotation studio for prose & media, instead of guessing values or shipping a static comparison grid.",
|
|
19486
|
+
"risk": "safe",
|
|
19487
|
+
"source": "community",
|
|
19488
|
+
"date_added": "2026-06-16",
|
|
19489
|
+
"plugin": {
|
|
19490
|
+
"targets": {
|
|
19491
|
+
"codex": "supported",
|
|
19492
|
+
"claude": "supported"
|
|
19493
|
+
},
|
|
19494
|
+
"setup": {
|
|
19495
|
+
"type": "none",
|
|
19496
|
+
"summary": "",
|
|
19497
|
+
"docs": null
|
|
19498
|
+
},
|
|
19499
|
+
"reasons": []
|
|
19500
|
+
}
|
|
19501
|
+
},
|
|
19502
|
+
{
|
|
19503
|
+
"id": "lookdev-auto",
|
|
19504
|
+
"path": "skills/lookdev-auto",
|
|
19505
|
+
"category": "uncategorized",
|
|
19506
|
+
"name": "lookdev-auto",
|
|
19507
|
+
"description": "Automated visual tuning: a vision or video model rates rendered variants in a loop. Render several labeled variants into one artifact, ask the model to rate them and suggest better values, render the suggestions, ask it to pick the best, repeat until good \u2014 the model is the eye, you run the loop.",
|
|
19508
|
+
"risk": "safe",
|
|
19509
|
+
"source": "community",
|
|
19510
|
+
"date_added": "2026-06-16",
|
|
19511
|
+
"plugin": {
|
|
19512
|
+
"targets": {
|
|
19513
|
+
"codex": "supported",
|
|
19514
|
+
"claude": "supported"
|
|
19515
|
+
},
|
|
19516
|
+
"setup": {
|
|
19517
|
+
"type": "none",
|
|
19518
|
+
"summary": "",
|
|
19519
|
+
"docs": null
|
|
19520
|
+
},
|
|
19521
|
+
"reasons": []
|
|
19522
|
+
}
|
|
19523
|
+
},
|
|
19214
19524
|
{
|
|
19215
19525
|
"id": "loss-aversion-designer",
|
|
19216
19526
|
"path": "skills/loss-aversion-designer",
|
|
@@ -19387,6 +19697,28 @@
|
|
|
19387
19697
|
"reasons": []
|
|
19388
19698
|
}
|
|
19389
19699
|
},
|
|
19700
|
+
{
|
|
19701
|
+
"id": "macos-screen-recorder",
|
|
19702
|
+
"path": "skills/macos-screen-recorder",
|
|
19703
|
+
"category": "uncategorized",
|
|
19704
|
+
"name": "macos-screen-recorder",
|
|
19705
|
+
"description": "macOS screen recorder that captures the main display PLUS system audio via ScreenCaptureKit \u2014 no BlackHole/loopback driver, no sudo, just the standard Screen Recording permission. CLI-driven; fills the headless-screen-recording-with-system-sound gap QuickTime and `screencapture -v` can't.",
|
|
19706
|
+
"risk": "safe",
|
|
19707
|
+
"source": "community",
|
|
19708
|
+
"date_added": "2026-06-16",
|
|
19709
|
+
"plugin": {
|
|
19710
|
+
"targets": {
|
|
19711
|
+
"codex": "supported",
|
|
19712
|
+
"claude": "supported"
|
|
19713
|
+
},
|
|
19714
|
+
"setup": {
|
|
19715
|
+
"type": "none",
|
|
19716
|
+
"summary": "",
|
|
19717
|
+
"docs": null
|
|
19718
|
+
},
|
|
19719
|
+
"reasons": []
|
|
19720
|
+
}
|
|
19721
|
+
},
|
|
19390
19722
|
{
|
|
19391
19723
|
"id": "macos-spm-app-packaging",
|
|
19392
19724
|
"path": "skills/macos-spm-app-packaging",
|
|
@@ -23582,6 +23914,28 @@
|
|
|
23582
23914
|
"reasons": []
|
|
23583
23915
|
}
|
|
23584
23916
|
},
|
|
23917
|
+
{
|
|
23918
|
+
"id": "php",
|
|
23919
|
+
"path": "skills/super-code/php",
|
|
23920
|
+
"category": "super-code",
|
|
23921
|
+
"name": "php",
|
|
23922
|
+
"description": "Language-specific super-code guidelines for php.",
|
|
23923
|
+
"risk": "safe",
|
|
23924
|
+
"source": "community",
|
|
23925
|
+
"date_added": "2026-06-16",
|
|
23926
|
+
"plugin": {
|
|
23927
|
+
"targets": {
|
|
23928
|
+
"codex": "supported",
|
|
23929
|
+
"claude": "supported"
|
|
23930
|
+
},
|
|
23931
|
+
"setup": {
|
|
23932
|
+
"type": "none",
|
|
23933
|
+
"summary": "",
|
|
23934
|
+
"docs": null
|
|
23935
|
+
},
|
|
23936
|
+
"reasons": []
|
|
23937
|
+
}
|
|
23938
|
+
},
|
|
23585
23939
|
{
|
|
23586
23940
|
"id": "php-pro",
|
|
23587
23941
|
"path": "skills/php-pro",
|
|
@@ -24090,6 +24444,28 @@
|
|
|
24090
24444
|
"reasons": []
|
|
24091
24445
|
}
|
|
24092
24446
|
},
|
|
24447
|
+
{
|
|
24448
|
+
"id": "pr-merge-champion",
|
|
24449
|
+
"path": "skills/pr-merge-champion",
|
|
24450
|
+
"category": "workflow",
|
|
24451
|
+
"name": "pr-merge-champion",
|
|
24452
|
+
"description": "Optimize pull requests for quick approval and merging by ensuring clean diffs, comprehensive self-reviews, and structured documentation.",
|
|
24453
|
+
"risk": "safe",
|
|
24454
|
+
"source": "self",
|
|
24455
|
+
"date_added": "2026-06-16",
|
|
24456
|
+
"plugin": {
|
|
24457
|
+
"targets": {
|
|
24458
|
+
"codex": "supported",
|
|
24459
|
+
"claude": "supported"
|
|
24460
|
+
},
|
|
24461
|
+
"setup": {
|
|
24462
|
+
"type": "none",
|
|
24463
|
+
"summary": "",
|
|
24464
|
+
"docs": null
|
|
24465
|
+
},
|
|
24466
|
+
"reasons": []
|
|
24467
|
+
}
|
|
24468
|
+
},
|
|
24093
24469
|
{
|
|
24094
24470
|
"id": "pr-writer",
|
|
24095
24471
|
"path": "skills/pr-writer",
|
|
@@ -24840,6 +25216,28 @@
|
|
|
24840
25216
|
"reasons": []
|
|
24841
25217
|
}
|
|
24842
25218
|
},
|
|
25219
|
+
{
|
|
25220
|
+
"id": "python",
|
|
25221
|
+
"path": "skills/super-code/python",
|
|
25222
|
+
"category": "super-code",
|
|
25223
|
+
"name": "python",
|
|
25224
|
+
"description": "Language-specific super-code guidelines for python.",
|
|
25225
|
+
"risk": "safe",
|
|
25226
|
+
"source": "community",
|
|
25227
|
+
"date_added": "2026-06-16",
|
|
25228
|
+
"plugin": {
|
|
25229
|
+
"targets": {
|
|
25230
|
+
"codex": "supported",
|
|
25231
|
+
"claude": "supported"
|
|
25232
|
+
},
|
|
25233
|
+
"setup": {
|
|
25234
|
+
"type": "none",
|
|
25235
|
+
"summary": "",
|
|
25236
|
+
"docs": null
|
|
25237
|
+
},
|
|
25238
|
+
"reasons": []
|
|
25239
|
+
}
|
|
25240
|
+
},
|
|
24843
25241
|
{
|
|
24844
25242
|
"id": "python-development",
|
|
24845
25243
|
"path": "skills/python-development",
|
|
@@ -26094,6 +26492,28 @@
|
|
|
26094
26492
|
"reasons": []
|
|
26095
26493
|
}
|
|
26096
26494
|
},
|
|
26495
|
+
{
|
|
26496
|
+
"id": "ruby",
|
|
26497
|
+
"path": "skills/super-code/ruby",
|
|
26498
|
+
"category": "super-code",
|
|
26499
|
+
"name": "ruby",
|
|
26500
|
+
"description": "Language-specific super-code guidelines for ruby.",
|
|
26501
|
+
"risk": "safe",
|
|
26502
|
+
"source": "community",
|
|
26503
|
+
"date_added": "2026-06-16",
|
|
26504
|
+
"plugin": {
|
|
26505
|
+
"targets": {
|
|
26506
|
+
"codex": "supported",
|
|
26507
|
+
"claude": "supported"
|
|
26508
|
+
},
|
|
26509
|
+
"setup": {
|
|
26510
|
+
"type": "none",
|
|
26511
|
+
"summary": "",
|
|
26512
|
+
"docs": null
|
|
26513
|
+
},
|
|
26514
|
+
"reasons": []
|
|
26515
|
+
}
|
|
26516
|
+
},
|
|
26097
26517
|
{
|
|
26098
26518
|
"id": "ruby-pro",
|
|
26099
26519
|
"path": "skills/ruby-pro",
|
|
@@ -26160,6 +26580,28 @@
|
|
|
26160
26580
|
"reasons": []
|
|
26161
26581
|
}
|
|
26162
26582
|
},
|
|
26583
|
+
{
|
|
26584
|
+
"id": "rust",
|
|
26585
|
+
"path": "skills/super-code/rust",
|
|
26586
|
+
"category": "super-code",
|
|
26587
|
+
"name": "rust",
|
|
26588
|
+
"description": "Language-specific super-code guidelines for rust.",
|
|
26589
|
+
"risk": "safe",
|
|
26590
|
+
"source": "community",
|
|
26591
|
+
"date_added": "2026-06-16",
|
|
26592
|
+
"plugin": {
|
|
26593
|
+
"targets": {
|
|
26594
|
+
"codex": "supported",
|
|
26595
|
+
"claude": "supported"
|
|
26596
|
+
},
|
|
26597
|
+
"setup": {
|
|
26598
|
+
"type": "none",
|
|
26599
|
+
"summary": "",
|
|
26600
|
+
"docs": null
|
|
26601
|
+
},
|
|
26602
|
+
"reasons": []
|
|
26603
|
+
}
|
|
26604
|
+
},
|
|
26163
26605
|
{
|
|
26164
26606
|
"id": "rust-async-patterns",
|
|
26165
26607
|
"path": "skills/rust-async-patterns",
|
|
@@ -26446,6 +26888,28 @@
|
|
|
26446
26888
|
"reasons": []
|
|
26447
26889
|
}
|
|
26448
26890
|
},
|
|
26891
|
+
{
|
|
26892
|
+
"id": "scala",
|
|
26893
|
+
"path": "skills/super-code/scala",
|
|
26894
|
+
"category": "super-code",
|
|
26895
|
+
"name": "scala",
|
|
26896
|
+
"description": "Language-specific super-code guidelines for scala.",
|
|
26897
|
+
"risk": "safe",
|
|
26898
|
+
"source": "community",
|
|
26899
|
+
"date_added": "2026-06-16",
|
|
26900
|
+
"plugin": {
|
|
26901
|
+
"targets": {
|
|
26902
|
+
"codex": "supported",
|
|
26903
|
+
"claude": "supported"
|
|
26904
|
+
},
|
|
26905
|
+
"setup": {
|
|
26906
|
+
"type": "none",
|
|
26907
|
+
"summary": "",
|
|
26908
|
+
"docs": null
|
|
26909
|
+
},
|
|
26910
|
+
"reasons": []
|
|
26911
|
+
}
|
|
26912
|
+
},
|
|
26449
26913
|
{
|
|
26450
26914
|
"id": "scala-pro",
|
|
26451
26915
|
"path": "skills/scala-pro",
|
|
@@ -26688,6 +27152,28 @@
|
|
|
26688
27152
|
"reasons": []
|
|
26689
27153
|
}
|
|
26690
27154
|
},
|
|
27155
|
+
{
|
|
27156
|
+
"id": "screenstudio-alt",
|
|
27157
|
+
"path": "skills/screenstudio-alt",
|
|
27158
|
+
"category": "uncategorized",
|
|
27159
|
+
"name": "screenstudio-alt",
|
|
27160
|
+
"description": "Open-source headless Screen Studio alternative: auto speed-up of idle, auto-zoom on click clusters, keystroke overlay chips, smoothed synthetic cursor, and 9:16 vertical export that follows the action \u2014 post-production for screen recordings from the CLI.",
|
|
27161
|
+
"risk": "safe",
|
|
27162
|
+
"source": "community",
|
|
27163
|
+
"date_added": "2026-06-16",
|
|
27164
|
+
"plugin": {
|
|
27165
|
+
"targets": {
|
|
27166
|
+
"codex": "supported",
|
|
27167
|
+
"claude": "supported"
|
|
27168
|
+
},
|
|
27169
|
+
"setup": {
|
|
27170
|
+
"type": "none",
|
|
27171
|
+
"summary": "",
|
|
27172
|
+
"docs": null
|
|
27173
|
+
},
|
|
27174
|
+
"reasons": []
|
|
27175
|
+
}
|
|
27176
|
+
},
|
|
26691
27177
|
{
|
|
26692
27178
|
"id": "scroll-experience",
|
|
26693
27179
|
"path": "skills/scroll-experience",
|
|
@@ -29924,6 +30410,28 @@
|
|
|
29924
30410
|
"reasons": []
|
|
29925
30411
|
}
|
|
29926
30412
|
},
|
|
30413
|
+
{
|
|
30414
|
+
"id": "super-code",
|
|
30415
|
+
"path": "skills/super-code",
|
|
30416
|
+
"category": "uncategorized",
|
|
30417
|
+
"name": "super-code",
|
|
30418
|
+
"description": "Standing house style to enforce dense, correct, and idiomatic code on all coding tasks. Minimizes code bloat and agent operation overhead.",
|
|
30419
|
+
"risk": "safe",
|
|
30420
|
+
"source": "community",
|
|
30421
|
+
"date_added": "2026-06-16",
|
|
30422
|
+
"plugin": {
|
|
30423
|
+
"targets": {
|
|
30424
|
+
"codex": "supported",
|
|
30425
|
+
"claude": "supported"
|
|
30426
|
+
},
|
|
30427
|
+
"setup": {
|
|
30428
|
+
"type": "none",
|
|
30429
|
+
"summary": "",
|
|
30430
|
+
"docs": null
|
|
30431
|
+
},
|
|
30432
|
+
"reasons": []
|
|
30433
|
+
}
|
|
30434
|
+
},
|
|
29927
30435
|
{
|
|
29928
30436
|
"id": "superpowers-lab",
|
|
29929
30437
|
"path": "skills/superpowers-lab",
|
|
@@ -29990,6 +30498,28 @@
|
|
|
29990
30498
|
"reasons": []
|
|
29991
30499
|
}
|
|
29992
30500
|
},
|
|
30501
|
+
{
|
|
30502
|
+
"id": "swift",
|
|
30503
|
+
"path": "skills/super-code/swift",
|
|
30504
|
+
"category": "super-code",
|
|
30505
|
+
"name": "swift",
|
|
30506
|
+
"description": "Language-specific super-code guidelines for swift.",
|
|
30507
|
+
"risk": "safe",
|
|
30508
|
+
"source": "community",
|
|
30509
|
+
"date_added": "2026-06-16",
|
|
30510
|
+
"plugin": {
|
|
30511
|
+
"targets": {
|
|
30512
|
+
"codex": "supported",
|
|
30513
|
+
"claude": "supported"
|
|
30514
|
+
},
|
|
30515
|
+
"setup": {
|
|
30516
|
+
"type": "none",
|
|
30517
|
+
"summary": "",
|
|
30518
|
+
"docs": null
|
|
30519
|
+
},
|
|
30520
|
+
"reasons": []
|
|
30521
|
+
}
|
|
30522
|
+
},
|
|
29993
30523
|
{
|
|
29994
30524
|
"id": "swift-concurrency-expert",
|
|
29995
30525
|
"path": "skills/swift-concurrency-expert",
|
|
@@ -31710,6 +32240,28 @@
|
|
|
31710
32240
|
"reasons": []
|
|
31711
32241
|
}
|
|
31712
32242
|
},
|
|
32243
|
+
{
|
|
32244
|
+
"id": "typescript",
|
|
32245
|
+
"path": "skills/super-code/typescript",
|
|
32246
|
+
"category": "super-code",
|
|
32247
|
+
"name": "typescript",
|
|
32248
|
+
"description": "Language-specific super-code guidelines for typescript.",
|
|
32249
|
+
"risk": "safe",
|
|
32250
|
+
"source": "community",
|
|
32251
|
+
"date_added": "2026-06-16",
|
|
32252
|
+
"plugin": {
|
|
32253
|
+
"targets": {
|
|
32254
|
+
"codex": "supported",
|
|
32255
|
+
"claude": "supported"
|
|
32256
|
+
},
|
|
32257
|
+
"setup": {
|
|
32258
|
+
"type": "none",
|
|
32259
|
+
"summary": "",
|
|
32260
|
+
"docs": null
|
|
32261
|
+
},
|
|
32262
|
+
"reasons": []
|
|
32263
|
+
}
|
|
32264
|
+
},
|
|
31713
32265
|
{
|
|
31714
32266
|
"id": "typescript-advanced-types",
|
|
31715
32267
|
"path": "skills/typescript-advanced-types",
|
|
@@ -33322,6 +33874,28 @@
|
|
|
33322
33874
|
"reasons": []
|
|
33323
33875
|
}
|
|
33324
33876
|
},
|
|
33877
|
+
{
|
|
33878
|
+
"id": "web-media-getter",
|
|
33879
|
+
"path": "skills/web-media-getter",
|
|
33880
|
+
"category": "uncategorized",
|
|
33881
|
+
"name": "web-media-getter",
|
|
33882
|
+
"description": "One query across free image / video / GIF APIs (stock + historical/archival + GIF engines), returning normalized, license-tagged results with optional top-K download + attribution sidecar. The retrieval peer to local semantic search and generative media.",
|
|
33883
|
+
"risk": "safe",
|
|
33884
|
+
"source": "community",
|
|
33885
|
+
"date_added": "2026-06-16",
|
|
33886
|
+
"plugin": {
|
|
33887
|
+
"targets": {
|
|
33888
|
+
"codex": "supported",
|
|
33889
|
+
"claude": "supported"
|
|
33890
|
+
},
|
|
33891
|
+
"setup": {
|
|
33892
|
+
"type": "none",
|
|
33893
|
+
"summary": "",
|
|
33894
|
+
"docs": null
|
|
33895
|
+
},
|
|
33896
|
+
"reasons": []
|
|
33897
|
+
}
|
|
33898
|
+
},
|
|
33325
33899
|
{
|
|
33326
33900
|
"id": "web-performance-optimization",
|
|
33327
33901
|
"path": "skills/web-performance-optimization",
|