Claude Code skills for Nextflow and nf-core bioinformatics workflows, powered by the Seqera MCP server.
| Skill | Description |
|---|---|
install-nextflow |
Install or upgrade Nextflow (and Java 17+ via SDKMAN if needed) |
create-workflow |
Create Nextflow pipelines by composing nf-core modules |
run-module |
Run Nextflow modules natively using nextflow module commands |
launch-workflow |
Launch workflow executions on Seqera Platform |
/plugin marketplace add nextflow-io/claude-plugin/plugin install nextflow@nextflow-io-claude-pluginWhen prompted, approve the Seqera MCP server connection to enable the skills.
Once installed, use the skills with the nextflow: namespace:
/nextflow:install-nextflow
/nextflow:create-workflow
/nextflow:run-module
/nextflow:launch-workflowTo test the plugin locally without installing:
claude --plugin-dir /path/to/claude-plugin- Claude Code CLI
- Nextflow 26.04.0 or later (required for
nextflow moduleandnextflow auth/nextflow launchcommands)
Apache-2.0