opencode-skills-collection 4.0.2 → 4.0.4
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 +4 -1
- package/bundled-skills/ad-campaign-analyzer/SKILL.md +382 -0
- package/bundled-skills/competitor-ad-intelligence/SKILL.md +394 -0
- package/bundled-skills/diagnose-android-overheating/SKILL.md +198 -0
- package/bundled-skills/diagnose-android-overheating/agents/openai.yaml +4 -0
- package/bundled-skills/diagnose-android-overheating/references/evidence-and-interpretation.md +168 -0
- package/bundled-skills/docs/contributors/quality-bar.md +1 -1
- 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/merge-batch.md +6 -5
- package/bundled-skills/docs/maintainers/pr-autonomy.md +4 -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/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/faq.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/finishing-a-development-branch/SKILL.md +7 -1
- package/bundled-skills/git-pr-workflows-git-workflow/SKILL.md +87 -111
- package/bundled-skills/git-pushing/SKILL.md +3 -1
- package/bundled-skills/github-automation/SKILL.md +76 -218
- package/bundled-skills/repo-maintainer/SKILL.md +67 -426
- package/package.json +1 -1
- package/skills_index.json +101 -4
package/skills_index.json
CHANGED
|
@@ -498,6 +498,39 @@
|
|
|
498
498
|
"reasons": []
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
|
+
{
|
|
502
|
+
"id": "ad-campaign-analyzer",
|
|
503
|
+
"path": "skills/ad-campaign-analyzer",
|
|
504
|
+
"category": "marketing",
|
|
505
|
+
"name": "ad-campaign-analyzer",
|
|
506
|
+
"description": "Analyze cross-channel campaign data, quantify uncertainty, and propose evidence-labeled budget tests without overstating causality.",
|
|
507
|
+
"risk": "critical",
|
|
508
|
+
"source": "community",
|
|
509
|
+
"date_added": "2026-07-16",
|
|
510
|
+
"plugin": {
|
|
511
|
+
"targets": {
|
|
512
|
+
"codex": "supported",
|
|
513
|
+
"claude": "supported"
|
|
514
|
+
},
|
|
515
|
+
"setup": {
|
|
516
|
+
"type": "none",
|
|
517
|
+
"summary": "",
|
|
518
|
+
"docs": null
|
|
519
|
+
},
|
|
520
|
+
"reasons": []
|
|
521
|
+
},
|
|
522
|
+
"source_type": "community",
|
|
523
|
+
"source_repo": "gooseworks-ai/goose-skills",
|
|
524
|
+
"license": "MIT",
|
|
525
|
+
"license_source": "https://github.com/gooseworks-ai/goose-skills/blob/main/LICENSE",
|
|
526
|
+
"tags": [
|
|
527
|
+
"ads",
|
|
528
|
+
"analytics",
|
|
529
|
+
"budget-optimization",
|
|
530
|
+
"roas",
|
|
531
|
+
"marketing"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
501
534
|
{
|
|
502
535
|
"id": "ad-creative",
|
|
503
536
|
"path": "skills/ad-creative",
|
|
@@ -11256,6 +11289,39 @@
|
|
|
11256
11289
|
"reasons": []
|
|
11257
11290
|
}
|
|
11258
11291
|
},
|
|
11292
|
+
{
|
|
11293
|
+
"id": "competitor-ad-intelligence",
|
|
11294
|
+
"path": "skills/competitor-ad-intelligence",
|
|
11295
|
+
"category": "marketing",
|
|
11296
|
+
"name": "competitor-ad-intelligence",
|
|
11297
|
+
"description": "Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.",
|
|
11298
|
+
"risk": "critical",
|
|
11299
|
+
"source": "community",
|
|
11300
|
+
"date_added": "2026-07-16",
|
|
11301
|
+
"plugin": {
|
|
11302
|
+
"targets": {
|
|
11303
|
+
"codex": "supported",
|
|
11304
|
+
"claude": "supported"
|
|
11305
|
+
},
|
|
11306
|
+
"setup": {
|
|
11307
|
+
"type": "none",
|
|
11308
|
+
"summary": "",
|
|
11309
|
+
"docs": null
|
|
11310
|
+
},
|
|
11311
|
+
"reasons": []
|
|
11312
|
+
},
|
|
11313
|
+
"source_type": "community",
|
|
11314
|
+
"source_repo": "gooseworks-ai/goose-skills",
|
|
11315
|
+
"license": "MIT",
|
|
11316
|
+
"license_source": "https://github.com/gooseworks-ai/goose-skills/blob/main/LICENSE",
|
|
11317
|
+
"tags": [
|
|
11318
|
+
"ads",
|
|
11319
|
+
"competitive-intelligence",
|
|
11320
|
+
"meta-ads",
|
|
11321
|
+
"google-ads",
|
|
11322
|
+
"marketing"
|
|
11323
|
+
]
|
|
11324
|
+
},
|
|
11259
11325
|
{
|
|
11260
11326
|
"id": "competitor-alternatives",
|
|
11261
11327
|
"path": "skills/competitor-alternatives",
|
|
@@ -15223,6 +15289,37 @@
|
|
|
15223
15289
|
"license": "MIT",
|
|
15224
15290
|
"license_source": "https://github.com/jonathimer/devmarketing-skills/blob/main/LICENSE"
|
|
15225
15291
|
},
|
|
15292
|
+
{
|
|
15293
|
+
"id": "diagnose-android-overheating",
|
|
15294
|
+
"path": "skills/diagnose-android-overheating",
|
|
15295
|
+
"category": "debugging",
|
|
15296
|
+
"name": "diagnose-android-overheating",
|
|
15297
|
+
"description": "Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.",
|
|
15298
|
+
"risk": "critical",
|
|
15299
|
+
"source": "self",
|
|
15300
|
+
"date_added": "2026-07-16",
|
|
15301
|
+
"plugin": {
|
|
15302
|
+
"targets": {
|
|
15303
|
+
"codex": "supported",
|
|
15304
|
+
"claude": "supported"
|
|
15305
|
+
},
|
|
15306
|
+
"setup": {
|
|
15307
|
+
"type": "none",
|
|
15308
|
+
"summary": "",
|
|
15309
|
+
"docs": null
|
|
15310
|
+
},
|
|
15311
|
+
"reasons": []
|
|
15312
|
+
},
|
|
15313
|
+
"source_type": "self",
|
|
15314
|
+
"tags": [
|
|
15315
|
+
"android",
|
|
15316
|
+
"adb",
|
|
15317
|
+
"overheating",
|
|
15318
|
+
"thermal",
|
|
15319
|
+
"battery",
|
|
15320
|
+
"diagnostics"
|
|
15321
|
+
]
|
|
15322
|
+
},
|
|
15226
15323
|
{
|
|
15227
15324
|
"id": "diagnosing-bugs",
|
|
15228
15325
|
"path": "skills/diagnosing-bugs",
|
|
@@ -20264,7 +20361,7 @@
|
|
|
20264
20361
|
"path": "skills/git-pr-workflows-git-workflow",
|
|
20265
20362
|
"category": "workflow",
|
|
20266
20363
|
"name": "git-pr-workflows-git-workflow",
|
|
20267
|
-
"description": "Orchestrate
|
|
20364
|
+
"description": "Orchestrate review, tests, commits, branch pushes, and pull-request creation with parallel agents. Use when completed changes must move through validation into a PR or guarded merge.",
|
|
20268
20365
|
"risk": "critical",
|
|
20269
20366
|
"source": "community",
|
|
20270
20367
|
"date_added": "2026-02-27",
|
|
@@ -20474,7 +20571,7 @@
|
|
|
20474
20571
|
"path": "skills/github-automation",
|
|
20475
20572
|
"category": "workflow",
|
|
20476
20573
|
"name": "github-automation",
|
|
20477
|
-
"description": "
|
|
20574
|
+
"description": "Operate GitHub issues, pull requests, branches, checks, workflows, and permissions through Rube MCP. Use when GitHub work must be queried or changed programmatically with repository-policy safeguards.",
|
|
20478
20575
|
"risk": "critical",
|
|
20479
20576
|
"source": "community",
|
|
20480
20577
|
"date_added": "2026-02-27",
|
|
@@ -35365,8 +35462,8 @@
|
|
|
35365
35462
|
"path": "skills/repo-maintainer",
|
|
35366
35463
|
"category": "uncategorized",
|
|
35367
35464
|
"name": "repo-maintainer",
|
|
35368
|
-
"description": "
|
|
35369
|
-
"risk": "
|
|
35465
|
+
"description": "Audit and repair repository hygiene across artifacts, dependencies, CI, docs, Git state, and code-quality signals. Use for repository maintenance, cleanup, health checks, or pre-release hardening.",
|
|
35466
|
+
"risk": "critical",
|
|
35370
35467
|
"source": "https://github.com/Wolfe-Jam/faf-skills/tree/main/skills/repo-maintainer",
|
|
35371
35468
|
"date_added": "2026-07-01",
|
|
35372
35469
|
"plugin": {
|