Skip to main content

Skills

This page lists the slash commands and built-in skills available in a Co-Scientist session. To learn how to discover, author, and install skills, see Skills configuration.

Slash commands

Co-Scientist exposes two kinds of slash command in the / palette. TUI commands are handled locally by the CLI to control the session itself:

CommandDescription
/helpShow available commands
/exit (/quit, /q)Exit the application
/clearClear conversation history
/thinkingToggle thinking display
/scrollToggle auto-scroll
/orgShow current organization
/lspShow LSP server status
/statusShow system status
/creditsShow credit balance and usage
/approvalShow or set approval mode
/feedbackOpen feedback form
/help-communityOpen community help
/stickersGet Seqera stickers

The second kind, AI commands, are backed by skills and sent to the AI backend. The built-in ones are listed below, and any skills your deployment exposes appear alongside them in / and /help.

Built-in skills

Your Co-Scientist deployment can expose built-in skills as slash commands. These appear in the / command palette and in /help.

The CLI includes the following built-in skills by default:

CommandDescription
/nextflow-configGenerate and explain Nextflow configuration files
/nextflow-schemaGenerate nextflow_schema.json and sample sheet schema files
/debug-local-runDebug a local Nextflow pipeline run using .nextflow.log, work directories, and related artifacts
/debug-last-run-on-seqeraDebug the last pipeline run on Seqera Platform
/convert-jupyter-notebookConvert Jupyter notebooks to Nextflow pipelines
/convert-python-scriptConvert Python scripts, including standalone scripts and Snakemake-style logic, to Nextflow
/convert-r-scriptConvert R scripts to Nextflow pipelines
/fix-strict-syntaxFix Nextflow strict syntax errors and help migrate pipelines to the v2 parser
/nf-aggregateAggregate metrics from Nextflow runs on Seqera Platform using the nf-aggregate pipeline
/nf-data-lineageExplore Nextflow data lineage to trace which inputs and processes produced a result
/nf-pipeline-structureAnalyze a local Nextflow pipeline structure, including processes, workflows, modules, and channel flow
/nf-run-historyAnalyze local Nextflow run history and summarize recent activity, progress, and recurring issues
/nf-schema-migrationMigrate Nextflow pipelines from nf-validation to nf-schema v2
/seqera-mcpAccess Seqera Platform through MCP tools for structured, validated operations
/seqera-platform-apiQuery and manipulate Seqera Platform resources directly through the REST API
/seqerakitWrite seqerakit YAML configuration for automating Seqera Platform setup
/simplifyReview changed code for reuse, quality, and efficiency, then clean up issues found
note

The exact built-in skills available in your environment may vary by deployment and release. Use /help or type / in the CLI to see the current list.

Payload limits

To keep session payloads small, Co-Scientist caps discovered skill context at 5 KB. The total session payload cap is 20 KB.

Learn more