From nf-core
Create, lint, and modify nf-core pipelines following community standards. Use when the user is working on a Nextflow pipeline that lives under nf-core, mentions `nf-core create`, `nf-core lint`, or edits files like `main.nf`, `nextflow.config`, `nextflow_schema.json`, or anything under `conf/`, `workflows/`, or `subworkflows/local/` inside an nf-core pipeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nf-core:nf-core-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when working inside (or scaffolding) an [nf-core pipeline](https://nf-co.re/docs/contributing/pipelines). nf-core pipelines are opinionated Nextflow DSL2 workflows with strict structural and style requirements enforced by `nf-core lint`.
Use this skill when working inside (or scaffolding) an nf-core pipeline. nf-core pipelines are opinionated Nextflow DSL2 workflows with strict structural and style requirements enforced by nf-core lint.
nf-core pipelines create).nextflow.config, nextflow_schema.json, conf/*.config, or assets/schema_input.json.nf-core lint failures.CHANGELOG.md, or preparing a release.Do not use this skill for generic Nextflow scripts that are not part of an nf-core pipeline — use a plain Nextflow skill instead.
main.nf only includes workflows.modules/nf-core/<tool>/<subtool>/main.nf and are managed via nf-core modules install. Do not edit them in place — patch via nf-core modules patch.modules/local/, subworkflows/local/, or workflows/.nextflow.config and nextflow_schema.json — they must agree.nf-test. Every workflow, subworkflow, and local module needs a *.nf.test file with a snapshot.nf-core lint early and often — it is the source of truth.nf-core modules create over hand-rolling.nf-core schema build to keep nextflow_schema.json in sync.CHANGELOG.md under the ## [Unreleased] heading for every user-visible change.nf-core pipelines create # scaffold a new pipeline
nf-core pipelines lint # run all lint checks
nf-core modules list remote # browse available shared modules
nf-core modules install <tool> # add a shared module
nf-core schema build # sync nextflow_schema.json
nf-test test --profile docker # run pipeline tests
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub edmundmiller/nf-core-skills --plugin nf-core