opencode-skills-collection 4.0.7 → 4.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.
Files changed (75) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +19 -1
  2. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +22 -8
  3. package/bundled-skills/antigravity-maintainer-batch-release/agents/openai.yaml +4 -0
  4. package/bundled-skills/anywrite/SKILL.md +18 -8
  5. package/bundled-skills/cloudflare-security-audit/SKILL.md +5 -3
  6. package/bundled-skills/cloudflare-security-audit/references/RECONNAISSANCE.md +2 -0
  7. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  8. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  9. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-preview-profile.md +2 -2
  10. package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +1 -1
  11. package/bundled-skills/docs/maintainers/merge-batch.md +3 -3
  12. package/bundled-skills/docs/maintainers/merging-prs.md +13 -17
  13. package/bundled-skills/docs/maintainers/pr-autonomy.md +2 -2
  14. package/bundled-skills/docs/maintainers/release-process.md +17 -2
  15. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  16. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  17. package/bundled-skills/docs/users/aas-core.md +38 -3
  18. package/bundled-skills/docs/users/bundles.md +1 -1
  19. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  20. package/bundled-skills/docs/users/faq.md +2 -0
  21. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  22. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  23. package/bundled-skills/docs/users/usage.md +4 -4
  24. package/bundled-skills/docs/users/visual-guide.md +4 -4
  25. package/bundled-skills/docs/vietnamese/README.vi.md +4 -4
  26. package/bundled-skills/hf-cloud-aws-context-discovery/SKILL.md +96 -0
  27. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +3 -3
  28. package/bundled-skills/markstream-angular/SKILL.md +76 -0
  29. package/bundled-skills/markstream-custom-components/SKILL.md +74 -0
  30. package/bundled-skills/markstream-custom-components/references/patterns.md +14 -0
  31. package/bundled-skills/markstream-install/SKILL.md +3 -1
  32. package/bundled-skills/markstream-migration/SKILL.md +78 -0
  33. package/bundled-skills/markstream-migration/references/adoption-checklist.md +10 -0
  34. package/bundled-skills/markstream-nuxt/SKILL.md +71 -0
  35. package/bundled-skills/markstream-react/SKILL.md +74 -0
  36. package/bundled-skills/markstream-svelte/SKILL.md +68 -0
  37. package/bundled-skills/markstream-vue/SKILL.md +71 -0
  38. package/bundled-skills/markstream-vue2/SKILL.md +70 -0
  39. package/bundled-skills/markstream-vue2-cli/SKILL.md +70 -0
  40. package/bundled-skills/markstream-vue2-vite/SKILL.md +69 -0
  41. package/bundled-skills/n8n-agents/SKILL.md +301 -0
  42. package/bundled-skills/n8n-agents/references/CHAT_AGENT_PATTERNS.md +228 -0
  43. package/bundled-skills/n8n-agents/references/EXAMPLES.md +432 -0
  44. package/bundled-skills/n8n-agents/references/HUMAN_REVIEW.md +180 -0
  45. package/bundled-skills/n8n-agents/references/MEMORY.md +139 -0
  46. package/bundled-skills/n8n-agents/references/RAG.md +102 -0
  47. package/bundled-skills/n8n-agents/references/STRUCTURED_OUTPUT.md +163 -0
  48. package/bundled-skills/n8n-agents/references/SUBWORKFLOW_AS_TOOL.md +199 -0
  49. package/bundled-skills/n8n-agents/references/SYSTEM_PROMPT.md +151 -0
  50. package/bundled-skills/n8n-agents/references/TOOLS.md +199 -0
  51. package/bundled-skills/n8n-binary-and-data/SKILL.md +269 -0
  52. package/bundled-skills/n8n-binary-and-data/references/AGENT_TOOL_BINARY.md +227 -0
  53. package/bundled-skills/n8n-binary-and-data/references/BINARY_BASICS.md +187 -0
  54. package/bundled-skills/n8n-binary-and-data/references/CDN_REQUIREMENT.md +109 -0
  55. package/bundled-skills/n8n-binary-and-data/references/MERGE_FOR_CONTEXT.md +130 -0
  56. package/bundled-skills/n8n-code-tool/SKILL.md +358 -0
  57. package/bundled-skills/n8n-code-tool/references/ERROR_PATTERNS.md +178 -0
  58. package/bundled-skills/n8n-code-tool/references/INPUT_SCHEMA.md +132 -0
  59. package/bundled-skills/n8n-error-handling/SKILL.md +289 -0
  60. package/bundled-skills/n8n-error-handling/references/API_WORKFLOWS.md +256 -0
  61. package/bundled-skills/n8n-error-handling/references/ERROR_WORKFLOWS.md +178 -0
  62. package/bundled-skills/n8n-error-handling/references/NODE_ERROR_OUTPUTS.md +171 -0
  63. package/bundled-skills/n8n-error-handling/references/RESPONSE_SHAPES.md +220 -0
  64. package/bundled-skills/n8n-multi-instance/SKILL.md +208 -0
  65. package/bundled-skills/n8n-node-configuration/references/NODE_FAMILY_GOTCHAS.md +241 -0
  66. package/bundled-skills/n8n-subworkflows/SKILL.md +271 -0
  67. package/bundled-skills/n8n-subworkflows/references/NAMING_AND_DISCOVERY.md +130 -0
  68. package/bundled-skills/n8n-subworkflows/references/SUBWORKFLOW_PATTERNS.md +147 -0
  69. package/bundled-skills/pptx-deck-creation/SKILL.md +2 -0
  70. package/bundled-skills/pptx-deck-creation/references/design-profiles.md +2 -0
  71. package/bundled-skills/sshepherd/SKILL.md +16 -6
  72. package/bundled-skills/using-n8n-mcp-skills/SKILL.md +193 -0
  73. package/bundled-skills/weaviate-cookbooks/references/pdf_multimodal_rag.md +12 -6
  74. package/package.json +1 -1
  75. package/skills_index.json +596 -13
