opencode-skills-collection 4.0.34 → 4.0.36
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 +7 -1
- package/bundled-skills/agent-evaluation-reporting/SKILL.md +136 -0
- package/bundled-skills/anti-ui-slop/SKILL.md +115 -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 +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/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/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/package.json +1 -1
- package/skills_index.json +189 -0
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",
|
|
@@ -2428,6 +2458,39 @@
|
|
|
2428
2458
|
"license": "MIT",
|
|
2429
2459
|
"license_source": "https://github.com/mskadu/opencode-agent-skills/blob/main/LICENSE"
|
|
2430
2460
|
},
|
|
2461
|
+
{
|
|
2462
|
+
"id": "anti-ui-slop",
|
|
2463
|
+
"path": "skills/anti-ui-slop",
|
|
2464
|
+
"category": "frontend",
|
|
2465
|
+
"name": "anti-ui-slop",
|
|
2466
|
+
"description": "Stop coding agents from shipping generic UI with UIZZE's 800,000+ real web and iOS screens, product-specific contracts, required states, and a hard finish gate.",
|
|
2467
|
+
"risk": "safe",
|
|
2468
|
+
"source": "https://github.com/uizze/uizze/tree/main/skills/anti-ui-slop",
|
|
2469
|
+
"date_added": "2026-08-16",
|
|
2470
|
+
"plugin": {
|
|
2471
|
+
"targets": {
|
|
2472
|
+
"codex": "supported",
|
|
2473
|
+
"claude": "supported"
|
|
2474
|
+
},
|
|
2475
|
+
"setup": {
|
|
2476
|
+
"type": "none",
|
|
2477
|
+
"summary": "",
|
|
2478
|
+
"docs": null
|
|
2479
|
+
},
|
|
2480
|
+
"reasons": []
|
|
2481
|
+
},
|
|
2482
|
+
"source_type": "official",
|
|
2483
|
+
"source_repo": "uizze/uizze",
|
|
2484
|
+
"license": "MIT",
|
|
2485
|
+
"license_source": "https://github.com/uizze/uizze/blob/main/LICENSE",
|
|
2486
|
+
"tags": [
|
|
2487
|
+
"ui",
|
|
2488
|
+
"ux",
|
|
2489
|
+
"frontend",
|
|
2490
|
+
"design",
|
|
2491
|
+
"anti-ui-slop"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2431
2494
|
{
|
|
2432
2495
|
"id": "antigravity-agent-manager",
|
|
2433
2496
|
"path": "skills/antigravity-agent-manager",
|
|
@@ -12938,6 +13001,36 @@
|
|
|
12938
13001
|
"validation"
|
|
12939
13002
|
]
|
|
12940
13003
|
},
|
|
13004
|
+
{
|
|
13005
|
+
"id": "cross-platform-contract-propagation-audit",
|
|
13006
|
+
"path": "skills/cross-platform-contract-propagation-audit",
|
|
13007
|
+
"category": "development",
|
|
13008
|
+
"name": "cross-platform-contract-propagation-audit",
|
|
13009
|
+
"description": "Use when auditing whether a field, enum, flag, or API contract propagates consistently across storage, services, clients, analytics, and tests.",
|
|
13010
|
+
"risk": "safe",
|
|
13011
|
+
"source": "self",
|
|
13012
|
+
"date_added": "2026-08-18",
|
|
13013
|
+
"plugin": {
|
|
13014
|
+
"targets": {
|
|
13015
|
+
"codex": "supported",
|
|
13016
|
+
"claude": "supported"
|
|
13017
|
+
},
|
|
13018
|
+
"setup": {
|
|
13019
|
+
"type": "none",
|
|
13020
|
+
"summary": "",
|
|
13021
|
+
"docs": null
|
|
13022
|
+
},
|
|
13023
|
+
"reasons": []
|
|
13024
|
+
},
|
|
13025
|
+
"source_type": "self",
|
|
13026
|
+
"tags": [
|
|
13027
|
+
"contract-audit",
|
|
13028
|
+
"cross-platform",
|
|
13029
|
+
"api",
|
|
13030
|
+
"schema",
|
|
13031
|
+
"feature-flags"
|
|
13032
|
+
]
|
|
13033
|
+
},
|
|
12941
13034
|
{
|
|
12942
13035
|
"id": "crossframe",
|
|
12943
13036
|
"path": "skills/crossframe",
|
|
@@ -16516,6 +16609,39 @@
|
|
|
16516
16609
|
"reasons": []
|
|
16517
16610
|
}
|
|
16518
16611
|
},
|
|
16612
|
+
{
|
|
16613
|
+
"id": "dsh-deepread",
|
|
16614
|
+
"path": "skills/dsh-deepread",
|
|
16615
|
+
"category": "research",
|
|
16616
|
+
"name": "dsh-deepread",
|
|
16617
|
+
"description": "Use for evidence-first reading of articles, books, PDFs, web pages, or document sets, with knowledge maps and Feynman checks.",
|
|
16618
|
+
"risk": "safe",
|
|
16619
|
+
"source": "community",
|
|
16620
|
+
"date_added": "2026-08-17",
|
|
16621
|
+
"plugin": {
|
|
16622
|
+
"targets": {
|
|
16623
|
+
"codex": "supported",
|
|
16624
|
+
"claude": "supported"
|
|
16625
|
+
},
|
|
16626
|
+
"setup": {
|
|
16627
|
+
"type": "none",
|
|
16628
|
+
"summary": "",
|
|
16629
|
+
"docs": null
|
|
16630
|
+
},
|
|
16631
|
+
"reasons": []
|
|
16632
|
+
},
|
|
16633
|
+
"source_type": "community",
|
|
16634
|
+
"source_repo": "xiehuan123/dsh-deepread",
|
|
16635
|
+
"license": "MIT",
|
|
16636
|
+
"license_source": "https://github.com/xiehuan123/dsh-deepread/blob/main/LICENSE",
|
|
16637
|
+
"tags": [
|
|
16638
|
+
"deep-reading",
|
|
16639
|
+
"evidence",
|
|
16640
|
+
"knowledge-map",
|
|
16641
|
+
"feynman",
|
|
16642
|
+
"document-analysis"
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16519
16645
|
{
|
|
16520
16646
|
"id": "duotone-design",
|
|
16521
16647
|
"path": "skills/design-it/duotone-design",
|
|
@@ -26364,6 +26490,36 @@
|
|
|
26364
26490
|
"reasons": []
|
|
26365
26491
|
}
|
|
26366
26492
|
},
|
|
26493
|
+
{
|
|
26494
|
+
"id": "liuguang-banlan-ui",
|
|
26495
|
+
"path": "skills/liuguang-banlan-ui",
|
|
26496
|
+
"category": "creative",
|
|
26497
|
+
"name": "liuguang-banlan-ui",
|
|
26498
|
+
"description": "Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.",
|
|
26499
|
+
"risk": "critical",
|
|
26500
|
+
"source": "self",
|
|
26501
|
+
"date_added": "2026-08-15",
|
|
26502
|
+
"plugin": {
|
|
26503
|
+
"targets": {
|
|
26504
|
+
"codex": "supported",
|
|
26505
|
+
"claude": "supported"
|
|
26506
|
+
},
|
|
26507
|
+
"setup": {
|
|
26508
|
+
"type": "none",
|
|
26509
|
+
"summary": "",
|
|
26510
|
+
"docs": null
|
|
26511
|
+
},
|
|
26512
|
+
"reasons": []
|
|
26513
|
+
},
|
|
26514
|
+
"source_type": "self",
|
|
26515
|
+
"tags": [
|
|
26516
|
+
"ui",
|
|
26517
|
+
"frontend",
|
|
26518
|
+
"oklch",
|
|
26519
|
+
"webgl",
|
|
26520
|
+
"accessibility"
|
|
26521
|
+
]
|
|
26522
|
+
},
|
|
26367
26523
|
{
|
|
26368
26524
|
"id": "llm-app-patterns",
|
|
26369
26525
|
"path": "skills/llm-app-patterns",
|
|
@@ -45811,6 +45967,39 @@
|
|
|
45811
45967
|
]
|
|
45812
45968
|
}
|
|
45813
45969
|
},
|
|
45970
|
+
{
|
|
45971
|
+
"id": "using-lwc",
|
|
45972
|
+
"path": "skills/using-lwc",
|
|
45973
|
+
"category": "development",
|
|
45974
|
+
"name": "using-lwc",
|
|
45975
|
+
"description": "Use when project decisions, code structure, research, incidents, or verified context must survive future coding-agent sessions through LWC memory and graph indexes.",
|
|
45976
|
+
"risk": "critical",
|
|
45977
|
+
"source": "community",
|
|
45978
|
+
"date_added": "2026-08-14",
|
|
45979
|
+
"plugin": {
|
|
45980
|
+
"targets": {
|
|
45981
|
+
"codex": "supported",
|
|
45982
|
+
"claude": "supported"
|
|
45983
|
+
},
|
|
45984
|
+
"setup": {
|
|
45985
|
+
"type": "none",
|
|
45986
|
+
"summary": "",
|
|
45987
|
+
"docs": null
|
|
45988
|
+
},
|
|
45989
|
+
"reasons": []
|
|
45990
|
+
},
|
|
45991
|
+
"source_type": "community",
|
|
45992
|
+
"source_repo": "JanYork/using-lwc",
|
|
45993
|
+
"license": "Apache-2.0",
|
|
45994
|
+
"license_source": "https://github.com/JanYork/using-lwc/blob/7bd8052e6fa012786e50eee09f46df06b0cda1b8/LICENSE",
|
|
45995
|
+
"tags": [
|
|
45996
|
+
"memory",
|
|
45997
|
+
"knowledge-graph",
|
|
45998
|
+
"code-intelligence",
|
|
45999
|
+
"wiki",
|
|
46000
|
+
"context-engineering"
|
|
46001
|
+
]
|
|
46002
|
+
},
|
|
45814
46003
|
{
|
|
45815
46004
|
"id": "using-n8n-mcp-skills",
|
|
45816
46005
|
"path": "skills/using-n8n-mcp-skills",
|