Agent skills for Nextflow and nf-core bioinformatics workflows.
These skills follow the Agent Skills specification, so they can be used by any skills-compatible agent, including Claude Code, Codex CLI, OpenCode, and Cursor.
install-nextflow— Install or upgrade Nextflow (and Java 17+ via SDKMAN if needed)create-workflow— Create Nextflow pipelines by composing nf-core modulesrun-module— Run Nextflow modules natively using thenextflow modulecommandlaunch-workflow— Launch workflow executions on Seqera Platform
/plugin marketplace add nextflow-io/agent-skills
/plugin install nextflow@nextflow-io-agent-skills
When prompted, approve the Seqera MCP server connection to enable the skills. Claude Code automatically keeps your skills up to date.
If you use the GitHub CLI (v2.90.0+), you can install skills with gh skill:
gh skill install nextflow-io/agent-skillsPick the skills you want and the coding agents you want to install them on. The installer supports Claude Code, Codex, Cursor, and other agents that follow the skills convention.
For skills that require the Seqera MCP (e.g. launch-workflow), make sure the Seqera MCP server is configured for your agent.
You can update installed skills using gh skill update:
# Check for updates interactively
gh skill update
# Update all installed skills
gh skill update --allTo test the plugin locally without installing:
claude --plugin-dir /path/to/agent-skills- A coding agent that supports agent skills (e.g. Claude Code, Codex, Cursor)
- Nextflow 26.04 or later (you can use the
install-nextflowskill to install it)
Apache-2.0