package/skills_index.json CHANGED
@@ -2454,15 +2454,17 @@
2454
2454
  "date_added": "2026-07-15",
2455
2455
  "plugin": {
2456
2456
  "targets": {
2457
- "codex": "supported",
2458
- "claude": "supported"
2457
+ "codex": "blocked",
2458
+ "claude": "blocked"
2459
2459
  },
2460
2460
  "setup": {
2461
- "type": "none",
2462
- "summary": "",
2463
- "docs": null
2461
+ "type": "manual",
2462
+ "summary": "Requires a separately installed, user-approved anywrite executable at an explicit absolute path.",
2463
+ "docs": "SKILL.md"
2464
2464
  },
2465
- "reasons": []
2465
+ "reasons": [
2466
+ "explicit_target_restriction"
2467
+ ]
2466
2468
  },
2467
2469
  "source_type": "community",
2468
2470
  "source_repo": "Antheurus/anywrite",
@@ -21782,6 +21784,39 @@
21782
21784
  "reasons": []
21783
21785
  }
21784
21786
  },
21787
+ {
21788
+ "id": "hf-cloud-aws-context-discovery",
21789
+ "path": "skills/hf-cloud-aws-context-discovery",
21790
+ "category": "cloud",
21791
+ "name": "hf-cloud-aws-context-discovery",
21792
+ "description": "Discover the effective local AWS profile, region, account, and caller identity before any AWS task without exposing credentials.",
21793
+ "risk": "safe",
21794
+ "source": "https://github.com/huggingface/skills/tree/main/skills/hf-cloud-aws-context-discovery",
21795
+ "date_added": "2026-07-21",
21796
+ "plugin": {
21797
+ "targets": {
21798
+ "codex": "supported",
21799
+ "claude": "supported"
21800
+ },
21801
+ "setup": {
21802
+ "type": "none",
21803
+ "summary": "",
21804
+ "docs": null
21805
+ },
21806
+ "reasons": []
21807
+ },
21808
+ "source_type": "official",
21809
+ "source_repo": "huggingface/skills",
21810
+ "license": "Apache-2.0",
21811
+ "license_source": "https://github.com/huggingface/skills/blob/main/LICENSE",
21812
+ "tags": [
21813
+ "hugging-face",
21814
+ "aws",
21815
+ "credentials",
21816
+ "discovery",
21817
+ "cloud"
21818
+ ]
21819
+ },
21785
21820
  {
21786
21821
  "id": "hf-mcp",
21787
21822
  "path": "skills/hf-mcp",
@@ -27550,13 +27585,80 @@
27550
27585
  "reasons": []
27551
27586
  }
