From 9fb91ed0e9d44bff57f22f26a21789911f5816de Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 15:15:43 +0000 Subject: [PATCH 1/2] Add Claude Code plugin marketplace manifest Add .claude-plugin/marketplace.json so the repo works as the marketplace the README already documents (nextflow@nextflow-io-claude-plugin). https://claude.ai/code/session_01BDX5Wh7CXx1hXbfJCyBmMN --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..eeec48e --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "nextflow-io-claude-plugin", + "owner": { + "name": "Nextflow", + "url": "https://nextflow.io" + }, + "plugins": [ + { + "name": "nextflow", + "source": "./", + "description": "Nextflow and nf-core bioinformatics workflow skills powered by Seqera MCP" + } + ] +} From e1455947105529d0464fe8a84cf41df53ecaed23 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 16:08:48 +0000 Subject: [PATCH 2/2] Add marketplace description Provide a metadata.description so `claude plugin validate --strict` passes. https://claude.ai/code/session_01BDX5Wh7CXx1hXbfJCyBmMN --- .claude-plugin/marketplace.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index eeec48e..6e86e48 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,6 +4,9 @@ "name": "Nextflow", "url": "https://nextflow.io" }, + "metadata": { + "description": "Claude Code skills and hooks for Nextflow and nf-core bioinformatics workflows, powered by the Seqera MCP server." + }, "plugins": [ { "name": "nextflow",