opencode-skills-collection 3.0.45 → 3.0.47
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 +10 -1
- package/bundled-skills/2slides-ppt-generator/SKILL.md +1 -1
- package/bundled-skills/2slides-ppt-generator/scripts/create_pdf_slides.py +2 -1
- package/bundled-skills/2slides-ppt-generator/scripts/generate_narration.py +2 -1
- package/bundled-skills/2slides-ppt-generator/scripts/generate_slides.py +13 -7
- package/bundled-skills/android-dev/references/hybrid.md +7 -4
- package/bundled-skills/android-dev/references/react-native.md +5 -2
- package/bundled-skills/atlas-contract/SKILL.md +4 -4
- package/bundled-skills/atlas-ledger/SKILL.md +10 -7
- package/bundled-skills/bun-development/SKILL.md +1 -1
- package/bundled-skills/cloud-penetration-testing/SKILL.md +1 -1
- package/bundled-skills/codebase-to-wordpress-converter/SKILL.md +1 -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/dos-verify-done-claims/SKILL.md +173 -0
- package/bundled-skills/ecl-harness-engineer/LICENSE +21 -0
- package/bundled-skills/ecl-harness-engineer/SKILL.md +714 -0
- package/bundled-skills/ecl-harness-engineer/agents/analyzer.md +119 -0
- package/bundled-skills/ecl-harness-engineer/agents/auditor.md +212 -0
- package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +343 -0
- package/bundled-skills/ecl-harness-engineer/agents/creator-docs.md +201 -0
- package/bundled-skills/ecl-harness-engineer/agents/creator-linters.md +123 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/adapter-schema.md +204 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/generic.md +156 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/go.md +212 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/java.md +205 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/python.md +225 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/rust.md +220 -0
- package/bundled-skills/ecl-harness-engineer/references/adapters/typescript.md +245 -0
- package/bundled-skills/ecl-harness-engineer/references/architecture-diagrams.md +420 -0
- package/bundled-skills/ecl-harness-engineer/references/audit-templates.md +649 -0
- package/bundled-skills/ecl-harness-engineer/references/capability-registry.md +485 -0
- package/bundled-skills/ecl-harness-engineer/references/darwin-eval-prompts.md +373 -0
- package/bundled-skills/ecl-harness-engineer/references/documentation-templates.md +741 -0
- package/bundled-skills/ecl-harness-engineer/references/durability-patterns.md +423 -0
- package/bundled-skills/ecl-harness-engineer/references/ecl-harness.md +1431 -0
- package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +534 -0
- package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +751 -0
- package/bundled-skills/ecl-harness-engineer/references/eval-templates.md +377 -0
- package/bundled-skills/ecl-harness-engineer/references/gc-templates.md +798 -0
- package/bundled-skills/ecl-harness-engineer/references/greenfield-templates.md +1385 -0
- package/bundled-skills/ecl-harness-engineer/references/linter-templates.md +448 -0
- package/bundled-skills/ecl-harness-engineer/references/observability-templates.md +315 -0
- package/bundled-skills/environment-setup-guide/SKILL.md +2 -2
- package/bundled-skills/evolution/SKILL.md +1 -1
- package/bundled-skills/gitops-workflow/SKILL.md +1 -1
- package/bundled-skills/linkerd-patterns/SKILL.md +1 -1
- package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +504 -1317
- package/bundled-skills/loki-mode/examples/todo-app-generated/frontend/package.json +2 -2
- package/bundled-skills/lovable-cleanup/SKILL.md +416 -0
- package/bundled-skills/monopoly/SKILL.md +397 -0
- package/bundled-skills/monopoly/patterns/SKILL.md +331 -0
- package/bundled-skills/monopoly/scale-benchmarks/SKILL.md +174 -0
- package/bundled-skills/monopoly/security-checklist/SKILL.md +69 -0
- package/bundled-skills/monopoly/tech-matrix/SKILL.md +268 -0
- package/bundled-skills/pagespeed-enhancer/SKILL.md +579 -0
- package/bundled-skills/polis-protocol/SKILL.md +6 -3
- package/bundled-skills/unship/SKILL.md +11 -5
- package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +1 -1
- package/bundled-skills/varlock/SKILL.md +2 -2
- package/package.json +1 -1
- package/skills_index.json +204 -4
|
@@ -91,7 +91,7 @@ curl -H "Authorization: Bearer $API_KEY" https://api.example.com
|
|
|
91
91
|
tmpdir="$(mktemp -d)"
|
|
92
92
|
trap 'rm -rf "$tmpdir"' EXIT
|
|
93
93
|
curl -sSfL https://varlock.dev/install.sh -o "$tmpdir/varlock-install.sh"
|
|
94
|
-
|
|
94
|
+
cat "$tmpdir/varlock-install.sh" # review the full installer before executing
|
|
95
95
|
sh "$tmpdir/varlock-install.sh" --force-no-brew
|
|
96
96
|
|
|
97
97
|
# Add to PATH (add to ~/.zshrc or ~/.bashrc)
|
|
@@ -249,7 +249,7 @@ varlock load
|
|
|
249
249
|
# Install Varlock in container
|
|
250
250
|
RUN tmpdir="$(mktemp -d)" \
|
|
251
251
|
&& curl -sSfL https://varlock.dev/install.sh -o "$tmpdir/varlock-install.sh" \
|
|
252
|
-
&&
|
|
252
|
+
&& cat "$tmpdir/varlock-install.sh" \
|
|
253
253
|
&& sh "$tmpdir/varlock-install.sh" --force-no-brew \
|
|
254
254
|
&& rm -rf "$tmpdir" \
|
|
255
255
|
&& ln -s /root/.varlock/bin/varlock /usr/local/bin/varlock
|
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -11475,6 +11475,28 @@
|
|
|
11475
11475
|
"reasons": []
|
|
11476
11476
|
}
|
|
11477
11477
|
},
|
|
11478
|
+
{
|
|
11479
|
+
"id": "dos-verify-done-claims",
|
|
11480
|
+
"path": "skills/dos-verify-done-claims",
|
|
11481
|
+
"category": "quality",
|
|
11482
|
+
"name": "dos-verify-done-claims",
|
|
11483
|
+
"description": "Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's `dos verify` and `dos commit-audit` \u2014 never the agent's own narration.",
|
|
11484
|
+
"risk": "safe",
|
|
11485
|
+
"source": "community",
|
|
11486
|
+
"date_added": "2026-06-12",
|
|
11487
|
+
"plugin": {
|
|
11488
|
+
"targets": {
|
|
11489
|
+
"codex": "supported",
|
|
11490
|
+
"claude": "supported"
|
|
11491
|
+
},
|
|
11492
|
+
"setup": {
|
|
11493
|
+
"type": "none",
|
|
11494
|
+
"summary": "",
|
|
11495
|
+
"docs": null
|
|
11496
|
+
},
|
|
11497
|
+
"reasons": []
|
|
11498
|
+
}
|
|
11499
|
+
},
|
|
11478
11500
|
{
|
|
11479
11501
|
"id": "dotnet-architect",
|
|
11480
11502
|
"path": "skills/dotnet-architect",
|
|
@@ -11717,6 +11739,28 @@
|
|
|
11717
11739
|
"reasons": []
|
|
11718
11740
|
}
|
|
11719
11741
|
},
|
|
11742
|
+
{
|
|
11743
|
+
"id": "ecl-harness-engineer",
|
|
11744
|
+
"path": "skills/ecl-harness-engineer",
|
|
11745
|
+
"category": "development",
|
|
11746
|
+
"name": "ecl-harness-engineer",
|
|
11747
|
+
"description": "Create or audit ECL Agent Harness infrastructure: AGENTS.md, change tracking, repository guidance, lint checks, CI gates, and agent handoff docs.",
|
|
11748
|
+
"risk": "safe",
|
|
11749
|
+
"source": "community",
|
|
11750
|
+
"date_added": "2026-06-13",
|
|
11751
|
+
"plugin": {
|
|
11752
|
+
"targets": {
|
|
11753
|
+
"codex": "supported",
|
|
11754
|
+
"claude": "supported"
|
|
11755
|
+
},
|
|
11756
|
+
"setup": {
|
|
11757
|
+
"type": "none",
|
|
11758
|
+
"summary": "",
|
|
11759
|
+
"docs": null
|
|
11760
|
+
},
|
|
11761
|
+
"reasons": []
|
|
11762
|
+
}
|
|
11763
|
+
},
|
|
11720
11764
|
{
|
|
11721
11765
|
"id": "ejentum-reasoning-harness",
|
|
11722
11766
|
"path": "skills/ejentum-reasoning-harness",
|
|
@@ -18815,6 +18859,28 @@
|
|
|
18815
18859
|
"reasons": []
|
|
18816
18860
|
}
|
|
18817
18861
|
},
|
|
18862
|
+
{
|
|
18863
|
+
"id": "lovable-cleanup",
|
|
18864
|
+
"path": "skills/lovable-cleanup",
|
|
18865
|
+
"category": "uncategorized",
|
|
18866
|
+
"name": "lovable-cleanup",
|
|
18867
|
+
"description": "Audits and strips Lovable scaffolding from Vite + React projects \u2014 removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, and cleans generated docs so the codebase ships as yours.",
|
|
18868
|
+
"risk": "safe",
|
|
18869
|
+
"source": "community",
|
|
18870
|
+
"date_added": "2026-06-13",
|
|
18871
|
+
"plugin": {
|
|
18872
|
+
"targets": {
|
|
18873
|
+
"codex": "supported",
|
|
18874
|
+
"claude": "supported"
|
|
18875
|
+
},
|
|
18876
|
+
"setup": {
|
|
18877
|
+
"type": "none",
|
|
18878
|
+
"summary": "",
|
|
18879
|
+
"docs": null
|
|
18880
|
+
},
|
|
18881
|
+
"reasons": []
|
|
18882
|
+
}
|
|
18883
|
+
},
|
|
18818
18884
|
{
|
|
18819
18885
|
"id": "luna",
|
|
18820
18886
|
"path": "skills/agent-squad/luna",
|
|
@@ -20365,6 +20431,28 @@
|
|
|
20365
20431
|
"reasons": []
|
|
20366
20432
|
}
|
|
20367
20433
|
},
|
|
20434
|
+
{
|
|
20435
|
+
"id": "monopoly",
|
|
20436
|
+
"path": "skills/monopoly",
|
|
20437
|
+
"category": "architecture",
|
|
20438
|
+
"name": "monopoly",
|
|
20439
|
+
"description": "MONOPOLY is a Senior System Design Engineer skill for architecting, reviewing, and scaling systems. Triggers on requests involving architecture, databases, scaling, microservices, or infrastructure design. Proactively engages to design resilient backend systems.",
|
|
20440
|
+
"risk": "unknown",
|
|
20441
|
+
"source": "unknown",
|
|
20442
|
+
"date_added": null,
|
|
20443
|
+
"plugin": {
|
|
20444
|
+
"targets": {
|
|
20445
|
+
"codex": "supported",
|
|
20446
|
+
"claude": "supported"
|
|
20447
|
+
},
|
|
20448
|
+
"setup": {
|
|
20449
|
+
"type": "none",
|
|
20450
|
+
"summary": "",
|
|
20451
|
+
"docs": null
|
|
20452
|
+
},
|
|
20453
|
+
"reasons": []
|
|
20454
|
+
}
|
|
20455
|
+
},
|
|
20368
20456
|
{
|
|
20369
20457
|
"id": "monorepo-architect",
|
|
20370
20458
|
"path": "skills/monorepo-architect",
|
|
@@ -22592,6 +22680,28 @@
|
|
|
22592
22680
|
"reasons": []
|
|
22593
22681
|
}
|
|
22594
22682
|
},
|
|
22683
|
+
{
|
|
22684
|
+
"id": "pagespeed-enhancer",
|
|
22685
|
+
"path": "skills/pagespeed-enhancer",
|
|
22686
|
+
"category": "uncategorized",
|
|
22687
|
+
"name": "pagespeed-enhancer",
|
|
22688
|
+
"description": "Scan, audit, and fix web performance issues across all four Lighthouse/PageSpeed Insights pillars \u2014 Performance, Accessibility, Best Practices, and SEO \u2014 in structured batches.",
|
|
22689
|
+
"risk": "safe",
|
|
22690
|
+
"source": "personal",
|
|
22691
|
+
"date_added": "2026-06-14",
|
|
22692
|
+
"plugin": {
|
|
22693
|
+
"targets": {
|
|
22694
|
+
"codex": "supported",
|
|
22695
|
+
"claude": "supported"
|
|
22696
|
+
},
|
|
22697
|
+
"setup": {
|
|
22698
|
+
"type": "none",
|
|
22699
|
+
"summary": "",
|
|
22700
|
+
"docs": null
|
|
22701
|
+
},
|
|
22702
|
+
"reasons": []
|
|
22703
|
+
}
|
|
22704
|
+
},
|
|
22595
22705
|
{
|
|
22596
22706
|
"id": "paid-ads",
|
|
22597
22707
|
"path": "skills/paid-ads",
|
|
@@ -22680,6 +22790,28 @@
|
|
|
22680
22790
|
"reasons": []
|
|
22681
22791
|
}
|
|
22682
22792
|
},
|
|
22793
|
+
{
|
|
22794
|
+
"id": "patterns",
|
|
22795
|
+
"path": "skills/monopoly/patterns",
|
|
22796
|
+
"category": "monopoly",
|
|
22797
|
+
"name": "patterns",
|
|
22798
|
+
"description": "Reference document for monopoly patterns.",
|
|
22799
|
+
"risk": "safe",
|
|
22800
|
+
"source": "unknown",
|
|
22801
|
+
"date_added": null,
|
|
22802
|
+
"plugin": {
|
|
22803
|
+
"targets": {
|
|
22804
|
+
"codex": "supported",
|
|
22805
|
+
"claude": "supported"
|
|
22806
|
+
},
|
|
22807
|
+
"setup": {
|
|
22808
|
+
"type": "none",
|
|
22809
|
+
"summary": "",
|
|
22810
|
+
"docs": null
|
|
22811
|
+
},
|
|
22812
|
+
"reasons": []
|
|
22813
|
+
}
|
|
22814
|
+
},
|
|
22683
22815
|
{
|
|
22684
22816
|
"id": "payment-integration",
|
|
22685
22817
|
"path": "skills/payment-integration",
|
|
@@ -25962,6 +26094,28 @@
|
|
|
25962
26094
|
"reasons": []
|
|
25963
26095
|
}
|
|
25964
26096
|
},
|
|
26097
|
+
{
|
|
26098
|
+
"id": "scale-benchmarks",
|
|
26099
|
+
"path": "skills/monopoly/scale-benchmarks",
|
|
26100
|
+
"category": "monopoly",
|
|
26101
|
+
"name": "scale-benchmarks",
|
|
26102
|
+
"description": "Reference document for monopoly scale-benchmarks.",
|
|
26103
|
+
"risk": "safe",
|
|
26104
|
+
"source": "unknown",
|
|
26105
|
+
"date_added": null,
|
|
26106
|
+
"plugin": {
|
|
26107
|
+
"targets": {
|
|
26108
|
+
"codex": "supported",
|
|
26109
|
+
"claude": "supported"
|
|
26110
|
+
},
|
|
26111
|
+
"setup": {
|
|
26112
|
+
"type": "none",
|
|
26113
|
+
"summary": "",
|
|
26114
|
+
"docs": null
|
|
26115
|
+
},
|
|
26116
|
+
"reasons": []
|
|
26117
|
+
}
|
|
26118
|
+
},
|
|
25965
26119
|
{
|
|
25966
26120
|
"id": "scanning-tools",
|
|
25967
26121
|
"path": "skills/scanning-tools",
|
|
@@ -26314,6 +26468,28 @@
|
|
|
26314
26468
|
"reasons": []
|
|
26315
26469
|
}
|
|
26316
26470
|
},
|
|
26471
|
+
{
|
|
26472
|
+
"id": "security-checklist",
|
|
26473
|
+
"path": "skills/monopoly/security-checklist",
|
|
26474
|
+
"category": "monopoly",
|
|
26475
|
+
"name": "security-checklist",
|
|
26476
|
+
"description": "Reference document for monopoly security-checklist.",
|
|
26477
|
+
"risk": "safe",
|
|
26478
|
+
"source": "unknown",
|
|
26479
|
+
"date_added": null,
|
|
26480
|
+
"plugin": {
|
|
26481
|
+
"targets": {
|
|
26482
|
+
"codex": "supported",
|
|
26483
|
+
"claude": "supported"
|
|
26484
|
+
},
|
|
26485
|
+
"setup": {
|
|
26486
|
+
"type": "none",
|
|
26487
|
+
"summary": "",
|
|
26488
|
+
"docs": null
|
|
26489
|
+
},
|
|
26490
|
+
"reasons": []
|
|
26491
|
+
}
|
|
26492
|
+
},
|
|
26317
26493
|
{
|
|
26318
26494
|
"id": "security-compliance-compliance-check",
|
|
26319
26495
|
"path": "skills/security-compliance-compliance-check",
|
|
@@ -29968,6 +30144,28 @@
|
|
|
29968
30144
|
"reasons": []
|
|
29969
30145
|
}
|
|
29970
30146
|
},
|
|
30147
|
+
{
|
|
30148
|
+
"id": "tech-matrix",
|
|
30149
|
+
"path": "skills/monopoly/tech-matrix",
|
|
30150
|
+
"category": "monopoly",
|
|
30151
|
+
"name": "tech-matrix",
|
|
30152
|
+
"description": "Reference document for monopoly tech-matrix.",
|
|
30153
|
+
"risk": "safe",
|
|
30154
|
+
"source": "unknown",
|
|
30155
|
+
"date_added": null,
|
|
30156
|
+
"plugin": {
|
|
30157
|
+
"targets": {
|
|
30158
|
+
"codex": "supported",
|
|
30159
|
+
"claude": "supported"
|
|
30160
|
+
},
|
|
30161
|
+
"setup": {
|
|
30162
|
+
"type": "none",
|
|
30163
|
+
"summary": "",
|
|
30164
|
+
"docs": null
|
|
30165
|
+
},
|
|
30166
|
+
"reasons": []
|
|
30167
|
+
}
|
|
30168
|
+
},
|
|
29971
30169
|
{
|
|
29972
30170
|
"id": "technical-change-tracker",
|
|
29973
30171
|
"path": "skills/technical-change-tracker",
|
|
@@ -31584,20 +31782,22 @@
|
|
|
31584
31782
|
"category": "development",
|
|
31585
31783
|
"name": "unship",
|
|
31586
31784
|
"description": "Compare AI agent-made UI variants locally in a real app, then keep one and clean up unused temporary code.",
|
|
31587
|
-
"risk": "
|
|
31785
|
+
"risk": "critical",
|
|
31588
31786
|
"source": "community",
|
|
31589
31787
|
"date_added": "2026-06-07",
|
|
31590
31788
|
"plugin": {
|
|
31591
31789
|
"targets": {
|
|
31592
|
-
"codex": "
|
|
31593
|
-
"claude": "
|
|
31790
|
+
"codex": "blocked",
|
|
31791
|
+
"claude": "blocked"
|
|
31594
31792
|
},
|
|
31595
31793
|
"setup": {
|
|
31596
31794
|
"type": "none",
|
|
31597
31795
|
"summary": "",
|
|
31598
31796
|
"docs": null
|
|
31599
31797
|
},
|
|
31600
|
-
"reasons": [
|
|
31798
|
+
"reasons": [
|
|
31799
|
+
"explicit_target_restriction"
|
|
31800
|
+
]
|
|
31601
31801
|
}
|
|
31602
31802
|
},
|
|
31603
31803
|
{
|