27552
27587
  },
27588
+ {
27589
+ "id": "markstream-angular",
27590
+ "path": "skills/markstream-angular",
27591
+ "category": "frontend",
27592
+ "name": "markstream-angular",
27593
+ "description": "Integrate the alpha markstream-angular renderer into Angular 20+ applications with standalone components, signals, safe HTML defaults, and optional peer features.",
27594
+ "risk": "critical",
27595
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-angular",
27596
+ "date_added": "2026-07-21",
27597
+ "plugin": {
27598
+ "targets": {
27599
+ "codex": "supported",
27600
+ "claude": "supported"
27601
+ },
27602
+ "setup": {
27603
+ "type": "none",
27604
+ "summary": "",
27605
+ "docs": null
27606
+ },
27607
+ "reasons": []
27608
+ },
27609
+ "source_type": "official",
27610
+ "source_repo": "Simon-He95/markstream-vue",
27611
+ "license": "MIT",
27612
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27613
+ "tags": [
27614
+ "angular",
27615
+ "markdown",
27616
+ "streaming",
27617
+ "ai-chat",
27618
+ "frontend"
27619
+ ]
27620
+ },
27621
+ {
27622
+ "id": "markstream-custom-components",
27623
+ "path": "skills/markstream-custom-components",
27624
+ "category": "frontend",
27625
+ "name": "markstream-custom-components",
27626
+ "description": "Override Markstream node renderers and add trusted custom tags across Vue, React, Svelte, and Angular using scoped or renderer-local mappings.",
27627
+ "risk": "critical",
27628
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-custom-components",
27629
+ "date_added": "2026-07-21",
27630
+ "plugin": {
27631
+ "targets": {
27632
+ "codex": "supported",
27633
+ "claude": "supported"
27634
+ },
27635
+ "setup": {
27636
+ "type": "none",
27637
+ "summary": "",
27638
+ "docs": null
27639
+ },
27640
+ "reasons": []
27641
+ },
27642
+ "source_type": "official",
27643
+ "source_repo": "Simon-He95/markstream-vue",
27644
+ "license": "MIT",
27645
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27646
+ "tags": [
27647
+ "markdown",
27648
+ "components",
27649
+ "vue",
27650
+ "react",
27651
+ "svelte",
27652
+ "angular"
27653
+ ]
27654
+ },
27553
27655
  {
27554
27656
  "id": "markstream-install",
27555
27657
  "path": "skills/markstream-install",
27556
27658
  "category": "frontend",
27557
27659
  "name": "markstream-install",
27558
27660
  "description": "Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications.",
27559
- "risk": "safe",
27661
+ "risk": "critical",
27560
27662
  "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-install",
27561
27663
  "date_added": "2026-07-19",
27562
27664
  "plugin": {
@@ -27585,6 +27687,270 @@
27585
27687
  "ai-chat"
27586
27688
  ]
27587
27689
  },
