opencode-skills-collection 4.0.6 → 4.0.8
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 +19 -1
- package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +15 -6
- 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/aas-agent-first-control-plane-preview-profile.md +2 -2
- package/bundled-skills/docs/maintainers/aas-agent-first-control-plane-v1-worklog.md +1 -1
- package/bundled-skills/docs/maintainers/release-process.md +15 -0
- 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/aas-core.md +32 -3
- 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 +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs/vietnamese/README.vi.md +4 -4
- package/bundled-skills/hf-cloud-aws-context-discovery/SKILL.md +96 -0
- package/bundled-skills/markstream-angular/SKILL.md +76 -0
- package/bundled-skills/markstream-custom-components/SKILL.md +74 -0
- package/bundled-skills/markstream-custom-components/references/patterns.md +14 -0
- package/bundled-skills/markstream-install/SKILL.md +3 -1
- package/bundled-skills/markstream-migration/SKILL.md +78 -0
- package/bundled-skills/markstream-migration/references/adoption-checklist.md +10 -0
- package/bundled-skills/markstream-nuxt/SKILL.md +71 -0
- package/bundled-skills/markstream-react/SKILL.md +74 -0
- package/bundled-skills/markstream-svelte/SKILL.md +68 -0
- package/bundled-skills/markstream-vue/SKILL.md +71 -0
- package/bundled-skills/markstream-vue2/SKILL.md +70 -0
- package/bundled-skills/markstream-vue2-cli/SKILL.md +70 -0
- package/bundled-skills/markstream-vue2-vite/SKILL.md +69 -0
- package/bundled-skills/n8n-agents/SKILL.md +301 -0
- package/bundled-skills/n8n-agents/references/CHAT_AGENT_PATTERNS.md +228 -0
- package/bundled-skills/n8n-agents/references/EXAMPLES.md +432 -0
- package/bundled-skills/n8n-agents/references/HUMAN_REVIEW.md +180 -0
- package/bundled-skills/n8n-agents/references/MEMORY.md +139 -0
- package/bundled-skills/n8n-agents/references/RAG.md +102 -0
- package/bundled-skills/n8n-agents/references/STRUCTURED_OUTPUT.md +163 -0
- package/bundled-skills/n8n-agents/references/SUBWORKFLOW_AS_TOOL.md +199 -0
- package/bundled-skills/n8n-agents/references/SYSTEM_PROMPT.md +151 -0
- package/bundled-skills/n8n-agents/references/TOOLS.md +199 -0
- package/bundled-skills/n8n-binary-and-data/SKILL.md +269 -0
- package/bundled-skills/n8n-binary-and-data/references/AGENT_TOOL_BINARY.md +227 -0
- package/bundled-skills/n8n-binary-and-data/references/BINARY_BASICS.md +187 -0
- package/bundled-skills/n8n-binary-and-data/references/CDN_REQUIREMENT.md +109 -0
- package/bundled-skills/n8n-binary-and-data/references/MERGE_FOR_CONTEXT.md +130 -0
- package/bundled-skills/n8n-code-tool/SKILL.md +358 -0
- package/bundled-skills/n8n-code-tool/references/ERROR_PATTERNS.md +178 -0
- package/bundled-skills/n8n-code-tool/references/INPUT_SCHEMA.md +132 -0
- package/bundled-skills/n8n-error-handling/SKILL.md +289 -0
- package/bundled-skills/n8n-error-handling/references/API_WORKFLOWS.md +256 -0
- package/bundled-skills/n8n-error-handling/references/ERROR_WORKFLOWS.md +178 -0
- package/bundled-skills/n8n-error-handling/references/NODE_ERROR_OUTPUTS.md +171 -0
- package/bundled-skills/n8n-error-handling/references/RESPONSE_SHAPES.md +220 -0
- package/bundled-skills/n8n-multi-instance/SKILL.md +208 -0
- package/bundled-skills/n8n-node-configuration/references/NODE_FAMILY_GOTCHAS.md +241 -0
- package/bundled-skills/n8n-subworkflows/SKILL.md +271 -0
- package/bundled-skills/n8n-subworkflows/references/NAMING_AND_DISCOVERY.md +130 -0
- package/bundled-skills/n8n-subworkflows/references/SUBWORKFLOW_PATTERNS.md +147 -0
- package/bundled-skills/using-n8n-mcp-skills/SKILL.md +193 -0
- package/package.json +1 -1
- package/skills_index.json +547 -1
package/skills_index.json
CHANGED
|
@@ -21782,6 +21782,39 @@
|
|
|
21782
21782
|
"reasons": []
|
|
21783
21783
|
}
|
|
21784
21784
|
},
|
|
21785
|
+
{
|
|
21786
|
+
"id": "hf-cloud-aws-context-discovery",
|
|
21787
|
+
"path": "skills/hf-cloud-aws-context-discovery",
|
|
21788
|
+
"category": "cloud",
|
|
21789
|
+
"name": "hf-cloud-aws-context-discovery",
|
|
21790
|
+
"description": "Discover the effective local AWS profile, region, account, and caller identity before any AWS task without exposing credentials.",
|
|
21791
|
+
"risk": "safe",
|
|
21792
|
+
"source": "https://github.com/huggingface/skills/tree/main/skills/hf-cloud-aws-context-discovery",
|
|
21793
|
+
"date_added": "2026-07-21",
|
|
21794
|
+
"plugin": {
|
|
21795
|
+
"targets": {
|
|
21796
|
+
"codex": "supported",
|
|
21797
|
+
"claude": "supported"
|
|
21798
|
+
},
|
|
21799
|
+
"setup": {
|
|
21800
|
+
"type": "none",
|
|
21801
|
+
"summary": "",
|
|
21802
|
+
"docs": null
|
|
21803
|
+
},
|
|
21804
|
+
"reasons": []
|
|
21805
|
+
},
|
|
21806
|
+
"source_type": "official",
|
|
21807
|
+
"source_repo": "huggingface/skills",
|
|
21808
|
+
"license": "Apache-2.0",
|
|
21809
|
+
"license_source": "https://github.com/huggingface/skills/blob/main/LICENSE",
|
|
21810
|
+
"tags": [
|
|
21811
|
+
"hugging-face",
|
|
21812
|
+
"aws",
|
|
21813
|
+
"credentials",
|
|
21814
|
+
"discovery",
|
|
21815
|
+
"cloud"
|
|
21816
|
+
]
|
|
21817
|
+
},
|
|
21785
21818
|
{
|
|
21786
21819
|
"id": "hf-mcp",
|
|
21787
21820
|
"path": "skills/hf-mcp",
|
|
@@ -27550,13 +27583,80 @@
|
|
|
27550
27583
|
"reasons": []
|
|
27551
27584
|
}
|
|
27552
27585
|
},
|
|
27586
|
+
{
|
|
27587
|
+
"id": "markstream-angular",
|
|
27588
|
+
"path": "skills/markstream-angular",
|
|
27589
|
+
"category": "frontend",
|
|
27590
|
+
"name": "markstream-angular",
|
|
27591
|
+
"description": "Integrate the alpha markstream-angular renderer into Angular 20+ applications with standalone components, signals, safe HTML defaults, and optional peer features.",
|
|
27592
|
+
"risk": "critical",
|
|
27593
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-angular",
|
|
27594
|
+
"date_added": "2026-07-21",
|
|
27595
|
+
"plugin": {
|
|
27596
|
+
"targets": {
|
|
27597
|
+
"codex": "supported",
|
|
27598
|
+
"claude": "supported"
|
|
27599
|
+
},
|
|
27600
|
+
"setup": {
|
|
27601
|
+
"type": "none",
|
|
27602
|
+
"summary": "",
|
|
27603
|
+
"docs": null
|
|
27604
|
+
},
|
|
27605
|
+
"reasons": []
|
|
27606
|
+
},
|
|
27607
|
+
"source_type": "official",
|
|
27608
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27609
|
+
"license": "MIT",
|
|
27610
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27611
|
+
"tags": [
|
|
27612
|
+
"angular",
|
|
27613
|
+
"markdown",
|
|
27614
|
+
"streaming",
|
|
27615
|
+
"ai-chat",
|
|
27616
|
+
"frontend"
|
|
27617
|
+
]
|
|
27618
|
+
},
|
|
27619
|
+
{
|
|
27620
|
+
"id": "markstream-custom-components",
|
|
27621
|
+
"path": "skills/markstream-custom-components",
|
|
27622
|
+
"category": "frontend",
|
|
27623
|
+
"name": "markstream-custom-components",
|
|
27624
|
+
"description": "Override Markstream node renderers and add trusted custom tags across Vue, React, Svelte, and Angular using scoped or renderer-local mappings.",
|
|
27625
|
+
"risk": "critical",
|
|
27626
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-custom-components",
|
|
27627
|
+
"date_added": "2026-07-21",
|
|
27628
|
+
"plugin": {
|
|
27629
|
+
"targets": {
|
|
27630
|
+
"codex": "supported",
|
|
27631
|
+
"claude": "supported"
|
|
27632
|
+
},
|
|
27633
|
+
"setup": {
|
|
27634
|
+
"type": "none",
|
|
27635
|
+
"summary": "",
|
|
27636
|
+
"docs": null
|
|
27637
|
+
},
|
|
27638
|
+
"reasons": []
|
|
27639
|
+
},
|
|
27640
|
+
"source_type": "official",
|
|
27641
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27642
|
+
"license": "MIT",
|
|
27643
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27644
|
+
"tags": [
|
|
27645
|
+
"markdown",
|
|
27646
|
+
"components",
|
|
27647
|
+
"vue",
|
|
27648
|
+
"react",
|
|
27649
|
+
"svelte",
|
|
27650
|
+
"angular"
|
|
27651
|
+
]
|
|
27652
|
+
},
|
|
27553
27653
|
{
|
|
27554
27654
|
"id": "markstream-install",
|
|
27555
27655
|
"path": "skills/markstream-install",
|
|
27556
27656
|
"category": "frontend",
|
|
27557
27657
|
"name": "markstream-install",
|
|
27558
27658
|
"description": "Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications.",
|
|
27559
|
-
"risk": "
|
|
27659
|
+
"risk": "critical",
|
|
27560
27660
|
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-install",
|
|
27561
27661
|
"date_added": "2026-07-19",
|
|
27562
27662
|
"plugin": {
|
|
@@ -27585,6 +27685,270 @@
|
|
|
27585
27685
|
"ai-chat"
|
|
27586
27686
|
]
|
|
27587
27687
|
},
|
|
27688
|
+
{
|
|
27689
|
+
"id": "markstream-migration",
|
|
27690
|
+
"path": "skills/markstream-migration",
|
|
27691
|
+
"category": "frontend",
|
|
27692
|
+
"name": "markstream-migration",
|
|
27693
|
+
"description": "Audit and migrate an existing Markdown renderer to Markstream while preserving custom renderers, security policy, streaming behavior, and explicit parity gaps.",
|
|
27694
|
+
"risk": "critical",
|
|
27695
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-migration",
|
|
27696
|
+
"date_added": "2026-07-21",
|
|
27697
|
+
"plugin": {
|
|
27698
|
+
"targets": {
|
|
27699
|
+
"codex": "supported",
|
|
27700
|
+
"claude": "supported"
|
|
27701
|
+
},
|
|
27702
|
+
"setup": {
|
|
27703
|
+
"type": "none",
|
|
27704
|
+
"summary": "",
|
|
27705
|
+
"docs": null
|
|
27706
|
+
},
|
|
27707
|
+
"reasons": []
|
|
27708
|
+
},
|
|
27709
|
+
"source_type": "official",
|
|
27710
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27711
|
+
"license": "MIT",
|
|
27712
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27713
|
+
"tags": [
|
|
27714
|
+
"markdown",
|
|
27715
|
+
"migration",
|
|
27716
|
+
"streaming",
|
|
27717
|
+
"security",
|
|
27718
|
+
"frontend"
|
|
27719
|
+
]
|
|
27720
|
+
},
|
|
27721
|
+
{
|
|
27722
|
+
"id": "markstream-nuxt",
|
|
27723
|
+
"path": "skills/markstream-nuxt",
|
|
27724
|
+
"category": "frontend",
|
|
27725
|
+
"name": "markstream-nuxt",
|
|
27726
|
+
"description": "Integrate markstream-vue into Nuxt 3 or 4 with SSR-safe client boundaries, renderer modes, explicit CSS, and browser-only optional peers.",
|
|
27727
|
+
"risk": "critical",
|
|
27728
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-nuxt",
|
|
27729
|
+
"date_added": "2026-07-21",
|
|
27730
|
+
"plugin": {
|
|
27731
|
+
"targets": {
|
|
27732
|
+
"codex": "supported",
|
|
27733
|
+
"claude": "supported"
|
|
27734
|
+
},
|
|
27735
|
+
"setup": {
|
|
27736
|
+
"type": "none",
|
|
27737
|
+
"summary": "",
|
|
27738
|
+
"docs": null
|
|
27739
|
+
},
|
|
27740
|
+
"reasons": []
|
|
27741
|
+
},
|
|
27742
|
+
"source_type": "official",
|
|
27743
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27744
|
+
"license": "MIT",
|
|
27745
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27746
|
+
"tags": [
|
|
27747
|
+
"nuxt",
|
|
27748
|
+
"vue",
|
|
27749
|
+
"ssr",
|
|
27750
|
+
"markdown",
|
|
27751
|
+
"streaming"
|
|
27752
|
+
]
|
|
27753
|
+
},
|
|
27754
|
+
{
|
|
27755
|
+
"id": "markstream-react",
|
|
27756
|
+
"path": "skills/markstream-react",
|
|
27757
|
+
"category": "frontend",
|
|
27758
|
+
"name": "markstream-react",
|
|
27759
|
+
"description": "Integrate the beta markstream-react renderer into React 18+ or Next.js with correct client/server entrypoints, CSS, streaming state, and component overrides.",
|
|
27760
|
+
"risk": "critical",
|
|
27761
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-react",
|
|
27762
|
+
"date_added": "2026-07-21",
|
|
27763
|
+
"plugin": {
|
|
27764
|
+
"targets": {
|
|
27765
|
+
"codex": "supported",
|
|
27766
|
+
"claude": "supported"
|
|
27767
|
+
},
|
|
27768
|
+
"setup": {
|
|
27769
|
+
"type": "none",
|
|
27770
|
+
"summary": "",
|
|
27771
|
+
"docs": null
|
|
27772
|
+
},
|
|
27773
|
+
"reasons": []
|
|
27774
|
+
},
|
|
27775
|
+
"source_type": "official",
|
|
27776
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27777
|
+
"license": "MIT",
|
|
27778
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27779
|
+
"tags": [
|
|
27780
|
+
"react",
|
|
27781
|
+
"nextjs",
|
|
27782
|
+
"markdown",
|
|
27783
|
+
"streaming",
|
|
27784
|
+
"ssr"
|
|
27785
|
+
]
|
|
27786
|
+
},
|
|
27787
|
+
{
|
|
27788
|
+
"id": "markstream-svelte",
|
|
27789
|
+
"path": "skills/markstream-svelte",
|
|
27790
|
+
"category": "frontend",
|
|
27791
|
+
"name": "markstream-svelte",
|
|
27792
|
+
"description": "Integrate the beta markstream-svelte renderer into Svelte 5 or SvelteKit with runes, explicit CSS, smooth streaming, workers, and SSR-safe boundaries.",
|
|
27793
|
+
"risk": "critical",
|
|
27794
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-svelte",
|
|
27795
|
+
"date_added": "2026-07-21",
|
|
27796
|
+
"plugin": {
|
|
27797
|
+
"targets": {
|
|
27798
|
+
"codex": "supported",
|
|
27799
|
+
"claude": "supported"
|
|
27800
|
+
},
|
|
27801
|
+
"setup": {
|
|
27802
|
+
"type": "none",
|
|
27803
|
+
"summary": "",
|
|
27804
|
+
"docs": null
|
|
27805
|
+
},
|
|
27806
|
+
"reasons": []
|
|
27807
|
+
},
|
|
27808
|
+
"source_type": "official",
|
|
27809
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27810
|
+
"license": "MIT",
|
|
27811
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27812
|
+
"tags": [
|
|
27813
|
+
"svelte",
|
|
27814
|
+
"sveltekit",
|
|
27815
|
+
"markdown",
|
|
27816
|
+
"streaming",
|
|
27817
|
+
"ssr"
|
|
27818
|
+
]
|
|
27819
|
+
},
|
|
27820
|
+
{
|
|
27821
|
+
"id": "markstream-vue",
|
|
27822
|
+
"path": "skills/markstream-vue",
|
|
27823
|
+
"category": "frontend",
|
|
27824
|
+
"name": "markstream-vue",
|
|
27825
|
+
"description": "Integrate markstream-vue into plain Vue 3 with renderer modes, code and DOM choices, streaming state, virtualization, optional peers, and scoped components.",
|
|
27826
|
+
"risk": "critical",
|
|
27827
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue",
|
|
27828
|
+
"date_added": "2026-07-21",
|
|
27829
|
+
"plugin": {
|
|
27830
|
+
"targets": {
|
|
27831
|
+
"codex": "supported",
|
|
27832
|
+
"claude": "supported"
|
|
27833
|
+
},
|
|
27834
|
+
"setup": {
|
|
27835
|
+
"type": "none",
|
|
27836
|
+
"summary": "",
|
|
27837
|
+
"docs": null
|
|
27838
|
+
},
|
|
27839
|
+
"reasons": []
|
|
27840
|
+
},
|
|
27841
|
+
"source_type": "official",
|
|
27842
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27843
|
+
"license": "MIT",
|
|
27844
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27845
|
+
"tags": [
|
|
27846
|
+
"vue",
|
|
27847
|
+
"markdown",
|
|
27848
|
+
"streaming",
|
|
27849
|
+
"virtualization",
|
|
27850
|
+
"ai-chat"
|
|
27851
|
+
]
|
|
27852
|
+
},
|
|
27853
|
+
{
|
|
27854
|
+
"id": "markstream-vue2",
|
|
27855
|
+
"path": "skills/markstream-vue2",
|
|
27856
|
+
"category": "frontend",
|
|
27857
|
+
"name": "markstream-vue2",
|
|
27858
|
+
"description": "Integrate markstream-vue2 into Vue 2.6 or 2.7 with correct Composition API decisions, CSS, streaming state, optional peers, and scoped overrides.",
|
|
27859
|
+
"risk": "critical",
|
|
27860
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2",
|
|
27861
|
+
"date_added": "2026-07-21",
|
|
27862
|
+
"plugin": {
|
|
27863
|
+
"targets": {
|
|
27864
|
+
"codex": "supported",
|
|
27865
|
+
"claude": "supported"
|
|
27866
|
+
},
|
|
27867
|
+
"setup": {
|
|
27868
|
+
"type": "none",
|
|
27869
|
+
"summary": "",
|
|
27870
|
+
"docs": null
|
|
27871
|
+
},
|
|
27872
|
+
"reasons": []
|
|
27873
|
+
},
|
|
27874
|
+
"source_type": "official",
|
|
27875
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27876
|
+
"license": "MIT",
|
|
27877
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27878
|
+
"tags": [
|
|
27879
|
+
"vue2",
|
|
27880
|
+
"markdown",
|
|
27881
|
+
"streaming",
|
|
27882
|
+
"compatibility",
|
|
27883
|
+
"frontend"
|
|
27884
|
+
]
|
|
27885
|
+
},
|
|
27886
|
+
{
|
|
27887
|
+
"id": "markstream-vue2-cli",
|
|
27888
|
+
"path": "skills/markstream-vue2-cli",
|
|
27889
|
+
"category": "frontend",
|
|
27890
|
+
"name": "markstream-vue2-cli",
|
|
27891
|
+
"description": "Integrate markstream-vue2 into Vue CLI or Webpack 4 with export-map-safe CSS, CDN worker fallbacks, and conservative code-block defaults.",
|
|
27892
|
+
"risk": "critical",
|
|
27893
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2-cli",
|
|
27894
|
+
"date_added": "2026-07-21",
|
|
27895
|
+
"plugin": {
|
|
27896
|
+
"targets": {
|
|
27897
|
+
"codex": "supported",
|
|
27898
|
+
"claude": "supported"
|
|
27899
|
+
},
|
|
27900
|
+
"setup": {
|
|
27901
|
+
"type": "none",
|
|
27902
|
+
"summary": "",
|
|
27903
|
+
"docs": null
|
|
27904
|
+
},
|
|
27905
|
+
"reasons": []
|
|
27906
|
+
},
|
|
27907
|
+
"source_type": "official",
|
|
27908
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27909
|
+
"license": "MIT",
|
|
27910
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27911
|
+
"tags": [
|
|
27912
|
+
"vue2",
|
|
27913
|
+
"vue-cli",
|
|
27914
|
+
"webpack4",
|
|
27915
|
+
"markdown",
|
|
27916
|
+
"workers"
|
|
27917
|
+
]
|
|
27918
|
+
},
|
|
27919
|
+
{
|
|
27920
|
+
"id": "markstream-vue2-vite",
|
|
27921
|
+
"path": "skills/markstream-vue2-vite",
|
|
27922
|
+
"category": "frontend",
|
|
27923
|
+
"name": "markstream-vue2-vite",
|
|
27924
|
+
"description": "Integrate markstream-vue2 into Vue 2 plus Vite with bundled worker imports, CSS ordering, Composition API compatibility, and safe streaming defaults.",
|
|
27925
|
+
"risk": "critical",
|
|
27926
|
+
"source": "https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-vue2-vite",
|
|
27927
|
+
"date_added": "2026-07-21",
|
|
27928
|
+
"plugin": {
|
|
27929
|
+
"targets": {
|
|
27930
|
+
"codex": "supported",
|
|
27931
|
+
"claude": "supported"
|
|
27932
|
+
},
|
|
27933
|
+
"setup": {
|
|
27934
|
+
"type": "none",
|
|
27935
|
+
"summary": "",
|
|
27936
|
+
"docs": null
|
|
27937
|
+
},
|
|
27938
|
+
"reasons": []
|
|
27939
|
+
},
|
|
27940
|
+
"source_type": "official",
|
|
27941
|
+
"source_repo": "Simon-He95/markstream-vue",
|
|
27942
|
+
"license": "MIT",
|
|
27943
|
+
"license_source": "https://github.com/Simon-He95/markstream-vue/blob/main/license",
|
|
27944
|
+
"tags": [
|
|
27945
|
+
"vue2",
|
|
27946
|
+
"vite",
|
|
27947
|
+
"markdown",
|
|
27948
|
+
"workers",
|
|
27949
|
+
"streaming"
|
|
27950
|
+
]
|
|
27951
|
+
},
|
|
27588
27952
|
{
|
|
27589
27953
|
"id": "mason",
|
|
27590
27954
|
"path": "skills/agent-squad/mason",
|
|
@@ -29261,6 +29625,58 @@
|
|
|
29261
29625
|
"reasons": []
|
|
29262
29626
|
}
|
|
29263
29627
|
},
|
|
29628
|
+
{
|
|
29629
|
+
"id": "n8n-agents",
|
|
29630
|
+
"path": "skills/n8n-agents",
|
|
29631
|
+
"category": "automation",
|
|
29632
|
+
"name": "n8n-agents",
|
|
29633
|
+
"description": "Design n8n AI agents, chains, classifiers, extractors, tool calling, memory, RAG, structured output, and human-review flows.",
|
|
29634
|
+
"risk": "critical",
|
|
29635
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-agents",
|
|
29636
|
+
"date_added": "2026-07-21",
|
|
29637
|
+
"plugin": {
|
|
29638
|
+
"targets": {
|
|
29639
|
+
"codex": "supported",
|
|
29640
|
+
"claude": "supported"
|
|
29641
|
+
},
|
|
29642
|
+
"setup": {
|
|
29643
|
+
"type": "none",
|
|
29644
|
+
"summary": "",
|
|
29645
|
+
"docs": null
|
|
29646
|
+
},
|
|
29647
|
+
"reasons": []
|
|
29648
|
+
},
|
|
29649
|
+
"source_type": "community",
|
|
29650
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29651
|
+
"license": "MIT",
|
|
29652
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29653
|
+
},
|
|
29654
|
+
{
|
|
29655
|
+
"id": "n8n-binary-and-data",
|
|
29656
|
+
"path": "skills/n8n-binary-and-data",
|
|
29657
|
+
"category": "automation",
|
|
29658
|
+
"name": "n8n-binary-and-data",
|
|
29659
|
+
"description": "Handle n8n files and binary data across uploads, downloads, transforms, multimodal inputs, agent tools, and chat surfaces.",
|
|
29660
|
+
"risk": "unknown",
|
|
29661
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-binary-and-data",
|
|
29662
|
+
"date_added": "2026-07-21",
|
|
29663
|
+
"plugin": {
|
|
29664
|
+
"targets": {
|
|
29665
|
+
"codex": "supported",
|
|
29666
|
+
"claude": "supported"
|
|
29667
|
+
},
|
|
29668
|
+
"setup": {
|
|
29669
|
+
"type": "none",
|
|
29670
|
+
"summary": "",
|
|
29671
|
+
"docs": null
|
|
29672
|
+
},
|
|
29673
|
+
"reasons": []
|
|
29674
|
+
},
|
|
29675
|
+
"source_type": "community",
|
|
29676
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29677
|
+
"license": "MIT",
|
|
29678
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29679
|
+
},
|
|
29264
29680
|
{
|
|
29265
29681
|
"id": "n8n-code-javascript",
|
|
29266
29682
|
"path": "skills/n8n-code-javascript",
|
|
@@ -29305,6 +29721,58 @@
|
|
|
29305
29721
|
"reasons": []
|
|
29306
29722
|
}
|
|
29307
29723
|
},
|
|
29724
|
+
{
|
|
29725
|
+
"id": "n8n-code-tool",
|
|
29726
|
+
"path": "skills/n8n-code-tool",
|
|
29727
|
+
"category": "automation",
|
|
29728
|
+
"name": "n8n-code-tool",
|
|
29729
|
+
"description": "Write and debug JavaScript or Python for the AI-callable n8n Custom Code Tool, including schemas, sandbox limits, and return formats.",
|
|
29730
|
+
"risk": "unknown",
|
|
29731
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-code-tool",
|
|
29732
|
+
"date_added": "2026-07-21",
|
|
29733
|
+
"plugin": {
|
|
29734
|
+
"targets": {
|
|
29735
|
+
"codex": "supported",
|
|
29736
|
+
"claude": "supported"
|
|
29737
|
+
},
|
|
29738
|
+
"setup": {
|
|
29739
|
+
"type": "none",
|
|
29740
|
+
"summary": "",
|
|
29741
|
+
"docs": null
|
|
29742
|
+
},
|
|
29743
|
+
"reasons": []
|
|
29744
|
+
},
|
|
29745
|
+
"source_type": "community",
|
|
29746
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29747
|
+
"license": "MIT",
|
|
29748
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29749
|
+
},
|
|
29750
|
+
{
|
|
29751
|
+
"id": "n8n-error-handling",
|
|
29752
|
+
"path": "skills/n8n-error-handling",
|
|
29753
|
+
"category": "automation",
|
|
29754
|
+
"name": "n8n-error-handling",
|
|
29755
|
+
"description": "Design visible, structured, recoverable n8n failures using error outputs, retries, Error Trigger workflows, and HTTP error responses.",
|
|
29756
|
+
"risk": "unknown",
|
|
29757
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-error-handling",
|
|
29758
|
+
"date_added": "2026-07-21",
|
|
29759
|
+
"plugin": {
|
|
29760
|
+
"targets": {
|
|
29761
|
+
"codex": "supported",
|
|
29762
|
+
"claude": "supported"
|
|
29763
|
+
},
|
|
29764
|
+
"setup": {
|
|
29765
|
+
"type": "none",
|
|
29766
|
+
"summary": "",
|
|
29767
|
+
"docs": null
|
|
29768
|
+
},
|
|
29769
|
+
"reasons": []
|
|
29770
|
+
},
|
|
29771
|
+
"source_type": "community",
|
|
29772
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29773
|
+
"license": "MIT",
|
|
29774
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29775
|
+
},
|
|
29308
29776
|
{
|
|
29309
29777
|
"id": "n8n-expression-syntax",
|
|
29310
29778
|
"path": "skills/n8n-expression-syntax",
|
|
@@ -29349,6 +29817,32 @@
|
|
|
29349
29817
|
"reasons": []
|
|
29350
29818
|
}
|
|
29351
29819
|
},
|
|
29820
|
+
{
|
|
29821
|
+
"id": "n8n-multi-instance",
|
|
29822
|
+
"path": "skills/n8n-multi-instance",
|
|
29823
|
+
"category": "automation",
|
|
29824
|
+
"name": "n8n-multi-instance",
|
|
29825
|
+
"description": "Select, verify, and safely switch n8n MCP instances across production, staging, teams, or clients, especially before credential writes.",
|
|
29826
|
+
"risk": "critical",
|
|
29827
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-multi-instance",
|
|
29828
|
+
"date_added": "2026-07-21",
|
|
29829
|
+
"plugin": {
|
|
29830
|
+
"targets": {
|
|
29831
|
+
"codex": "supported",
|
|
29832
|
+
"claude": "supported"
|
|
29833
|
+
},
|
|
29834
|
+
"setup": {
|
|
29835
|
+
"type": "none",
|
|
29836
|
+
"summary": "",
|
|
29837
|
+
"docs": null
|
|
29838
|
+
},
|
|
29839
|
+
"reasons": []
|
|
29840
|
+
},
|
|
29841
|
+
"source_type": "community",
|
|
29842
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29843
|
+
"license": "MIT",
|
|
29844
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29845
|
+
},
|
|
29352
29846
|
{
|
|
29353
29847
|
"id": "n8n-node-configuration",
|
|
29354
29848
|
"path": "skills/n8n-node-configuration",
|
|
@@ -29371,6 +29865,32 @@
|
|
|
29371
29865
|
"reasons": []
|
|
29372
29866
|
}
|
|
29373
29867
|
},
|
|
29868
|
+
{
|
|
29869
|
+
"id": "n8n-subworkflows",
|
|
29870
|
+
"path": "skills/n8n-subworkflows",
|
|
29871
|
+
"category": "automation",
|
|
29872
|
+
"name": "n8n-subworkflows",
|
|
29873
|
+
"description": "Build reusable n8n sub-workflows with typed inputs, all-vs-each execution, discoverable naming, and agent-tool exposure.",
|
|
29874
|
+
"risk": "unknown",
|
|
29875
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-subworkflows",
|
|
29876
|
+
"date_added": "2026-07-21",
|
|
29877
|
+
"plugin": {
|
|
29878
|
+
"targets": {
|
|
29879
|
+
"codex": "supported",
|
|
29880
|
+
"claude": "supported"
|
|
29881
|
+
},
|
|
29882
|
+
"setup": {
|
|
29883
|
+
"type": "none",
|
|
29884
|
+
"summary": "",
|
|
29885
|
+
"docs": null
|
|
29886
|
+
},
|
|
29887
|
+
"reasons": []
|
|
29888
|
+
},
|
|
29889
|
+
"source_type": "community",
|
|
29890
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
29891
|
+
"license": "MIT",
|
|
29892
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
29893
|
+
},
|
|
29374
29894
|
{
|
|
29375
29895
|
"id": "n8n-validation-expert",
|
|
29376
29896
|
"path": "skills/n8n-validation-expert",
|
|
@@ -44553,6 +45073,32 @@
|
|
|
44553
45073
|
]
|
|
44554
45074
|
}
|
|
44555
45075
|
},
|
|
45076
|
+
{
|
|
45077
|
+
"id": "using-n8n-mcp-skills",
|
|
45078
|
+
"path": "skills/using-n8n-mcp-skills",
|
|
45079
|
+
"category": "uncategorized",
|
|
45080
|
+
"name": "using-n8n-mcp-skills",
|
|
45081
|
+
"description": "Route n8n MCP workflow design, editing, validation, testing, deployment, credential, execution, and debugging tasks to specialist guidance.",
|
|
45082
|
+
"risk": "critical",
|
|
45083
|
+
"source": "https://github.com/czlonkowski/n8n-skills/tree/main/skills/using-n8n-mcp-skills",
|
|
45084
|
+
"date_added": "2026-07-21",
|
|
45085
|
+
"plugin": {
|
|
45086
|
+
"targets": {
|
|
45087
|
+
"codex": "supported",
|
|
45088
|
+
"claude": "supported"
|
|
45089
|
+
},
|
|
45090
|
+
"setup": {
|
|
45091
|
+
"type": "none",
|
|
45092
|
+
"summary": "",
|
|
45093
|
+
"docs": null
|
|
45094
|
+
},
|
|
45095
|
+
"reasons": []
|
|
45096
|
+
},
|
|
45097
|
+
"source_type": "community",
|
|
45098
|
+
"source_repo": "czlonkowski/n8n-skills",
|
|
45099
|
+
"license": "MIT",
|
|
45100
|
+
"license_source": "https://github.com/czlonkowski/n8n-skills/blob/main/LICENSE"
|
|
45101
|
+
},
|
|
44556
45102
|
{
|
|
44557
45103
|
"id": "using-neon",
|
|
44558
45104
|
"path": "skills/using-neon",
|