Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

training

يحتوي training على 12 من skills المجمعة من nextflow-io، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
252
محدث
2026-04-27
Forks
320
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

validate-training-materials
معلمو التعليم العالي، جميع الآخرون

Run comprehensive validation and review checks including heading numbering, TODO/FIXME comments, Nextflow script conventions, orphaned files, admonition syntax, lesson structure, formatting, content accuracy, and teaching effectiveness. Use when validating, reviewing, or checking training materials quality, lesson quality, or before committing changes.

2026-04-27
run-tutorial-walkthrough
معلمو التعليم العالي، جميع الآخرون

Walk through a training tutorial as a user would, progressively building examples exactly as instructed, running all commands, and verifying results against solutions. Use when testing tutorials end-to-end or validating that instructions are correct and complete.

2026-02-06
add-exercise
معلمو التعليم العالي، جميع الآخرون

Add an interactive exercise with solution to an existing lesson. Creates properly formatted exercise and solution admonition blocks. Use when a lesson needs hands-on practice.

2026-02-02
check-code-block-highlights
معلمو التعليم العالي، جميع الآخرون

Verify that hl_lines attributes in markdown code blocks correctly highlight the intended lines. Use when reviewing documentation with code examples, especially Before/After comparisons, or when highlights seem incorrect.

2026-02-02
check-inline-code-formatting
معلمو التعليم العالي، جميع الآخرون

Review inline code in markdown files for proper formatting and syntax highlighting. Check for missing backticks on CLI flags, filenames, and code elements. Verify that inline syntax highlighting (#!groovy) is used appropriately. Use when reviewing documentation or quiz questions.

2026-02-02
docker-environment-setup
مديرو الشبكات وأنظمة الحاسوب

Set up a Docker container for running Nextflow training examples. Handles basic setup, Docker-outside-of-Docker (DooD) for containerized processes, ARM Mac platform emulation, and troubleshooting. Use when you need to run Nextflow examples in a consistent environment.

2026-02-02
find-todo-and-fixme-comments
معلمو التعليم العالي، جميع الآخرون

Search markdown files, Nextflow scripts, and config files for TODO/FIXME comments, categorize by priority, and provide actionable recommendations. Use when you need to identify pending work or track technical debt.

2026-02-02
new-lesson
معلمو التعليم العالي، جميع الآخرون

Create a new numbered lesson page within an existing training module. Use when adding a new topic like '05_error_handling.md' to an existing course.

2026-02-02
new-module
معلمو التعليم العالي، جميع الآخرون

Scaffold a complete new training module with standard directory structure, index, orientation, lessons, survey, and next-steps files. Use when creating a new course like 'Advanced Pipelines' or a new domain module.

2026-02-02
preview
معلمو التعليم العالي، جميع الآخرون

Start local MkDocs preview server to view training material changes. Use when editing documentation, checking formatting, or testing how content renders before committing.

2026-02-02
stop-preview
معلمو التعليم العالي، جميع الآخرون

Stop a running MkDocs preview server. Use when port 8000 is busy, switching tasks, or done editing documentation.

2026-02-02
test-nextflow-example-script
محللو ضمان جودة البرمجيات والمختبرون

Test a Nextflow script by running it, verifying outputs, testing resume functionality, and comparing results with documentation. Use when validating that example scripts work correctly and match their documentation.

2026-01-28