27690
+ {
27691
+ "id": "markstream-migration",
27692
+ "path": "skills/markstream-migration",
27693
+ "category": "frontend",
27694
+ "name": "markstream-migration",
27695
+ "description": "Audit and migrate an existing Markdown renderer to Markstream while preserving custom renderers, security policy, streaming behavior, and explicit parity gaps.",
27696
+ "risk": "critical",
27697
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-migration",
27698
+ "date_added": "2026-07-21",
27699
+ "plugin": {
27700
+ "targets": {
27701
+ "codex": "supported",
27702
+ "claude": "supported"
27703
+ },
27704
+ "setup": {
27705
+ "type": "none",
27706
+ "summary": "",
27707
+ "docs": null
27708
+ },
27709
+ "reasons": []
27710
+ },
27711
+ "source_type": "official",
27712
+ "source_repo": "Simon-He95/markstream-vue",
27713
+ "license": "MIT",
27714
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27715
+ "tags": [
27716
+ "markdown",
27717
+ "migration",
27718
+ "streaming",
27719
+ "security",
27720
+ "frontend"
27721
+ ]
27722
+ },
27723
+ {
27724
+ "id": "markstream-nuxt",
27725
+ "path": "skills/markstream-nuxt",
27726
+ "category": "frontend",
27727
+ "name": "markstream-nuxt",
27728
+ "description": "Integrate markstream-vue into Nuxt 3 or 4 with SSR-safe client boundaries, renderer modes, explicit CSS, and browser-only optional peers.",
27729
+ "risk": "critical",
27730
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-nuxt",
27731
+ "date_added": "2026-07-21",
27732
+ "plugin": {
27733
+ "targets": {
27734
+ "codex": "supported",
27735
+ "claude": "supported"
27736
+ },
27737
+ "setup": {
27738
+ "type": "none",
27739
+ "summary": "",
27740
+ "docs": null
27741
+ },
27742
+ "reasons": []
27743
+ },
27744
+ "source_type": "official",
27745
+ "source_repo": "Simon-He95/markstream-vue",
27746
+ "license": "MIT",
27747
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27748
+ "tags": [
27749
+ "nuxt",
27750
+ "vue",
27751
+ "ssr",
27752
+ "markdown",
27753
+ "streaming"
27754
+ ]
27755
+ },
27756
+ {
27757
+ "id": "markstream-react",
27758
+ "path": "skills/markstream-react",
27759
+ "category": "frontend",
27760
+ "name": "markstream-react",
27761
+ "description": "Integrate the beta markstream-react renderer into React 18+ or Next.js with correct client/server entrypoints, CSS, streaming state, and component overrides.",
27762
+ "risk": "critical",
27763
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-react",
27764
+ "date_added": "2026-07-21",
27765
+ "plugin": {
27766
+ "targets": {
27767
+ "codex": "supported",
27768
+ "claude": "supported"
27769
+ },
27770
+ "setup": {
27771
+ "type": "none",
27772
+ "summary": "",
27773
+ "docs": null
27774
+ },
27775
+ "reasons": []
27776
+ },
27777
+ "source_type": "official",
27778
+ "source_repo": "Simon-He95/markstream-vue",
27779
+ "license": "MIT",
27780
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27781
+ "tags": [
27782
+ "react",
27783
+ "nextjs",
27784
+ "markdown",
27785
+ "streaming",
27786
+ "ssr"
27787
+ ]
27788
+ },
27789
+ {
27790
+ "id": "markstream-svelte",
27791
+ "path": "skills/markstream-svelte",
27792
+ "category": "frontend",
27793
+ "name": "markstream-svelte",
27794
+ "description": "Integrate the beta markstream-svelte renderer into Svelte 5 or SvelteKit with runes, explicit CSS, smooth streaming, workers, and SSR-safe boundaries.",
27795
+ "risk": "critical",
27796
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-svelte",
27797
+ "date_added": "2026-07-21",
27798
+ "plugin": {
27799
+ "targets": {
27800
+ "codex": "supported",
27801
+ "claude": "supported"
27802
+ },
27803
+ "setup": {
27804
+ "type": "none",
27805
+ "summary": "",
27806
+ "docs": null
27807
+ },
27808
+ "reasons": []
27809
+ },
27810
+ "source_type": "official",
27811
+ "source_repo": "Simon-He95/markstream-vue",
27812
+ "license": "MIT",
27813
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27814
+ "tags": [
27815
+ "svelte",
27816
+ "sveltekit",
27817
+ "markdown",
27818
+ "streaming",
27819
+ "ssr"
27820
+ ]
27821
+ },
27822
+ {
27823
+ "id": "markstream-vue",
27824
+ "path": "skills/markstream-vue",
27825
+ "category": "frontend",
27826
+ "name": "markstream-vue",
27827
+ "description": "Integrate markstream-vue into plain Vue 3 with renderer modes, code and DOM choices, streaming state, virtualization, optional peers, and scoped components.",
27828
+ "risk": "critical",
27829
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue",
27830
+ "date_added": "2026-07-21",
27831
+ "plugin": {
27832
+ "targets": {
27833
+ "codex": "supported",
27834
+ "claude": "supported"
27835
+ },
27836
+ "setup": {
27837
+ "type": "none",
27838
+ "summary": "",
27839
+ "docs": null
27840
+ },
27841
+ "reasons": []
27842
+ },
27843
+ "source_type": "official",
27844
+ "source_repo": "Simon-He95/markstream-vue",
27845
+ "license": "MIT",
27846
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27847
+ "tags": [
27848
+ "vue",
27849
+ "markdown",
27850
+ "streaming",
27851
+ "virtualization",
27852
+ "ai-chat"
27853
+ ]
27854
+ },
27855
+ {
27856
+ "id": "markstream-vue2",
27857
+ "path": "skills/markstream-vue2",
27858
+ "category": "frontend",
27859
+ "name": "markstream-vue2",
27860
+ "description": "Integrate markstream-vue2 into Vue 2.6 or 2.7 with correct Composition API decisions, CSS, streaming state, optional peers, and scoped overrides.",
27861
+ "risk": "critical",
27862
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2",
27863
+ "date_added": "2026-07-21",
27864
+ "plugin": {
27865
+ "targets": {
27866
+ "codex": "supported",
27867
+ "claude": "supported"
27868
+ },
27869
+ "setup": {
27870
+ "type": "none",
27871
+ "summary": "",
27872
+ "docs": null
27873
+ },
27874
+ "reasons": []
27875
+ },
27876
+ "source_type": "official",
27877
+ "source_repo": "Simon-He95/markstream-vue",
27878
+ "license": "MIT",
27879
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27880
+ "tags": [
27881
+ "vue2",
27882
+ "markdown",
27883
+ "streaming",
27884
+ "compatibility",
27885
+ "frontend"
27886
+ ]
27887
+ },
27888
+ {
27889
+ "id": "markstream-vue2-cli",
27890
+ "path": "skills/markstream-vue2-cli",
27891
+ "category": "frontend",
27892
+ "name": "markstream-vue2-cli",
27893
+ "description": "Integrate markstream-vue2 into Vue CLI or Webpack 4 with export-map-safe CSS, CDN worker fallbacks, and conservative code-block defaults.",
27894
+ "risk": "critical",
27895
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2-cli",
27896
+ "date_added": "2026-07-21",
27897
+ "plugin": {
27898
+ "targets": {
27899
+ "codex": "supported",
27900
+ "claude": "supported"
27901
+ },
27902
+ "setup": {
27903
+ "type": "none",
27904
+ "summary": "",
27905
+ "docs": null
27906
+ },
27907
+ "reasons": []
27908
+ },
27909
+ "source_type": "official",
27910
+ "source_repo": "Simon-He95/markstream-vue",
27911
+ "license": "MIT",
27912
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27913
+ "tags": [
27914
+ "vue2",
27915
+ "vue-cli",
27916
+ "webpack4",
27917
+ "markdown",
27918
+ "workers"
27919
+ ]
27920
+ },
27921
+ {
27922
+ "id": "markstream-vue2-vite",
27923
+ "path": "skills/markstream-vue2-vite",
27924
+ "category": "frontend",
27925
+ "name": "markstream-vue2-vite",
27926
+ "description": "Integrate markstream-vue2 into Vue 2 plus Vite with bundled worker imports, CSS ordering, Composition API compatibility, and safe streaming defaults.",
27927
+ "risk": "critical",
27928
+ "source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2-vite",
27929
+ "date_added": "2026-07-21",
27930
+ "plugin": {
27931
+ "targets": {
27932
+ "codex": "supported",
27933
+ "claude": "supported"
27934
+ },
27935
+ "setup": {
27936
+ "type": "none",
27937
+ "summary": "",
27938
+ "docs": null
27939
+ },
27940
+ "reasons": []
27941
+ },
27942
+ "source_type": "official",
27943
+ "source_repo": "Simon-He95/markstream-vue",
27944
+ "license": "MIT",
27945
+ "license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
27946
+ "tags": [
27947
+ "vue2",
27948
+ "vite",
27949
+ "markdown",
27950
+ "workers",
27951
+ "streaming"
27952
+ ]
27953
+ },
27588
27954
  {
27589
27955
  "id": "mason",
27590
27956
  "path": "skills/agent-squad/mason",
@@ -29261,6 +29627,58 @@
29261
29627
  "reasons": []
29262
29628
  }
