training
Author, test, and validate Nextflow training course materials
All Skills in This Repository (12)
Pure Emerald Level Indicatorsstop-preview
Stop the training-mkdocs Docker container to terminate the MkDocs preview server.
Validate Training Materials
Validate Nextflow training materials for structure, formatting, and content accuracy.
Test Nextflow Example Script
Execute Nextflow scripts and verify outputs against documentation.
new-lesson
Create numbered lesson pages with a templated Markdown structure.
Check Code Block Highlights
Validate hl_lines highlights in Markdown code blocks and report mismatches.
add-exercise
Insert formatted exercise and solution blocks into training lessons.
Docker Environment Setup
Provision a reproducible Docker environment for Nextflow training examples.
Run Tutorial Walkthrough
Execute tutorial commands and validate outputs against solutions.
Find TODO and FIXME Comments
Detect and categorize TODO and FIXME comments in Markdown, Nextflow, and config files.
Check Inline Code Formatting
Validate inline code backticks and Groovy syntax highlighting in Markdown documents.
new-module
Scaffold a complete training module structure with docs layout and navigation files.
preview
Start a local MkDocs preview server via Docker or uv on port 8000.
Frequently Asked Questions
FAQPage SchemaHow to install Nextflow Training skills?โผ
Run `npx skills add nextflow-io/training --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new Nextflow training lesson?โผ
Use the new-lesson skill, which scaffolds a properly numbered lesson page with the correct heading structure, code blocks, and takeaway sections for your chosen module.
How to check if tutorial documentation matches real outputs?โผ
The run-tutorial skill walks through a lesson exactly as a learner would, running every command and comparing actual results against the documented examples.
Do these skills work with Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and run directly in Claude Code and other compatible coding environments.
Can I test Nextflow examples without a local setup?โผ
Yes. The docker-setup skill configures a ready-to-use container, including support for containerized pipelines and Apple Silicon Macs.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides