opencode-skills-collection 4.0.35 → 4.0.37
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 +13 -1
- package/bundled-skills/agent-evaluation-reporting/SKILL.md +136 -0
- package/bundled-skills/agent-harness-fault-injection/SKILL.md +250 -0
- package/bundled-skills/anti-ui-slop/SKILL.md +115 -0
- package/bundled-skills/audit-agent-run-evidence/SKILL.md +165 -0
- package/bundled-skills/boost-asio-pro/SKILL.md +172 -0
- package/bundled-skills/boost-asio-pro/references/build.md +88 -0
- package/bundled-skills/boost-asio-pro/references/classic-boost.md +33 -0
- package/bundled-skills/boost-asio-pro/references/coroutines.md +415 -0
- package/bundled-skills/boost-asio-pro/references/pre-cpp20.md +164 -0
- package/bundled-skills/boost-asio-pro/references/ssl.md +38 -0
- package/bundled-skills/cross-platform-contract-propagation-audit/SKILL.md +159 -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 +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +9 -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/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/dsh-deepread/SKILL.md +200 -0
- package/bundled-skills/liuguang-banlan-ui/SKILL.md +135 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/favicon.svg +4 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/index.html +32 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/launcher.css +25 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/index.html +179 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/theme-config.js +105 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/theme.css +107 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/index.html +179 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/theme-config.js +105 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/theme.css +107 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/base.css +423 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/spectral-field.js +450 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/workbench.js +255 -0
- package/bundled-skills/liuguang-banlan-ui/references/style-contract.md +53 -0
- package/bundled-skills/liuguang-banlan-ui/references/verification.md +70 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/measure_preview.py +144 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/requirements.txt +2 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/scaffold_template.py +43 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/validate_manifest.py +173 -0
- package/bundled-skills/multi-source-search/SKILL.md +139 -0
- package/bundled-skills/multi-source-search/references/report-schema.md +47 -0
- package/bundled-skills/multi-source-search/scripts/validate_report.py +221 -0
- package/bundled-skills/review-multi-agent-orchestration/SKILL.md +201 -0
- package/bundled-skills/ui-slop-score/SKILL.md +80 -0
- package/bundled-skills/using-lwc/LICENSE +201 -0
- package/bundled-skills/using-lwc/README.md +926 -0
- package/bundled-skills/using-lwc/README.zh-CN.md +836 -0
- package/bundled-skills/using-lwc/SKILL.md +156 -0
- package/bundled-skills/using-lwc/agents/openai.yaml +4 -0
- package/bundled-skills/using-lwc/assets/global-purpose.md +17 -0
- package/bundled-skills/using-lwc/assets/global-schema.md +28 -0
- package/bundled-skills/using-lwc/references/active-memory.md +81 -0
- package/bundled-skills/using-lwc/references/agent-onboarding.md +84 -0
- package/bundled-skills/using-lwc/references/code-graph.md +60 -0
- package/bundled-skills/using-lwc/references/core-memory.md +51 -0
- package/bundled-skills/using-lwc/references/document-conversion.md +53 -0
- package/bundled-skills/using-lwc/references/document-graph.md +58 -0
- package/bundled-skills/using-lwc/references/llm-wiki.md +75 -0
- package/bundled-skills/using-lwc/references/memory-policy.md +551 -0
- package/bundled-skills/using-lwc/references/operations-manual.md +503 -0
- package/bundled-skills/using-lwc/references/recovery-maintenance.md +53 -0
- package/bundled-skills/using-lwc/references/strong-context.md +54 -0
- package/bundled-skills/using-lwc/references/trigger-playbook.md +53 -0
- package/bundled-skills/using-lwc/references/word-graph.md +45 -0
- package/bundled-skills/using-lwc/scripts/bootstrap.sh +359 -0
- package/bundled-skills/using-lwc/scripts/install-lwc.sh +172 -0
- package/bundled-skills/youtube-summarizer/SKILL.md +21 -7
- package/bundled-skills/youtube-summarizer/scripts/extract-transcript.py +45 -12
- package/package.json +3 -2
- package/skills_index.json +268 -0
|
@@ -1,25 +1,55 @@
|
|
|
1
1
|
#!/usr/bin/env python3
|
|
2
2
|
"""
|
|
3
3
|
Extract YouTube video transcript
|
|
4
|
-
Usage: ./extract-transcript.py
|
|
4
|
+
Usage: ./extract-transcript.py VIDEO_ID_OR_URL [LANGUAGE_CODE]
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
+
import re
|
|
7
8
|
import sys
|
|
8
9
|
from youtube_transcript_api import YouTubeTranscriptApi, TranscriptsDisabled, NoTranscriptFound
|
|
9
10
|
|
|
11
|
+
# Windows consoles default to a legacy codepage that cannot encode the emoji below,
|
|
12
|
+
# or non-Latin transcript text. Force UTF-8 so output never dies on encoding.
|
|
13
|
+
for _stream in (sys.stdout, sys.stderr):
|
|
14
|
+
if hasattr(_stream, 'reconfigure'):
|
|
15
|
+
_stream.reconfigure(encoding='utf-8', errors='replace')
|
|
16
|
+
|
|
17
|
+
# youtube-transcript-api 1.0 replaced the class methods get_transcript/list_transcripts
|
|
18
|
+
# with an instance API (fetch/list). Support both so the skill works on either version.
|
|
19
|
+
_IS_LEGACY_API = hasattr(YouTubeTranscriptApi, 'get_transcript')
|
|
20
|
+
|
|
21
|
+
def parse_video_id(value):
|
|
22
|
+
"""Accept a bare video ID or any common YouTube URL form"""
|
|
23
|
+
if not re.search(r'[/.]', value):
|
|
24
|
+
return value
|
|
25
|
+
|
|
26
|
+
patterns = [
|
|
27
|
+
r'(?:v=|/embed/|/shorts/|/live/|youtu\.be/)([A-Za-z0-9_-]{11})',
|
|
28
|
+
r'/v/([A-Za-z0-9_-]{11})',
|
|
29
|
+
]
|
|
30
|
+
for pattern in patterns:
|
|
31
|
+
match = re.search(pattern, value)
|
|
32
|
+
if match:
|
|
33
|
+
return match.group(1)
|
|
34
|
+
|
|
35
|
+
print(f"❌ Could not find a video ID in: {value}", file=sys.stderr)
|
|
36
|
+
sys.exit(1)
|
|
37
|
+
|
|
10
38
|
def extract_transcript(video_id, language='en'):
|
|
11
39
|
"""Extract transcript from YouTube video"""
|
|
12
40
|
try:
|
|
13
41
|
# Try to get transcript in specified language with fallback to English
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
42
|
+
languages = [language, 'en'] if language != 'en' else ['en']
|
|
43
|
+
|
|
44
|
+
if _IS_LEGACY_API:
|
|
45
|
+
transcript = YouTubeTranscriptApi.get_transcript(video_id, languages=languages)
|
|
46
|
+
else:
|
|
47
|
+
transcript = YouTubeTranscriptApi().fetch(video_id, languages=languages).to_raw_data()
|
|
48
|
+
|
|
19
49
|
# Combine all transcript segments
|
|
20
50
|
full_text = " ".join([entry['text'] for entry in transcript])
|
|
21
51
|
return full_text
|
|
22
|
-
|
|
52
|
+
|
|
23
53
|
except TranscriptsDisabled:
|
|
24
54
|
print(f"❌ Transcripts are disabled for video {video_id}", file=sys.stderr)
|
|
25
55
|
sys.exit(1)
|
|
@@ -33,7 +63,10 @@ def extract_transcript(video_id, language='en'):
|
|
|
33
63
|
def list_available_transcripts(video_id):
|
|
34
64
|
"""List all available transcripts for a video"""
|
|
35
65
|
try:
|
|
36
|
-
|
|
66
|
+
if _IS_LEGACY_API:
|
|
67
|
+
transcript_list = YouTubeTranscriptApi.list_transcripts(video_id)
|
|
68
|
+
else:
|
|
69
|
+
transcript_list = YouTubeTranscriptApi().list(video_id)
|
|
37
70
|
print(f"✅ Available transcripts for {video_id}:")
|
|
38
71
|
|
|
39
72
|
for transcript in transcript_list:
|
|
@@ -48,11 +81,11 @@ def list_available_transcripts(video_id):
|
|
|
48
81
|
|
|
49
82
|
if __name__ == "__main__":
|
|
50
83
|
if len(sys.argv) < 2:
|
|
51
|
-
print("Usage: ./extract-transcript.py
|
|
52
|
-
print(" ./extract-transcript.py
|
|
84
|
+
print("Usage: ./extract-transcript.py VIDEO_ID_OR_URL [LANGUAGE_CODE]")
|
|
85
|
+
print(" ./extract-transcript.py VIDEO_ID_OR_URL --list (list available transcripts)")
|
|
53
86
|
sys.exit(1)
|
|
54
|
-
|
|
55
|
-
video_id = sys.argv[1]
|
|
87
|
+
|
|
88
|
+
video_id = parse_video_id(sys.argv[1])
|
|
56
89
|
|
|
57
90
|
# Check if user wants to list available transcripts
|
|
58
91
|
if len(sys.argv) > 2 and sys.argv[2] == "--list":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-skills-collection",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.37",
|
|
4
4
|
"description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsc",
|
|
22
22
|
"test": "bun test",
|
|
23
|
-
"prepublishOnly": "
|
|
23
|
+
"prepublishOnly": "bun run build"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"opencode",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"author": "Davide Ladisa <info@davideladisa.it>",
|
|
35
35
|
"license": "MIT",
|
|
36
|
+
"packageManager": "bun@1.3.14",
|
|
36
37
|
"publishConfig": {
|
|
37
38
|
"access": "public",
|
|
38
39
|
"provenance": true
|
package/skills_index.json
CHANGED
|
@@ -749,6 +749,36 @@
|
|
|
749
749
|
"reasons": []
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"id": "agent-evaluation-reporting",
|
|
754
|
+
"path": "skills/agent-evaluation-reporting",
|
|
755
|
+
"category": "agent-evaluation",
|
|
756
|
+
"name": "agent-evaluation-reporting",
|
|
757
|
+
"description": "Use when summarizing agent evaluations where autonomous, assisted, failed, timed-out, or invalid outcomes must remain distinct and comparable.",
|
|
758
|
+
"risk": "none",
|
|
759
|
+
"source": "self",
|
|
760
|
+
"date_added": "2026-08-18",
|
|
761
|
+
"plugin": {
|
|
762
|
+
"targets": {
|
|
763
|
+
"codex": "supported",
|
|
764
|
+
"claude": "supported"
|
|
765
|
+
},
|
|
766
|
+
"setup": {
|
|
767
|
+
"type": "none",
|
|
768
|
+
"summary": "",
|
|
769
|
+
"docs": null
|
|
770
|
+
},
|
|
771
|
+
"reasons": []
|
|
772
|
+
},
|
|
773
|
+
"source_type": "self",
|
|
774
|
+
"tags": [
|
|
775
|
+
"agent-evaluation",
|
|
776
|
+
"metrics",
|
|
777
|
+
"reporting",
|
|
778
|
+
"reliability",
|
|
779
|
+
"benchmarking"
|
|
780
|
+
]
|
|
781
|
+
},
|
|
752
782
|
{
|
|
753
783
|
"id": "agent-framework-azure-ai-py",
|
|
754
784
|
"path": "skills/agent-framework-azure-ai-py",
|
|
@@ -771,6 +801,37 @@
|
|
|
771
801
|
"reasons": []
|
|
772
802
|
}
|
|
773
803
|
},
|
|
804
|
+
{
|
|
805
|
+
"id": "agent-harness-fault-injection",
|
|
806
|
+
"path": "skills/agent-harness-fault-injection",
|
|
807
|
+
"category": "development",
|
|
808
|
+
"name": "agent-harness-fault-injection",
|
|
809
|
+
"description": "Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.",
|
|
810
|
+
"risk": "safe",
|
|
811
|
+
"source": "self",
|
|
812
|
+
"date_added": "2026-08-19",
|
|
813
|
+
"plugin": {
|
|
814
|
+
"targets": {
|
|
815
|
+
"codex": "supported",
|
|
816
|
+
"claude": "supported"
|
|
817
|
+
},
|
|
818
|
+
"setup": {
|
|
819
|
+
"type": "none",
|
|
820
|
+
"summary": "",
|
|
821
|
+
"docs": null
|
|
822
|
+
},
|
|
823
|
+
"reasons": []
|
|
824
|
+
},
|
|
825
|
+
"source_type": "self",
|
|
826
|
+
"tags": [
|
|
827
|
+
"agent-harness",
|
|
828
|
+
"fault-injection",
|
|
829
|
+
"recovery",
|
|
830
|
+
"state-machine",
|
|
831
|
+
"mcp",
|
|
832
|
+
"multi-agent"
|
|
833
|
+
]
|
|
834
|
+
},
|
|
774
835
|
{
|
|
775
836
|
"id": "agent-manager-skill",
|
|
776
837
|
"path": "skills/agent-manager-skill",
|
|
@@ -4020,6 +4081,28 @@
|
|
|
4020
4081
|
"speech-to-text]"
|
|
4021
4082
|
]
|
|
4022
4083
|
},
|
|
4084
|
+
{
|
|
4085
|
+
"id": "audit-agent-run-evidence",
|
|
4086
|
+
"path": "skills/audit-agent-run-evidence",
|
|
4087
|
+
"category": "uncategorized",
|
|
4088
|
+
"name": "audit-agent-run-evidence",
|
|
4089
|
+
"description": "Use when an agent, harness, gateway, MCP workflow, or multi-step automation claims completion and the available traces, checkpoints, approvals, tool calls, or deployment records must be judged without trusting self-reported success.",
|
|
4090
|
+
"risk": "safe",
|
|
4091
|
+
"source": "self",
|
|
4092
|
+
"date_added": "2026-08-19",
|
|
4093
|
+
"plugin": {
|
|
4094
|
+
"targets": {
|
|
4095
|
+
"codex": "supported",
|
|
4096
|
+
"claude": "supported"
|
|
4097
|
+
},
|
|
4098
|
+
"setup": {
|
|
4099
|
+
"type": "none",
|
|
4100
|
+
"summary": "",
|
|
4101
|
+
"docs": null
|
|
4102
|
+
},
|
|
4103
|
+
"reasons": []
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4023
4106
|
{
|
|
4024
4107
|
"id": "audit-context-building",
|
|
4025
4108
|
"path": "skills/audit-context-building",
|
|
@@ -8251,6 +8334,40 @@
|
|
|
8251
8334
|
"reasons": []
|
|
8252
8335
|
}
|
|
8253
8336
|
},
|
|
8337
|
+
{
|
|
8338
|
+
"id": "boost-asio-pro",
|
|
8339
|
+
"path": "skills/boost-asio-pro",
|
|
8340
|
+
"category": "development",
|
|
8341
|
+
"name": "boost-asio-pro",
|
|
8342
|
+
"description": "Use when writing asynchronous C++ networking code with Boost.Asio or standalone Asio — TCP/UDP servers and clients, SSL/TLS, timers, strands, composed async ops. Covers io_context, co_spawn, awaitable, async_read/async_write, asio::spawn, yield_context, and pre-C++20 callback styles.",
|
|
8343
|
+
"risk": "safe",
|
|
8344
|
+
"source": "community",
|
|
8345
|
+
"date_added": "2026-08-18",
|
|
8346
|
+
"plugin": {
|
|
8347
|
+
"targets": {
|
|
8348
|
+
"codex": "supported",
|
|
8349
|
+
"claude": "supported"
|
|
8350
|
+
},
|
|
8351
|
+
"setup": {
|
|
8352
|
+
"type": "none",
|
|
8353
|
+
"summary": "",
|
|
8354
|
+
"docs": null
|
|
8355
|
+
},
|
|
8356
|
+
"reasons": []
|
|
8357
|
+
},
|
|
8358
|
+
"source_type": "community",
|
|
8359
|
+
"source_repo": "alexprivalov/boost-asio-skill",
|
|
8360
|
+
"license": "MIT",
|
|
8361
|
+
"license_source": "https://github.com/alexprivalov/boost-asio-skill/blob/main/LICENSE",
|
|
8362
|
+
"tags": [
|
|
8363
|
+
"cpp",
|
|
8364
|
+
"boost",
|
|
8365
|
+
"asio",
|
|
8366
|
+
"async",
|
|
8367
|
+
"networking",
|
|
8368
|
+
"coroutines"
|
|
8369
|
+
]
|
|
8370
|
+
},
|
|
8254
8371
|
{
|
|
8255
8372
|
"id": "box-automation",
|
|
8256
8373
|
"path": "skills/box-automation",
|
|
@@ -12971,6 +13088,36 @@
|
|
|
12971
13088
|
"validation"
|
|
12972
13089
|
]
|
|
12973
13090
|
},
|
|
13091
|
+
{
|
|
13092
|
+
"id": "cross-platform-contract-propagation-audit",
|
|
13093
|
+
"path": "skills/cross-platform-contract-propagation-audit",
|
|
13094
|
+
"category": "development",
|
|
13095
|
+
"name": "cross-platform-contract-propagation-audit",
|
|
13096
|
+
"description": "Use when auditing whether a field, enum, flag, or API contract propagates consistently across storage, services, clients, analytics, and tests.",
|
|
13097
|
+
"risk": "safe",
|
|
13098
|
+
"source": "self",
|
|
13099
|
+
"date_added": "2026-08-18",
|
|
13100
|
+
"plugin": {
|
|
13101
|
+
"targets": {
|
|
13102
|
+
"codex": "supported",
|
|
13103
|
+
"claude": "supported"
|
|
13104
|
+
},
|
|
13105
|
+
"setup": {
|
|
13106
|
+
"type": "none",
|
|
13107
|
+
"summary": "",
|
|
13108
|
+
"docs": null
|
|
13109
|
+
},
|
|
13110
|
+
"reasons": []
|
|
13111
|
+
},
|
|
13112
|
+
"source_type": "self",
|
|
13113
|
+
"tags": [
|
|
13114
|
+
"contract-audit",
|
|
13115
|
+
"cross-platform",
|
|
13116
|
+
"api",
|
|
13117
|
+
"schema",
|
|
13118
|
+
"feature-flags"
|
|
13119
|
+
]
|
|
13120
|
+
},
|
|
12974
13121
|
{
|
|
12975
13122
|
"id": "crossframe",
|
|
12976
13123
|
"path": "skills/crossframe",
|
|
@@ -16549,6 +16696,39 @@
|
|
|
16549
16696
|
"reasons": []
|
|
16550
16697
|
}
|
|
16551
16698
|
},
|
|
16699
|
+
{
|
|
16700
|
+
"id": "dsh-deepread",
|
|
16701
|
+
"path": "skills/dsh-deepread",
|
|
16702
|
+
"category": "research",
|
|
16703
|
+
"name": "dsh-deepread",
|
|
16704
|
+
"description": "Use for evidence-first reading of articles, books, PDFs, web pages, or document sets, with knowledge maps and Feynman checks.",
|
|
16705
|
+
"risk": "safe",
|
|
16706
|
+
"source": "community",
|
|
16707
|
+
"date_added": "2026-08-17",
|
|
16708
|
+
"plugin": {
|
|
16709
|
+
"targets": {
|
|
16710
|
+
"codex": "supported",
|
|
16711
|
+
"claude": "supported"
|
|
16712
|
+
},
|
|
16713
|
+
"setup": {
|
|
16714
|
+
"type": "none",
|
|
16715
|
+
"summary": "",
|
|
16716
|
+
"docs": null
|
|
16717
|
+
},
|
|
16718
|
+
"reasons": []
|
|
16719
|
+
},
|
|
16720
|
+
"source_type": "community",
|
|
16721
|
+
"source_repo": "xiehuan123/dsh-deepread",
|
|
16722
|
+
"license": "MIT",
|
|
16723
|
+
"license_source": "https://github.com/xiehuan123/dsh-deepread/blob/main/LICENSE",
|
|
16724
|
+
"tags": [
|
|
16725
|
+
"deep-reading",
|
|
16726
|
+
"evidence",
|
|
16727
|
+
"knowledge-map",
|
|
16728
|
+
"feynman",
|
|
16729
|
+
"document-analysis"
|
|
16730
|
+
]
|
|
16731
|
+
},
|
|
16552
16732
|
{
|
|
16553
16733
|
"id": "duotone-design",
|
|
16554
16734
|
"path": "skills/design-it/duotone-design",
|
|
@@ -30125,6 +30305,39 @@
|
|
|
30125
30305
|
"reasons": []
|
|
30126
30306
|
}
|
|
30127
30307
|
},
|
|
30308
|
+
{
|
|
30309
|
+
"id": "multi-source-search",
|
|
30310
|
+
"path": "skills/multi-source-search",
|
|
30311
|
+
"category": "research",
|
|
30312
|
+
"name": "multi-source-search",
|
|
30313
|
+
"description": "Cross-validate web research and produce an offline-checkable evidence ledger with explicit source diversity, confidence, conflicts, and gaps.",
|
|
30314
|
+
"risk": "safe",
|
|
30315
|
+
"source": "community",
|
|
30316
|
+
"date_added": "2026-08-20",
|
|
30317
|
+
"plugin": {
|
|
30318
|
+
"targets": {
|
|
30319
|
+
"codex": "supported",
|
|
30320
|
+
"claude": "supported"
|
|
30321
|
+
},
|
|
30322
|
+
"setup": {
|
|
30323
|
+
"type": "none",
|
|
30324
|
+
"summary": "",
|
|
30325
|
+
"docs": null
|
|
30326
|
+
},
|
|
30327
|
+
"reasons": []
|
|
30328
|
+
},
|
|
30329
|
+
"source_type": "community",
|
|
30330
|
+
"source_repo": "sandbaseai/sandbase-skills",
|
|
30331
|
+
"license": "Apache-2.0",
|
|
30332
|
+
"license_source": "https://github.com/sandbaseai/sandbase-skills/blob/fc25b2ed4548b1bb91621661e82d07d4bbd285a1/LICENSE",
|
|
30333
|
+
"tags": [
|
|
30334
|
+
"research",
|
|
30335
|
+
"fact-checking",
|
|
30336
|
+
"citations",
|
|
30337
|
+
"evidence",
|
|
30338
|
+
"verification"
|
|
30339
|
+
]
|
|
30340
|
+
},
|
|
30128
30341
|
{
|
|
30129
30342
|
"id": "multiplayer",
|
|
30130
30343
|
"path": "skills/game-development/multiplayer",
|
|
@@ -36941,6 +37154,28 @@
|
|
|
36941
37154
|
"accessibility"
|
|
36942
37155
|
]
|
|
36943
37156
|
},
|
|
37157
|
+
{
|
|
37158
|
+
"id": "review-multi-agent-orchestration",
|
|
37159
|
+
"path": "skills/review-multi-agent-orchestration",
|
|
37160
|
+
"category": "uncategorized",
|
|
37161
|
+
"name": "review-multi-agent-orchestration",
|
|
37162
|
+
"description": "Use when a supervisor, swarm, graph, planner-worker system, or parallel agent workflow needs review for task boundaries, shared state, branch joins, retries, cancellation, context handoffs, budgets, deadlocks, or human escalation before implementation or production rollout.",
|
|
37163
|
+
"risk": "safe",
|
|
37164
|
+
"source": "self",
|
|
37165
|
+
"date_added": "2026-08-19",
|
|
37166
|
+
"plugin": {
|
|
37167
|
+
"targets": {
|
|
37168
|
+
"codex": "supported",
|
|
37169
|
+
"claude": "supported"
|
|
37170
|
+
},
|
|
37171
|
+
"setup": {
|
|
37172
|
+
"type": "none",
|
|
37173
|
+
"summary": "",
|
|
37174
|
+
"docs": null
|
|
37175
|
+
},
|
|
37176
|
+
"reasons": []
|
|
37177
|
+
}
|
|
37178
|
+
},
|
|
36944
37179
|
{
|
|
36945
37180
|
"id": "review-swarm",
|
|
36946
37181
|
"path": "skills/review-swarm",
|
|
@@ -45136,6 +45371,39 @@
|
|
|
45136
45371
|
"license": "MIT",
|
|
45137
45372
|
"license_source": "https://github.com/ibelick/ui-skills/blob/main/LICENSE"
|
|
45138
45373
|
},
|
|
45374
|
+
{
|
|
45375
|
+
"id": "ui-slop-score",
|
|
45376
|
+
"path": "skills/ui-slop-score",
|
|
45377
|
+
"category": "frontend",
|
|
45378
|
+
"name": "ui-slop-score",
|
|
45379
|
+
"description": "Score a rendered web or iOS screen for generic UI risk before it ships. Use when a user asks whether a UI looks generic or needs an honest pre-merge visual review.",
|
|
45380
|
+
"risk": "safe",
|
|
45381
|
+
"source": "https://github.com/uizze/uizze/tree/main/skills/ui-slop-score",
|
|
45382
|
+
"date_added": "2026-08-19",
|
|
45383
|
+
"plugin": {
|
|
45384
|
+
"targets": {
|
|
45385
|
+
"codex": "supported",
|
|
45386
|
+
"claude": "supported"
|
|
45387
|
+
},
|
|
45388
|
+
"setup": {
|
|
45389
|
+
"type": "none",
|
|
45390
|
+
"summary": "",
|
|
45391
|
+
"docs": null
|
|
45392
|
+
},
|
|
45393
|
+
"reasons": []
|
|
45394
|
+
},
|
|
45395
|
+
"source_type": "official",
|
|
45396
|
+
"source_repo": "uizze/uizze",
|
|
45397
|
+
"license": "MIT",
|
|
45398
|
+
"license_source": "https://github.com/uizze/uizze/blob/main/LICENSE",
|
|
45399
|
+
"tags": [
|
|
45400
|
+
"ui",
|
|
45401
|
+
"ux",
|
|
45402
|
+
"frontend",
|
|
45403
|
+
"design",
|
|
45404
|
+
"ui-slop-score"
|
|
45405
|
+
]
|
|
45406
|
+
},
|
|
45139
45407
|
{
|
|
45140
45408
|
"id": "ui-tokens",
|
|
45141
45409
|
"path": "skills/ui-tokens",
|