29263
29629
  },
29630
+ {
29631
+ "id": "n8n-agents",
29632
+ "path": "skills/n8n-agents",
29633
+ "category": "automation",
29634
+ "name": "n8n-agents",
29635
+ "description": "Design n8n AI agents, chains, classifiers, extractors, tool calling, memory, RAG, structured output, and human-review flows.",
29636
+ "risk": "critical",
29637
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-agents",
29638
+ "date_added": "2026-07-21",
29639
+ "plugin": {
29640
+ "targets": {
29641
+ "codex": "supported",
29642
+ "claude": "supported"
29643
+ },
29644
+ "setup": {
29645
+ "type": "none",
29646
+ "summary": "",
29647
+ "docs": null
29648
+ },
29649
+ "reasons": []
29650
+ },
29651
+ "source_type": "community",
29652
+ "source_repo": "czlonkowski/n8n-skills",
29653
+ "license": "MIT",
29654
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29655
+ },
29656
+ {
29657
+ "id": "n8n-binary-and-data",
29658
+ "path": "skills/n8n-binary-and-data",
29659
+ "category": "automation",
29660
+ "name": "n8n-binary-and-data",
29661
+ "description": "Handle n8n files and binary data across uploads, downloads, transforms, multimodal inputs, agent tools, and chat surfaces.",
29662
+ "risk": "unknown",
29663
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-binary-and-data",
29664
+ "date_added": "2026-07-21",
29665
+ "plugin": {
29666
+ "targets": {
29667
+ "codex": "supported",
29668
+ "claude": "supported"
29669
+ },
29670
+ "setup": {
29671
+ "type": "none",
29672
+ "summary": "",
29673
+ "docs": null
29674
+ },
29675
+ "reasons": []
29676
+ },
29677
+ "source_type": "community",
29678
+ "source_repo": "czlonkowski/n8n-skills",
29679
+ "license": "MIT",
29680
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29681
+ },
29264
29682
  {
29265
29683
  "id": "n8n-code-javascript",
29266
29684
  "path": "skills/n8n-code-javascript",
@@ -29305,6 +29723,58 @@
29305
29723
  "reasons": []
29306
29724
  }
