opencode-skills-collection 3.0.7 → 3.0.9
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 +6 -1
- package/bundled-skills/aomi-transact/SKILL.md +127 -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/git-pr-review/SKILL.md +12 -0
- package/bundled-skills/kubestellar-console/SKILL.md +14 -5
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +9 -8
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +2 -1
- package/bundled-skills/mock-hunter/SKILL.md +144 -0
- package/bundled-skills/multi-agent-architect/SKILL.md +361 -0
- package/bundled-skills/production-audit/SKILL.md +9 -8
- package/bundled-skills/rich-elicitation/SKILL.md +213 -0
- package/bundled-skills/skill-writer/references/authoring-path.md +26 -0
- package/bundled-skills/skill-writer/references/description-optimization.md +30 -0
- package/bundled-skills/skill-writer/references/design-principles.md +26 -0
- package/bundled-skills/skill-writer/references/evaluation-path.md +28 -0
- package/bundled-skills/skill-writer/references/examples/workflow-process.md +27 -0
- package/bundled-skills/skill-writer/references/iteration-path.md +28 -0
- package/bundled-skills/skill-writer/references/mode-selection.md +35 -0
- package/bundled-skills/skill-writer/references/output-patterns.md +34 -0
- package/bundled-skills/skill-writer/references/registration-validation.md +33 -0
- package/bundled-skills/skill-writer/references/skill-patterns.md +50 -0
- package/bundled-skills/skill-writer/references/synthesis-path.md +31 -0
- package/bundled-skills/skill-writer/references/workflow-patterns.md +36 -0
- package/bundled-skills/unity-ai-game-creator/SKILL.md +299 -0
- package/package.json +1 -1
- package/skills_index.json +111 -1
package/skills_index.json
CHANGED
|
@@ -1593,6 +1593,28 @@
|
|
|
1593
1593
|
"reasons": []
|
|
1594
1594
|
}
|
|
1595
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
"id": "aomi-transact",
|
|
1598
|
+
"path": "skills/aomi-transact",
|
|
1599
|
+
"category": "ai-ml",
|
|
1600
|
+
"name": "aomi-transact",
|
|
1601
|
+
"description": "Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea \u2014 non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.",
|
|
1602
|
+
"risk": "critical",
|
|
1603
|
+
"source": "aomi-labs/skills (MIT)",
|
|
1604
|
+
"date_added": "2026-05-06",
|
|
1605
|
+
"plugin": {
|
|
1606
|
+
"targets": {
|
|
1607
|
+
"codex": "supported",
|
|
1608
|
+
"claude": "supported"
|
|
1609
|
+
},
|
|
1610
|
+
"setup": {
|
|
1611
|
+
"type": "none",
|
|
1612
|
+
"summary": "",
|
|
1613
|
+
"docs": null
|
|
1614
|
+
},
|
|
1615
|
+
"reasons": []
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1596
1618
|
{
|
|
1597
1619
|
"id": "api-design-principles",
|
|
1598
1620
|
"path": "skills/api-design-principles",
|
|
@@ -19137,6 +19159,28 @@
|
|
|
19137
19159
|
"reasons": []
|
|
19138
19160
|
}
|
|
19139
19161
|
},
|
|
19162
|
+
{
|
|
19163
|
+
"id": "mock-hunter",
|
|
19164
|
+
"path": "skills/mock-hunter",
|
|
19165
|
+
"category": "testing",
|
|
19166
|
+
"name": "mock-hunter",
|
|
19167
|
+
"description": "Audit a live web page in five phases (catalog, click, trace, classify, report) to identify mock data, hardcoded values, LLM-generated metrics, and broken endpoints. Outputs a markdown report with REAL/MOCK/LLM/HARDCODED/BROKEN/UNKNOWN verdicts per visible value.",
|
|
19168
|
+
"risk": "safe",
|
|
19169
|
+
"source": "community",
|
|
19170
|
+
"date_added": "2026-05-07",
|
|
19171
|
+
"plugin": {
|
|
19172
|
+
"targets": {
|
|
19173
|
+
"codex": "supported",
|
|
19174
|
+
"claude": "supported"
|
|
19175
|
+
},
|
|
19176
|
+
"setup": {
|
|
19177
|
+
"type": "none",
|
|
19178
|
+
"summary": "",
|
|
19179
|
+
"docs": null
|
|
19180
|
+
},
|
|
19181
|
+
"reasons": []
|
|
19182
|
+
}
|
|
19183
|
+
},
|
|
19140
19184
|
{
|
|
19141
19185
|
"id": "modern-javascript-patterns",
|
|
19142
19186
|
"path": "skills/modern-javascript-patterns",
|
|
@@ -19447,6 +19491,28 @@
|
|
|
19447
19491
|
"reasons": []
|
|
19448
19492
|
}
|
|
19449
19493
|
},
|
|
19494
|
+
{
|
|
19495
|
+
"id": "multi-agent-architect",
|
|
19496
|
+
"path": "skills/multi-agent-architect",
|
|
19497
|
+
"category": "ai-ml",
|
|
19498
|
+
"name": "multi-agent-architect",
|
|
19499
|
+
"description": "Design and optimize production-grade multi-agent systems with LangGraph, LangChain, and DeepAgents for complex AI workflows.",
|
|
19500
|
+
"risk": "safe",
|
|
19501
|
+
"source": "community",
|
|
19502
|
+
"date_added": null,
|
|
19503
|
+
"plugin": {
|
|
19504
|
+
"targets": {
|
|
19505
|
+
"codex": "supported",
|
|
19506
|
+
"claude": "supported"
|
|
19507
|
+
},
|
|
19508
|
+
"setup": {
|
|
19509
|
+
"type": "none",
|
|
19510
|
+
"summary": "",
|
|
19511
|
+
"docs": null
|
|
19512
|
+
},
|
|
19513
|
+
"reasons": []
|
|
19514
|
+
}
|
|
19515
|
+
},
|
|
19450
19516
|
{
|
|
19451
19517
|
"id": "multi-agent-brainstorming",
|
|
19452
19518
|
"path": "skills/multi-agent-brainstorming",
|
|
@@ -22448,7 +22514,7 @@
|
|
|
22448
22514
|
"category": "security",
|
|
22449
22515
|
"name": "production-audit",
|
|
22450
22516
|
"description": "Audit a shipped repo for production-readiness gaps across RLS, webhooks, secrets, grants, Stripe idempotency, mobile UX, and deployment health.",
|
|
22451
|
-
"risk": "
|
|
22517
|
+
"risk": "critical",
|
|
22452
22518
|
"source": "community",
|
|
22453
22519
|
"date_added": "2026-05-04",
|
|
22454
22520
|
"plugin": {
|
|
@@ -23918,6 +23984,28 @@
|
|
|
23918
23984
|
"reasons": []
|
|
23919
23985
|
}
|
|
23920
23986
|
},
|
|
23987
|
+
{
|
|
23988
|
+
"id": "rich-elicitation",
|
|
23989
|
+
"path": "skills/rich-elicitation",
|
|
23990
|
+
"category": "productivity",
|
|
23991
|
+
"name": "rich-elicitation",
|
|
23992
|
+
"description": "Asks clarifying questions in multiple rounds before starting ambiguous tasks. Fires when 2+ task dimensions each have 3+ viable answers.",
|
|
23993
|
+
"risk": "none",
|
|
23994
|
+
"source": "self",
|
|
23995
|
+
"date_added": "2026-05-07",
|
|
23996
|
+
"plugin": {
|
|
23997
|
+
"targets": {
|
|
23998
|
+
"codex": "supported",
|
|
23999
|
+
"claude": "supported"
|
|
24000
|
+
},
|
|
24001
|
+
"setup": {
|
|
24002
|
+
"type": "none",
|
|
24003
|
+
"summary": "",
|
|
24004
|
+
"docs": null
|
|
24005
|
+
},
|
|
24006
|
+
"reasons": []
|
|
24007
|
+
}
|
|
24008
|
+
},
|
|
23921
24009
|
{
|
|
23922
24010
|
"id": "risk-manager",
|
|
23923
24011
|
"path": "skills/risk-manager",
|
|
@@ -29630,6 +29718,28 @@
|
|
|
29630
29718
|
"reasons": []
|
|
29631
29719
|
}
|
|
29632
29720
|
},
|
|
29721
|
+
{
|
|
29722
|
+
"id": "unity-ai-game-creator",
|
|
29723
|
+
"path": "skills/unity-ai-game-creator",
|
|
29724
|
+
"category": "game-development",
|
|
29725
|
+
"name": "unity-ai-game-creator",
|
|
29726
|
+
"description": "Transform raw game ideas into complete Unity projects with AI-powered asset generation, scene blueprints, music/SFX prompts, and step-by-step development procedures using Unity 6+ and modern AI tools.",
|
|
29727
|
+
"risk": "safe",
|
|
29728
|
+
"source": "community",
|
|
29729
|
+
"date_added": "2026-05-08",
|
|
29730
|
+
"plugin": {
|
|
29731
|
+
"targets": {
|
|
29732
|
+
"codex": "supported",
|
|
29733
|
+
"claude": "supported"
|
|
29734
|
+
},
|
|
29735
|
+
"setup": {
|
|
29736
|
+
"type": "none",
|
|
29737
|
+
"summary": "",
|
|
29738
|
+
"docs": null
|
|
29739
|
+
},
|
|
29740
|
+
"reasons": []
|
|
29741
|
+
}
|
|
29742
|
+
},
|
|
29633
29743
|
{
|
|
29634
29744
|
"id": "unity-developer",
|
|
29635
29745
|
"path": "skills/unity-developer",
|