29307
29725
  },
29726
+ {
29727
+ "id": "n8n-code-tool",
29728
+ "path": "skills/n8n-code-tool",
29729
+ "category": "automation",
29730
+ "name": "n8n-code-tool",
29731
+ "description": "Write and debug JavaScript or Python for the AI-callable n8n Custom Code Tool, including schemas, sandbox limits, and return formats.",
29732
+ "risk": "unknown",
29733
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-code-tool",
29734
+ "date_added": "2026-07-21",
29735
+ "plugin": {
29736
+ "targets": {
29737
+ "codex": "supported",
29738
+ "claude": "supported"
29739
+ },
29740
+ "setup": {
29741
+ "type": "none",
29742
+ "summary": "",
29743
+ "docs": null
29744
+ },
29745
+ "reasons": []
29746
+ },
29747
+ "source_type": "community",
29748
+ "source_repo": "czlonkowski/n8n-skills",
29749
+ "license": "MIT",
29750
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29751
+ },
29752
+ {
29753
+ "id": "n8n-error-handling",
29754
+ "path": "skills/n8n-error-handling",
29755
+ "category": "automation",
29756
+ "name": "n8n-error-handling",
29757
+ "description": "Design visible, structured, recoverable n8n failures using error outputs, retries, Error Trigger workflows, and HTTP error responses.",
29758
+ "risk": "unknown",
29759
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-error-handling",
29760
+ "date_added": "2026-07-21",
29761
+ "plugin": {
29762
+ "targets": {
29763
+ "codex": "supported",
29764
+ "claude": "supported"
29765
+ },
29766
+ "setup": {
29767
+ "type": "none",
29768
+ "summary": "",
29769
+ "docs": null
29770
+ },
29771
+ "reasons": []
29772
+ },
29773
+ "source_type": "community",
29774
+ "source_repo": "czlonkowski/n8n-skills",
29775
+ "license": "MIT",
29776
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29777
+ },
29308
29778
  {
29309
29779
  "id": "n8n-expression-syntax",
29310
29780
  "path": "skills/n8n-expression-syntax",
@@ -29349,6 +29819,32 @@
29349
29819
  "reasons": []
29350
29820
  }
29351
29821
  },
29822
+ {
29823
+ "id": "n8n-multi-instance",
29824
+ "path": "skills/n8n-multi-instance",
29825
+ "category": "automation",
29826
+ "name": "n8n-multi-instance",
29827
+ "description": "Select, verify, and safely switch n8n MCP instances across production, staging, teams, or clients, especially before credential writes.",
29828
+ "risk": "critical",
29829
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-multi-instance",
29830
+ "date_added": "2026-07-21",
29831
+ "plugin": {
29832
+ "targets": {
29833
+ "codex": "supported",
29834
+ "claude": "supported"
29835
+ },
29836
+ "setup": {
29837
+ "type": "none",
29838
+ "summary": "",
29839
+ "docs": null
29840
+ },
29841
+ "reasons": []
29842
+ },
29843
+ "source_type": "community",
29844
+ "source_repo": "czlonkowski/n8n-skills",
29845
+ "license": "MIT",
29846
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29847
+ },
29352
29848
  {
29353
29849
  "id": "n8n-node-configuration",
29354
29850
  "path": "skills/n8n-node-configuration",
@@ -29371,6 +29867,32 @@
29371
29867
  "reasons": []
29372
29868
  }
29373
29869
  },
29870
+ {
29871
+ "id": "n8n-subworkflows",
29872
+ "path": "skills/n8n-subworkflows",
29873
+ "category": "automation",
29874
+ "name": "n8n-subworkflows",
29875
+ "description": "Build reusable n8n sub-workflows with typed inputs, all-vs-each execution, discoverable naming, and agent-tool exposure.",
29876
+ "risk": "unknown",
29877
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-subworkflows",
29878
+ "date_added": "2026-07-21",
29879
+ "plugin": {
29880
+ "targets": {
29881
+ "codex": "supported",
29882
+ "claude": "supported"
29883
+ },
29884
+ "setup": {
29885
+ "type": "none",
29886
+ "summary": "",
29887
+ "docs": null
29888
+ },
29889
+ "reasons": []
29890
+ },
29891
+ "source_type": "community",
29892
+ "source_repo": "czlonkowski/n8n-skills",
29893
+ "license": "MIT",
29894
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
29895
+ },
29374
29896
  {
29375
29897
  "id": "n8n-validation-expert",
29376
29898
  "path": "skills/n8n-validation-expert",
@@ -38111,6 +38633,39 @@
38111
38633
  "reasons": []
38112
38634
  }
38113
38635
  },
38636
+ {
38637
+ "id": "seo-drift",
38638
+ "path": "skills/seo-drift",
38639
+ "category": "marketing",
38640
+ "name": "seo-drift",
38641
+ "description": "Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.",
38642
+ "risk": "safe",
38643
+ "source": "https://github.com/nowork-studio/NotFair/tree/main/seo/seo-drift",
38644
+ "date_added": "2026-07-22",
38645
+ "plugin": {
38646
+ "targets": {
38647
+ "codex": "supported",
38648
+ "claude": "supported"
38649
+ },
38650
+ "setup": {
38651
+ "type": "none",
38652
+ "summary": "",
38653
+ "docs": null
38654
+ },
38655
+ "reasons": []
38656
+ },
38657
+ "source_type": "official",
38658
+ "source_repo": "nowork-studio/NotFair",
38659
+ "license": "MIT",
38660
+ "license_source": "https://github.com/nowork-studio/NotFair/blob/main/LICENSE",
38661
+ "tags": [
38662
+ "seo",
38663
+ "monitoring",
38664
+ "search-console",
38665
+ "technical-seo",
38666
+ "regression-testing"
38667
+ ]
38668
+ },
38114
38669
  {
38115
38670
  "id": "seo-forensic-incident-response",
38116
38671
  "path": "skills/seo-forensic-incident-response",
@@ -40371,15 +40926,17 @@
40371
40926
  "date_added": "2026-07-15",
40372
40927
  "plugin": {
40373
40928
  "targets": {
40374
- "codex": "supported",
40375
- "claude": "supported"
40929
+ "codex": "blocked",
40930
+ "claude": "blocked"
40376
40931
  },
40377
40932
  "setup": {
40378
- "type": "none",
40379
- "summary": "",
40380
- "docs": null
40933
+ "type": "manual",
40934
+ "summary": "Requires a separately installed, user-approved sshepherd executable at an explicit absolute path.",
40935
+ "docs": "SKILL.md"
40381
40936
  },
40382
- "reasons": []
40937
+ "reasons": [
40938
+ "explicit_target_restriction"
40939
+ ]
40383
40940
  },
40384
40941
  "source_type": "community",
40385
40942
  "source_repo": "Antheurus/sshepherd",
@@ -44553,6 +45110,32 @@
44553
45110
  ]
44554
45111
  }
44555
45112
  },
45113
+ {
45114
+ "id": "using-n8n-mcp-skills",
45115
+ "path": "skills/using-n8n-mcp-skills",
45116
+ "category": "uncategorized",
45117
+ "name": "using-n8n-mcp-skills",
45118
+ "description": "Route n8n MCP workflow design, editing, validation, testing, deployment, credential, execution, and debugging tasks to specialist guidance.",
45119
+ "risk": "critical",
45120
+ "source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/using-n8n-mcp-skills",
45121
+ "date_added": "2026-07-21",
45122
+ "plugin": {
45123
+ "targets": {
45124
+ "codex": "supported",
45125
+ "claude": "supported"
45126
+ },
45127
+ "setup": {
45128
+ "type": "none",
45129
+ "summary": "",
45130
+ "docs": null
45131
+ },
45132
+ "reasons": []
45133
+ },
45134
+ "source_type": "community",
45135
+ "source_repo": "czlonkowski/n8n-skills",
45136
+ "license": "MIT",
45137
+ "license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
45138
+ },
44556
45139
  {
44557
45140
  "id": "using-neon",
44558
45141
  "path": "skills/using-neon",