From 793b5f11b8800fdcc967b95543b11ba9f1acd875 Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:02:23 +0200 Subject: [PATCH 1/7] docs(seqera-ai): document skills and agent modes --- platform-cloud/cloud-sidebar.json | 2 + .../docs/seqera-ai/command-approval.md | 4 + platform-cloud/docs/seqera-ai/get-started.md | 34 ++++- platform-cloud/docs/seqera-ai/index.md | 16 ++- platform-cloud/docs/seqera-ai/installation.md | 24 +++- platform-cloud/docs/seqera-ai/modes.md | 115 ++++++++++++++++ .../docs/seqera-ai/skill-claude-code.md | 16 ++- platform-cloud/docs/seqera-ai/skill-codex.md | 16 ++- .../docs/seqera-ai/skill-github-copilot.md | 16 ++- .../docs/seqera-ai/skill-other-agents.md | 16 ++- platform-cloud/docs/seqera-ai/skills.md | 129 ++++++++++++++++++ platform-cloud/docs/seqera-ai/use-cases.md | 110 ++++++++++++++- 12 files changed, 488 insertions(+), 10 deletions(-) create mode 100644 platform-cloud/docs/seqera-ai/modes.md create mode 100644 platform-cloud/docs/seqera-ai/skills.md diff --git a/platform-cloud/cloud-sidebar.json b/platform-cloud/cloud-sidebar.json index 321202d01..1341b0365 100644 --- a/platform-cloud/cloud-sidebar.json +++ b/platform-cloud/cloud-sidebar.json @@ -169,6 +169,8 @@ "seqera-ai/get-started", "seqera-ai/installation", "seqera-ai/authentication", + "seqera-ai/skills", + "seqera-ai/modes", "seqera-ai/use-cases", "seqera-ai/command-approval", "seqera-ai/skill-claude-code", diff --git a/platform-cloud/docs/seqera-ai/command-approval.md b/platform-cloud/docs/seqera-ai/command-approval.md index a87323e49..6bf1ffedd 100644 --- a/platform-cloud/docs/seqera-ai/command-approval.md +++ b/platform-cloud/docs/seqera-ai/command-approval.md @@ -11,6 +11,10 @@ Seqera Cloud users receive $20 in free credits to get started with Seqera AI. [C Seqera AI can execute local commands and edit files in your environment. This page explains approval modes that control which operations run automatically versus which require your permission, including dangerous commands, workspace boundaries, and best practices. +:::info +Starting a persistent task with `/goal ` switches the session to `full` approval mode automatically so Seqera AI can continue working without repeated prompts. +::: + ## Approval prompts When a command requires approval, you will see output similar to: diff --git a/platform-cloud/docs/seqera-ai/get-started.md b/platform-cloud/docs/seqera-ai/get-started.md index 2a9971cd7..cb49147c5 100644 --- a/platform-cloud/docs/seqera-ai/get-started.md +++ b/platform-cloud/docs/seqera-ai/get-started.md @@ -1,7 +1,7 @@ --- title: "Get started" description: "AI-powered assistant for bioinformatics workflows and Seqera Platform" -date: "2025-12-16" +date: "2026-03-11" tags: [seqera-ai, cli, ai] --- @@ -36,18 +36,46 @@ To get started with Seqera AI: seqera ai ``` -1. Run your first prompt: +1. Open the command palette and review the available built-in commands and skills: + + ``` + /help + ``` + + You can also type `/` to open command autocomplete. + +1. Try build mode and plan mode: + + - Press `Shift+Tab` to switch between **build** and **plan** + - Check the current mode in the composer footer + - Run `/status` if you want a full status readout + + Example plan-mode prompt: + + ``` + Compare whether I should add FastQC or fastp as the first QC step in this RNA-seq pipeline, including the workflow changes each option would require + ``` + +1. Run your first workflow-focused prompt: ``` /debug-last-run-on-seqera ``` - See [Use cases](./use-cases.md) for a comprehensive list of use cases. +1. Try goal mode for a longer task: + + ``` + /goal update this pipeline for AWS Batch and add nf-tests + ``` + + See [Use cases](./use-cases.md) for more examples. ## Learn more - [Installation](./installation.md): Detailed installation instructions - [Authentication](./authentication.md): Log in, log out, and session management +- [Skills](./skills.md): Discover, create, and install skills +- [Modes](./modes.md): Work in build mode, plan mode, and goal mode - [Command approval](./command-approval.md): Control which commands run automatically - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Troubleshooting](../troubleshooting_and_faqs/seqera-ai.md): Troubleshoot common errors diff --git a/platform-cloud/docs/seqera-ai/index.md b/platform-cloud/docs/seqera-ai/index.md index 74511c13c..23bd3881a 100644 --- a/platform-cloud/docs/seqera-ai/index.md +++ b/platform-cloud/docs/seqera-ai/index.md @@ -1,7 +1,7 @@ --- title: "Seqera AI CLI" description: "AI-powered assistant for bioinformatics workflows and Seqera Platform" -date: "2025-12-15" +date: "2026-03-11" tags: [seqera-ai, cli, ai] --- @@ -19,10 +19,22 @@ Seqera AI has access to: ## Seqera AI features +### Skills + +Seqera AI supports reusable skills for common workflows. Backend skills are exposed as slash commands in the `/` command palette and `/help`, and project or user `SKILL.md` files are discovered automatically from standard skill directories. + ### Natural language interface Interact with Seqera Platform using plain English. Ask questions, launch workflows, and manage pipelines through conversational commands. +### Build and plan modes + +Switch between **build** and **plan** modes during an interactive session with `Shift+Tab`. Build mode is the default for execution and file changes, while plan mode is optimized for analysis, implementation planning, and read-only investigation. + +### Goal mode + +Use `/goal ` to set a persistent goal. Seqera AI will keep working toward that goal across multiple model attempts until it is complete or the goal attempt limit is reached. + ### Workflow management Launch, monitor, and debug Nextflow workflows directly from your terminal. Get real-time status updates, view logs, and analyze run metrics. @@ -55,6 +67,8 @@ Full access to Platform capabilities including compute environments, datasets, d - [Installation](./installation.md): Detailed installation instructions - [Authentication](./authentication.md): Log in, log out, and session management +- [Skills](./skills.md): Discover, create, and install skills +- [Modes](./modes.md): Work in build mode, plan mode, and goal mode - [Command approval](./command-approval.md): Control which commands run automatically - [Working with Claude Code](./skill-claude-code.md): Install Seqera AI as a skill for Claude Code - [Working with Codex](./skill-codex.md): Install Seqera AI as a skill for Codex diff --git a/platform-cloud/docs/seqera-ai/installation.md b/platform-cloud/docs/seqera-ai/installation.md index d315a7b50..0d42a0246 100644 --- a/platform-cloud/docs/seqera-ai/installation.md +++ b/platform-cloud/docs/seqera-ai/installation.md @@ -1,7 +1,7 @@ --- title: "Installation" description: "Install and configure Seqera AI CLI" -date: "15 Dec 2025" +date: "2026-03-11" tags: [seqera-ai, cli, installation] --- @@ -34,6 +34,26 @@ seqera --version npm update -g seqera ``` +### Install agent integrations + +Install Seqera AI as a skill for your coding agent: + +```bash +seqera skill install +``` + +Install directly into the current repository: + +```bash +seqera skill install --local +``` + +Check installed skills and update them after upgrading the CLI: + +```bash +seqera skill check --update +``` + :::info If you use Seqera AI as a skill for a coding agent, run `seqera skill check --update` after updating the CLI to keep your installed skills in sync with the current version. By default, this scans both local and global installations. Use `--global` or `--local` to narrow the scope. See [Working with Claude Code](./skill-claude-code.md), [Working with Codex](./skill-codex.md), [Working with GitHub Copilot](./skill-github-copilot.md), and [Working with other coding agents](./skill-other-agents.md). @@ -52,6 +72,8 @@ npm uninstall -g seqera - [Seqera AI CLI](index.md): Seqera AI CLI overview - [Authentication](./authentication.md): Login, logout, and session management +- [Skills](./skills.md): Discover, create, and install skills +- [Modes](./modes.md): Work in build mode, plan mode, and goal mode - [Command approval](./command-approval.md): Control which commands run automatically - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Troubleshooting](../troubleshooting_and_faqs/seqera-ai.md): Troubleshoot common errors diff --git a/platform-cloud/docs/seqera-ai/modes.md b/platform-cloud/docs/seqera-ai/modes.md new file mode 100644 index 000000000..0d283ea61 --- /dev/null +++ b/platform-cloud/docs/seqera-ai/modes.md @@ -0,0 +1,115 @@ +--- +title: "Modes" +description: "Work in build mode, plan mode, and goal mode in Seqera AI CLI" +date: "2026-03-11" +tags: [seqera-ai, cli, modes] +--- + +:::note +Seqera Cloud users receive $20 in free credits to get started with Seqera AI. [Contact us](https://seqera.io/platform/seqera-ai/request-credits/) for additional credits. +::: + +Seqera AI includes **build mode**, **plan mode**, and **goal mode** so you can choose the right level of autonomy for each task. + +## Build mode + +Build mode is the default interactive mode. Seqera AI can: + +- Read and search files +- Execute commands +- Edit or create files +- Carry out workflow changes directly in your workspace + +Use build mode for implementation work, debugging, code generation, and file edits. + +## Plan mode + +Plan mode is optimized for analysis and implementation planning. + +In plan mode, Seqera AI focuses on: + +- Understanding the problem +- Comparing approaches and trade-offs +- Producing a step-by-step implementation plan +- Reading files and searching code for context + +Plan mode blocks write and execution tools, including: + +- `execute_bash_local` +- `write_file_local` +- `edit_file_local` +- `create_directory_local` + +If the assistant tries to use one of these tools, the request is rejected and the assistant is told to switch back to build mode. + +## Switch between build mode and plan mode + +Toggle modes during a session with `Shift+Tab`. + +You can also: + +- Check the current mode in the composer footer +- Run `/status` to view the current mode alongside session and LSP status +- Use `/help` to see mode-aware command guidance + +## Goal mode + +Goal mode is a persistent workflow for longer tasks. Set a goal with: + +```bash +/goal +``` + +When goal mode is active, Seqera AI: + +- Keeps working toward the same objective over multiple model attempts +- Automatically continues if more work is needed +- Stops when the goal is complete or the goal attempt limit is reached +- Switches approval mode to `full` so work can continue without repeated prompts + +Goal mode commands: + +```bash +/goal +/goal off +``` + +Run `/goal` without arguments to inspect the current goal. Run `/goal off` to disable goal mode. + +Seqera AI currently gives goal mode up to **3 model attempts** before it stops and asks you to start a new goal. + +## Keyboard shortcuts + +| Shortcut | Action | +|----------|--------| +| `Shift+Tab` | Toggle between build mode and plan mode | +| `Ctrl+Enter` | If your terminal supports it, interrupt the current response and send a queued follow-up immediately | +| `Esc` | Clear a queued follow-up or interrupt the current response | + +## Examples + +### Plan mode + +```text +Compare whether I should add FastQC or fastp as the first QC step in this RNA-seq pipeline, including the workflow changes each option would require +``` + +```text +Inspect this repository and outline the changes needed for Seqera Platform deployment +``` + +### Goal mode + +```text +/goal migrate this pipeline to DSL2 and add nf-tests +``` + +```text +/goal update this workflow for AWS Batch and verify the config +``` + +## Learn more + +- [Skills](./skills.md): Discover, create, and install skills +- [Command approval](./command-approval.md): Control which commands run automatically +- [Use cases](./use-cases.md): Seqera AI CLI use cases diff --git a/platform-cloud/docs/seqera-ai/skill-claude-code.md b/platform-cloud/docs/seqera-ai/skill-claude-code.md index 082efb4f0..9ed69aa4e 100644 --- a/platform-cloud/docs/seqera-ai/skill-claude-code.md +++ b/platform-cloud/docs/seqera-ai/skill-claude-code.md @@ -1,7 +1,7 @@ --- title: "Working with Claude Code" description: "Install and maintain the Seqera AI skill for Claude Code" -date: "2026-02-26" +date: "2026-03-11" tags: [seqera-ai, cli, skills, claude-code] --- @@ -13,12 +13,24 @@ The `seqera skill` command installs a skill file that enables [Claude Code](http ### `seqera skill install` +Launch the interactive installer: + +```bash +seqera skill install +``` + Install to the standard Claude Code location: ```bash seqera skill install --path .claude/skills/ ``` +Install into the current repository root: + +```bash +seqera skill install --local +``` + Or install to your home directory: ```bash @@ -41,6 +53,7 @@ seqera skill install [OPTIONS] | Option | Short | Description | |--------|-------|-------------| +| `--local` | `-l` | Install to repo root | | `--path ` | `-p` | Install to a custom path (relative or absolute) | | `--global` | `-g` | Install to home directory | | `--detect` | `-d` | Auto-detect an existing installation and update it | @@ -75,6 +88,7 @@ seqera skill check [OPTIONS] ### Learn more +- [Skills](./skills.md): Discover, create, and install skills - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Code intelligence](./nextflow-lsp.md): Language-aware coding support - [Installation](./installation.md): Detailed installation instructions diff --git a/platform-cloud/docs/seqera-ai/skill-codex.md b/platform-cloud/docs/seqera-ai/skill-codex.md index 3b8efdcf8..ab8f68773 100644 --- a/platform-cloud/docs/seqera-ai/skill-codex.md +++ b/platform-cloud/docs/seqera-ai/skill-codex.md @@ -1,7 +1,7 @@ --- title: "Working with Codex" description: "Install and maintain the Seqera AI skill for Codex" -date: "2026-02-26" +date: "2026-03-11" tags: [seqera-ai, cli, skills, codex] --- @@ -13,12 +13,24 @@ The `seqera skill` command installs a skill file that enables [Codex](https://op ### `seqera skill install` +Launch the interactive installer: + +```bash +seqera skill install +``` + Install to your project `AGENTS.md` path: ```bash seqera skill install --path AGENTS.md ``` +Install into the current repository root and let the CLI select the Codex format automatically: + +```bash +seqera skill install --local +``` + Or install to your home directory: ```bash @@ -41,6 +53,7 @@ seqera skill install [OPTIONS] | Option | Short | Description | |--------|-------|-------------| +| `--local` | `-l` | Install to repo root | | `--path ` | `-p` | Install to a custom path (relative or absolute) | | `--global` | `-g` | Install to home directory | | `--detect` | `-d` | Auto-detect an existing installation and update it | @@ -75,6 +88,7 @@ seqera skill check [OPTIONS] ### Learn more +- [Skills](./skills.md): Discover, create, and install skills - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Code intelligence](./nextflow-lsp.md): Language-aware coding support - [Installation](./installation.md): Detailed installation instructions diff --git a/platform-cloud/docs/seqera-ai/skill-github-copilot.md b/platform-cloud/docs/seqera-ai/skill-github-copilot.md index 3fda2618b..b3a712a6c 100644 --- a/platform-cloud/docs/seqera-ai/skill-github-copilot.md +++ b/platform-cloud/docs/seqera-ai/skill-github-copilot.md @@ -1,7 +1,7 @@ --- title: "Working with GitHub Copilot" description: "Install and maintain the Seqera AI skill for GitHub Copilot" -date: "2026-02-26" +date: "2026-03-11" tags: [seqera-ai, cli, skills, github-copilot] --- @@ -13,12 +13,24 @@ The `seqera skill` command installs a skill file that enables [GitHub Copilot](h ### `seqera skill install` +Launch the interactive installer: + +```bash +seqera skill install +``` + Install to the standard Copilot instructions file: ```bash seqera skill install --path .github/copilot-instructions.md ``` +Install into the current repository root: + +```bash +seqera skill install --local +``` + Or install to your home directory: ```bash @@ -41,6 +53,7 @@ seqera skill install [OPTIONS] | Option | Short | Description | |--------|-------|-------------| +| `--local` | `-l` | Install to repo root | | `--path ` | `-p` | Install to a custom path (relative or absolute) | | `--global` | `-g` | Install to home directory | | `--detect` | `-d` | Auto-detect an existing installation and update it | @@ -75,6 +88,7 @@ seqera skill check [OPTIONS] ### Learn more +- [Skills](./skills.md): Discover, create, and install skills - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Code intelligence](./nextflow-lsp.md): Language-aware coding support - [Installation](./installation.md): Detailed installation instructions diff --git a/platform-cloud/docs/seqera-ai/skill-other-agents.md b/platform-cloud/docs/seqera-ai/skill-other-agents.md index e12f3fac0..658354874 100644 --- a/platform-cloud/docs/seqera-ai/skill-other-agents.md +++ b/platform-cloud/docs/seqera-ai/skill-other-agents.md @@ -1,7 +1,7 @@ --- title: "Working with other coding agents" description: "Install and maintain the Seqera AI skill for other coding agents" -date: "2026-02-26" +date: "2026-03-11" tags: [seqera-ai, cli, skills, coding-agents] --- @@ -22,12 +22,24 @@ The `seqera skill` command installs a skill file that enables coding agents such ### `seqera skill install` +Launch the interactive installer: + +```bash +seqera skill install +``` + Install to a specific agent path: ```bash seqera skill install --path ``` +Install into the current repository root: + +```bash +seqera skill install --local +``` + Or install to your home directory: ```bash @@ -50,6 +62,7 @@ seqera skill install [OPTIONS] | Option | Short | Description | |--------|-------|-------------| +| `--local` | `-l` | Install to repo root | | `--path ` | `-p` | Install to a custom path (relative or absolute) | | `--global` | `-g` | Install to home directory | | `--detect` | `-d` | Auto-detect an existing installation and update it | @@ -84,6 +97,7 @@ seqera skill check [OPTIONS] ### Learn more +- [Skills](./skills.md): Discover, create, and install skills - [Use cases](./use-cases.md): Seqera AI CLI use cases - [Code intelligence](./nextflow-lsp.md): Language-aware coding support - [Installation](./installation.md): Detailed installation instructions diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md new file mode 100644 index 000000000..3b188e877 --- /dev/null +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -0,0 +1,129 @@ +--- +title: "Skills" +description: "Discover, create, and install skills in Seqera AI CLI" +date: "2026-03-11" +tags: [seqera-ai, cli, skills] +--- + +:::note +Seqera Cloud users receive $20 in free credits to get started with Seqera AI. [Contact us](https://seqera.io/platform/seqera-ai/request-credits/) for additional credits. +::: + +Skills are reusable instruction sets that extend Seqera AI with domain-specific workflows, prompts, and operating guidance. + +Seqera AI supports two skill workflows: + +- **CLI skills**: `SKILL.md` files discovered from project and user skill directories and sent to the backend as session context +- **Agent integrations**: skill files installed by `seqera skill install` so other coding agents can invoke Seqera AI as a subagent + +## Use skills in the CLI + +When you start `seqera ai`, the CLI discovers available skills automatically. Backend-provided skills are also exposed as slash commands in the `/` command palette and `/help`. + +You can: + +- Type `/` to browse built-in commands and backend skills +- Run `/help` to see commands and skill descriptions in the terminal +- Add project-specific `SKILL.md` files so Seqera AI starts each session with the right context + +## Skill format + +Each skill lives in its own directory and includes a `SKILL.md` file with YAML frontmatter: + +```text +my-skill/ + SKILL.md + references/ +``` + +```markdown +--- +name: my-skill +description: Short description of what this skill does +--- + +Detailed instructions, examples, and guidelines. +``` + +`name` and `description` are required. Skills missing either field are skipped. + +## Discovery directories + +Seqera AI searches these directories in order. The first directory to register a skill name takes precedence, and later skills with the same name are ignored. + +| Priority | Path | Scope | +|----------|------|-------| +| 1 | `/.agents/skills/` | project | +| 2 | `/.seqera/skills/` | project | +| 3 | `~/.agents/skills/` | user | +| 4 | `~/.seqera/skills/` | user | +| 5 | `~/.config/agents/skills/` | user | +| 6 | `~/.config/seqera/skills/` | user | + +Project skills take priority over user skills, so you can override a global skill with a repository-specific version. + +### Cross-agent compatibility + +`.agents/skills/` follows the [Agent Skills](https://agentskills.io) convention, which makes skills portable across coding agents. `.seqera/skills/` is Seqera-specific. + +## Install skills into Seqera AI + +You can add skills by creating the directory structure manually or by installing them from the [Agent Skills](https://agentskills.io) ecosystem: + +```bash +npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices +``` + +After adding a skill, restart `seqera ai` so the new skill is loaded into the session. + +## Install Seqera AI into another coding agent + +Use `seqera skill install` to install Seqera AI as a skill or instruction file for another agent: + +```bash +seqera skill install +``` + +Common installation flows: + +```bash +seqera skill install --local +seqera skill install --global +seqera skill install --detect +``` + +Supported agents include: + +| Agent | Format | +| --- | --- | +| [Claude Code](https://claude.ai/code) | `.claude/skills/` | +| [Codex](https://openai.com/codex) | `AGENTS.md` | +| [Cursor](https://www.cursor.com/) | `.cursor/rules/` | +| [GitHub Copilot](https://github.com/features/copilot) | `.github/copilot-instructions.md` | +| [OpenCode](https://opencode.ai/) | `.opencode/` | +| [Pi](https://github.com/badlogic/pi-mono) | `.pi/` | +| [Windsurf](https://windsurf.com/) | `.windsurf/rules/` | + +Verify installed agent integrations with: + +```bash +seqera skill check +``` + +Update outdated installations automatically: + +```bash +seqera skill check --update +``` + +## Payload limits + +To keep session payloads small, Seqera AI caps discovered skill context at **5 KB**. The total session payload cap is **20 KB**. + +## Learn more + +- [Modes](./modes.md): Work in build mode, plan mode, and goal mode +- [Working with Claude Code](./skill-claude-code.md): Install Seqera AI as a skill for Claude Code +- [Working with Codex](./skill-codex.md): Install Seqera AI as a skill for Codex +- [Working with GitHub Copilot](./skill-github-copilot.md): Install Seqera AI as a skill for GitHub Copilot +- [Working with other coding agents](./skill-other-agents.md): Install Seqera AI for other coding agents diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index 9ff82d7b2..482c25a31 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -1,7 +1,7 @@ --- title: "Use cases" description: "Learn how to use Seqera AI CLI for bioinformatics workflows, pipeline development, and data management" -date: "2025-12-15" +date: "2026-03-11" tags: [seqera-ai, cli, ai, use cases] --- @@ -163,6 +163,80 @@ seqera ai -w /path/to/project seqera ai -a full ``` +**Switch between build mode and plan mode**: + +- Press `Shift+Tab` in the composer +- Check the current mode in the composer footer +- Use `/status` if you want a full status readout + +**Inspect available built-in commands and skills**: + +``` +/help +``` + + + +## Plan work before you edit + +Use **plan mode** when you want analysis and a concrete implementation plan before making changes. + +
+**Planning in plan mode** + +**Compare implementation strategies**: + +``` +> Compare whether I should add FastQC or fastp as the first QC step in this RNA-seq pipeline, including the workflow changes each option would require +``` + +**Ask for a step-by-step rollout plan**: + +``` +> Plan the work to add GPU support to this pipeline +``` + +**Review a codebase without modifying it**: + +``` +> Inspect this repository and outline the changes needed for Seqera Platform deployment +``` + +:::note +Plan mode is designed for read-only analysis. To execute commands, edit files, or write code, switch back to build mode with `Shift+Tab`. +::: + +
+ +## Use goal mode for longer tasks + +Use **goal mode** when you want Seqera AI to keep working toward a task over multiple model attempts. + +
+**Working in goal mode** + +**Start a persistent task**: + +``` +/goal migrate this pipeline to DSL2 and add nf-tests +``` + +**Check the active goal**: + +``` +/goal +``` + +**Disable goal mode**: + +``` +/goal off +``` + +:::note +Goal mode automatically switches command approval to `full` so the assistant can keep making progress. See [Command approval](./command-approval.md) for details. +::: +
## Exit the assistant @@ -194,6 +268,12 @@ Seqera AI includes built-in slash commands for common workflows. | Command | Description | |---------|-------------| +| `/help` | Show available commands and skills | +| `/status` | Show current mode, LSP, organization, and session status | +| `/sessions` | Browse and switch sessions | +| `/goal` | Set, inspect, or disable a persistent goal | +| `/credits` | Show monthly credit balance and usage | +| `/update` | Check for CLI updates | | `/config` | Generate a nextflow.config file | | `/schema` | Generate a Nextflow schema | | `/debug` | Run nextflow lint and preview | @@ -205,6 +285,32 @@ Seqera AI includes built-in slash commands for common workflows. | `/convert-jupyter-notebook` | Convert Jupyter notebook to Nextflow | | `/write-nf-test` | Write nf-tests for your pipeline | +Skills exposed by your Seqera AI deployment also appear in the `/` command palette and in `/help`. + + + +## Work with skills + +Seqera AI can use reusable skills from your current project, your user profile, and the backend skill catalog exposed by your deployment. + +
+**Using skills** + +**Open the command palette**: + +- Type `/` to browse built-in commands and backend skills +- Run `/help` to see the same commands in a text list + +**Create a project skill**: + +Create a `SKILL.md` file in `.agents/skills/` or `.seqera/skills/` and restart `seqera ai`. + +**Install Seqera AI into another coding agent**: + +```bash +seqera skill install +``` +
## Work with data @@ -316,5 +422,7 @@ The assistant can generate the exact Nextflow command with proper parameters for - [Seqera AI CLI](index.md): Seqera AI CLI overview - [Installation](./installation.md): Detailed installation instructions - [Authentication](./authentication.md): Log in, log out, and session management +- [Skills](./skills.md): Discover, create, and install skills +- [Modes](./modes.md): Work in build mode, plan mode, and goal mode - [Command approval](./command-approval.md): Control which commands run automatically - [Troubleshooting](../troubleshooting_and_faqs/seqera-ai.md): Troubleshoot common errors From 2d6e33cafcfe6c22badee4766c2b64d3c74dedfc Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:40:26 +0200 Subject: [PATCH 2/7] docs(seqera-ai): add built-in skill commands --- platform-cloud/docs/seqera-ai/skills.md | 21 +++++++++++++++++++++ platform-cloud/docs/seqera-ai/use-cases.md | 11 +++++++++++ 2 files changed, 32 insertions(+) diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index 3b188e877..e1124549d 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -26,6 +26,27 @@ You can: - Run `/help` to see commands and skill descriptions in the terminal - Add project-specific `SKILL.md` files so Seqera AI starts each session with the right context +## Built-in backend skills + +Your Seqera AI deployment can expose built-in skills as slash commands. These appear in the `/` command palette and in `/help`. + +The currently surfaced built-in skills include: + +| Skill command | Description | +|---------------|-------------| +| `/fix-strict-syntax` | Fix Nextflow strict syntax errors and help migrate pipelines to the v2 parser | +| `/nf-aggregate` | Aggregate metrics from Nextflow runs on Seqera Platform using the `nf-aggregate` pipeline | +| `/nf-data-lineage` | Explore Nextflow data lineage to trace which inputs and processes produced a result | +| `/nf-pipeline-structure` | Analyze a local Nextflow pipeline structure, including processes, workflows, modules, and channel flow | +| `/nf-run-history` | Analyze local Nextflow run history and summarize recent activity, progress, and recurring issues | +| `/nf-schema-migration` | Migrate Nextflow pipelines from `nf-validation` to `nf-schema` v2 | +| `/seqera-platform-api` | Query and manipulate Seqera Platform resources directly through the REST API | +| `/seqerakit` | Write `seqerakit` YAML configuration for automating Seqera Platform setup | + +:::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. +::: + ## Skill format Each skill lives in its own directory and includes a `SKILL.md` file with YAML frontmatter: diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index 482c25a31..91fe59e4e 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -301,6 +301,17 @@ Seqera AI can use reusable skills from your current project, your user profile, - Type `/` to browse built-in commands and backend skills - Run `/help` to see the same commands in a text list +**Use a built-in backend skill**: + +Examples include: + +- `/fix-strict-syntax` +- `/nf-pipeline-structure` +- `/nf-run-history` +- `/nf-data-lineage` +- `/seqera-platform-api` +- `/seqerakit` + **Create a project skill**: Create a `SKILL.md` file in `.agents/skills/` or `.seqera/skills/` and restart `seqera ai`. From 05624e0d00ead420e5f5c97ffe4631cab5e55760 Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:22:24 +0200 Subject: [PATCH 3/7] docs(seqera-ai): complete built-in skills reference --- platform-cloud/docs/seqera-ai/skills.md | 17 +++++++++---- platform-cloud/docs/seqera-ai/use-cases.md | 28 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index e1124549d..777a46f8d 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -30,18 +30,27 @@ You can: Your Seqera AI deployment can expose built-in skills as slash commands. These appear in the `/` command palette and in `/help`. -The currently surfaced built-in skills include: - -| Skill command | Description | -|---------------|-------------| +The current reference-complete built-in skill list is: + +| Command | Description | +|---------|-------------| +| `/config` | Generate and explain Nextflow configuration files | +| `/schema` | Generate `nextflow_schema.json` and sample sheet schema files | +| `/debug-last-run` | Debug a local Nextflow pipeline run using `.nextflow.log`, work directories, and related artifacts | +| `/debug-last-run-on-seqera` | Debug the last pipeline run on Seqera Platform | +| `/convert-jupyter-notebook` | Convert Jupyter notebooks to Nextflow pipelines | +| `/convert-python-script` | Convert Python scripts, including standalone scripts and Snakemake-style logic, to Nextflow | +| `/convert-r-script` | Convert R scripts to Nextflow pipelines | | `/fix-strict-syntax` | Fix Nextflow strict syntax errors and help migrate pipelines to the v2 parser | | `/nf-aggregate` | Aggregate metrics from Nextflow runs on Seqera Platform using the `nf-aggregate` pipeline | | `/nf-data-lineage` | Explore Nextflow data lineage to trace which inputs and processes produced a result | | `/nf-pipeline-structure` | Analyze a local Nextflow pipeline structure, including processes, workflows, modules, and channel flow | | `/nf-run-history` | Analyze local Nextflow run history and summarize recent activity, progress, and recurring issues | | `/nf-schema-migration` | Migrate Nextflow pipelines from `nf-validation` to `nf-schema` v2 | +| `/seqera-mcp` | Access Seqera Platform through MCP tools for structured, validated operations | | `/seqera-platform-api` | Query and manipulate Seqera Platform resources directly through the REST API | | `/seqerakit` | Write `seqerakit` YAML configuration for automating Seqera Platform setup | +| `/simplify` | Review 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. diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index 91fe59e4e..a0064c16e 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -32,6 +32,10 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po > What processes are defined in this pipeline? ``` +``` +> /nf-pipeline-structure +``` + **Generate a `nextflow.config` file**: ``` @@ -52,6 +56,18 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po > Why is my pipeline failing? ``` +**Review local execution history**: + +``` +> /nf-run-history +``` + +**Trace output provenance with data lineage**: + +``` +> /nf-data-lineage +``` + **Generate a schema (`nextflow_schema.json`) file**: ``` @@ -72,6 +88,18 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po +**Fix strict syntax issues**: + +``` +> /fix-strict-syntax +``` + +**Migrate old schema definitions**: + +``` +> /nf-schema-migration +``` + ## Work with Seqera Platform From 63bd09d171fb25d6eb2012e83364f58ca68a70ef Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 21:29:33 +0200 Subject: [PATCH 4/7] Updated date field with "created" for consistency --- platform-cloud/docs/seqera-ai/authentication.md | 2 +- platform-cloud/docs/seqera-ai/command-approval.md | 2 +- platform-cloud/docs/seqera-ai/get-started.md | 2 +- platform-cloud/docs/seqera-ai/index.md | 2 +- platform-cloud/docs/seqera-ai/installation.md | 2 +- platform-cloud/docs/seqera-ai/modes.md | 2 +- platform-cloud/docs/seqera-ai/nextflow-lsp.md | 2 +- platform-cloud/docs/seqera-ai/skill-claude-code.md | 2 +- platform-cloud/docs/seqera-ai/skill-codex.md | 2 +- platform-cloud/docs/seqera-ai/skill-github-copilot.md | 2 +- platform-cloud/docs/seqera-ai/skill-other-agents.md | 2 +- platform-cloud/docs/seqera-ai/skills.md | 2 +- platform-cloud/docs/seqera-ai/use-cases.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/platform-cloud/docs/seqera-ai/authentication.md b/platform-cloud/docs/seqera-ai/authentication.md index 6b2e344ab..7d8eb2157 100644 --- a/platform-cloud/docs/seqera-ai/authentication.md +++ b/platform-cloud/docs/seqera-ai/authentication.md @@ -1,7 +1,7 @@ --- title: "Authentication" description: "Login, logout, and session management for Seqera AI CLI" -date: "15 Dec 2025" +date created: "2025-12-15" tags: [seqera-ai, cli, authentication, login] --- diff --git a/platform-cloud/docs/seqera-ai/command-approval.md b/platform-cloud/docs/seqera-ai/command-approval.md index 6bf1ffedd..63250573d 100644 --- a/platform-cloud/docs/seqera-ai/command-approval.md +++ b/platform-cloud/docs/seqera-ai/command-approval.md @@ -1,7 +1,7 @@ --- title: "Command approval" description: "Control which local commands require user approval in Seqera AI" -date: "15 Dec 2025" +date created: "2025-12-15" tags: [seqera-ai, cli, approval, security] --- diff --git a/platform-cloud/docs/seqera-ai/get-started.md b/platform-cloud/docs/seqera-ai/get-started.md index cb49147c5..a3508cd5e 100644 --- a/platform-cloud/docs/seqera-ai/get-started.md +++ b/platform-cloud/docs/seqera-ai/get-started.md @@ -1,7 +1,7 @@ --- title: "Get started" description: "AI-powered assistant for bioinformatics workflows and Seqera Platform" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, ai] --- diff --git a/platform-cloud/docs/seqera-ai/index.md b/platform-cloud/docs/seqera-ai/index.md index 23bd3881a..2505dc172 100644 --- a/platform-cloud/docs/seqera-ai/index.md +++ b/platform-cloud/docs/seqera-ai/index.md @@ -1,7 +1,7 @@ --- title: "Seqera AI CLI" description: "AI-powered assistant for bioinformatics workflows and Seqera Platform" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, ai] --- diff --git a/platform-cloud/docs/seqera-ai/installation.md b/platform-cloud/docs/seqera-ai/installation.md index 0d42a0246..1e6817747 100644 --- a/platform-cloud/docs/seqera-ai/installation.md +++ b/platform-cloud/docs/seqera-ai/installation.md @@ -1,7 +1,7 @@ --- title: "Installation" description: "Install and configure Seqera AI CLI" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, installation] --- diff --git a/platform-cloud/docs/seqera-ai/modes.md b/platform-cloud/docs/seqera-ai/modes.md index 0d283ea61..d32885729 100644 --- a/platform-cloud/docs/seqera-ai/modes.md +++ b/platform-cloud/docs/seqera-ai/modes.md @@ -1,7 +1,7 @@ --- title: "Modes" description: "Work in build mode, plan mode, and goal mode in Seqera AI CLI" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, modes] --- diff --git a/platform-cloud/docs/seqera-ai/nextflow-lsp.md b/platform-cloud/docs/seqera-ai/nextflow-lsp.md index fbf3bffe8..77b4c4156 100644 --- a/platform-cloud/docs/seqera-ai/nextflow-lsp.md +++ b/platform-cloud/docs/seqera-ai/nextflow-lsp.md @@ -1,7 +1,7 @@ --- title: "Language server" description: "Use language-server code intelligence features in Seqera AI" -date: "2026-02-26" +date created: "2026-02-26" tags: [seqera-ai, cli, lsp, code-intelligence] --- diff --git a/platform-cloud/docs/seqera-ai/skill-claude-code.md b/platform-cloud/docs/seqera-ai/skill-claude-code.md index 9ed69aa4e..75522aa13 100644 --- a/platform-cloud/docs/seqera-ai/skill-claude-code.md +++ b/platform-cloud/docs/seqera-ai/skill-claude-code.md @@ -1,7 +1,7 @@ --- title: "Working with Claude Code" description: "Install and maintain the Seqera AI skill for Claude Code" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, skills, claude-code] --- diff --git a/platform-cloud/docs/seqera-ai/skill-codex.md b/platform-cloud/docs/seqera-ai/skill-codex.md index ab8f68773..bf4c5334d 100644 --- a/platform-cloud/docs/seqera-ai/skill-codex.md +++ b/platform-cloud/docs/seqera-ai/skill-codex.md @@ -1,7 +1,7 @@ --- title: "Working with Codex" description: "Install and maintain the Seqera AI skill for Codex" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, skills, codex] --- diff --git a/platform-cloud/docs/seqera-ai/skill-github-copilot.md b/platform-cloud/docs/seqera-ai/skill-github-copilot.md index b3a712a6c..29a661f4a 100644 --- a/platform-cloud/docs/seqera-ai/skill-github-copilot.md +++ b/platform-cloud/docs/seqera-ai/skill-github-copilot.md @@ -1,7 +1,7 @@ --- title: "Working with GitHub Copilot" description: "Install and maintain the Seqera AI skill for GitHub Copilot" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, skills, github-copilot] --- diff --git a/platform-cloud/docs/seqera-ai/skill-other-agents.md b/platform-cloud/docs/seqera-ai/skill-other-agents.md index 658354874..fb2cacba1 100644 --- a/platform-cloud/docs/seqera-ai/skill-other-agents.md +++ b/platform-cloud/docs/seqera-ai/skill-other-agents.md @@ -1,7 +1,7 @@ --- title: "Working with other coding agents" description: "Install and maintain the Seqera AI skill for other coding agents" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, skills, coding-agents] --- diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index 777a46f8d..504722684 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -1,7 +1,7 @@ --- title: "Skills" description: "Discover, create, and install skills in Seqera AI CLI" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, skills] --- diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index a0064c16e..16581cd3a 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -1,7 +1,7 @@ --- title: "Use cases" description: "Learn how to use Seqera AI CLI for bioinformatics workflows, pipeline development, and data management" -date: "2026-03-11" +date created: "2026-03-11" tags: [seqera-ai, cli, ai, use cases] --- From 0960a9d0016bb476d1fd96366583137469927b58 Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:53:42 +0200 Subject: [PATCH 5/7] docs(seqera-ai): align built-in skill command names --- platform-cloud/docs/seqera-ai/skills.md | 8 ++++---- platform-cloud/docs/seqera-ai/use-cases.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index 504722684..2ba765f3a 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -26,7 +26,7 @@ You can: - Run `/help` to see commands and skill descriptions in the terminal - Add project-specific `SKILL.md` files so Seqera AI starts each session with the right context -## Built-in backend skills +## Built-in skills Your Seqera AI deployment can expose built-in skills as slash commands. These appear in the `/` command palette and in `/help`. @@ -34,8 +34,8 @@ The current reference-complete built-in skill list is: | Command | Description | |---------|-------------| -| `/config` | Generate and explain Nextflow configuration files | -| `/schema` | Generate `nextflow_schema.json` and sample sheet schema files | +| `/nextflow-config` | Generate and explain Nextflow configuration files | +| `/nextflow-schema` | Generate `nextflow_schema.json` and sample sheet schema files | | `/debug-last-run` | Debug a local Nextflow pipeline run using `.nextflow.log`, work directories, and related artifacts | | `/debug-last-run-on-seqera` | Debug the last pipeline run on Seqera Platform | | `/convert-jupyter-notebook` | Convert Jupyter notebooks to Nextflow pipelines | @@ -106,7 +106,7 @@ npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react- After adding a skill, restart `seqera ai` so the new skill is loaded into the session. -## Install Seqera AI into another coding agent +## Install Seqera AI into coding agents Use `seqera skill install` to install Seqera AI as a skill or instruction file for another agent: diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index 16581cd3a..d11a376bc 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -36,10 +36,10 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po > /nf-pipeline-structure ``` -**Generate a `nextflow.config` file**: +**Use `/nextflow-config` to generate and explain Nextflow configuration files**: ``` -> /config +> /nextflow-config ```
@@ -68,10 +68,10 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po > /nf-data-lineage ``` -**Generate a schema (`nextflow_schema.json`) file**: +**Use `/nextflow-schema` to generate `nextflow_schema.json` and sample sheet schema files**: ``` -> /schema +> /nextflow-schema ```
@@ -302,8 +302,8 @@ Seqera AI includes built-in slash commands for common workflows. | `/goal` | Set, inspect, or disable a persistent goal | | `/credits` | Show monthly credit balance and usage | | `/update` | Check for CLI updates | -| `/config` | Generate a nextflow.config file | -| `/schema` | Generate a Nextflow schema | +| `/nextflow-config` | Generate and explain Nextflow configuration files | +| `/nextflow-schema` | Generate `nextflow_schema.json` and sample sheet schema files | | `/debug` | Run nextflow lint and preview | | `/debug-last-run` | Debug the last local run | | `/debug-last-run-on-seqera` | Debug the last Platform run | @@ -344,7 +344,7 @@ Examples include: Create a `SKILL.md` file in `.agents/skills/` or `.seqera/skills/` and restart `seqera ai`. -**Install Seqera AI into another coding agent**: +**Install Seqera AI into coding agents**: ```bash seqera skill install From c456feb893a3e35dba581877666822eee4cb1c4b Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:01:17 +0200 Subject: [PATCH 6/7] docs(seqera-ai): fix built-in debug command name --- platform-cloud/docs/seqera-ai/skills.md | 2 +- platform-cloud/docs/seqera-ai/use-cases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index 2ba765f3a..a3cc139ad 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -36,7 +36,7 @@ The current reference-complete built-in skill list is: |---------|-------------| | `/nextflow-config` | Generate and explain Nextflow configuration files | | `/nextflow-schema` | Generate `nextflow_schema.json` and sample sheet schema files | -| `/debug-last-run` | Debug a local Nextflow pipeline run using `.nextflow.log`, work directories, and related artifacts | +| `/debug-local-run` | Debug a local Nextflow pipeline run using `.nextflow.log`, work directories, and related artifacts | | `/debug-last-run-on-seqera` | Debug the last pipeline run on Seqera Platform | | `/convert-jupyter-notebook` | Convert Jupyter notebooks to Nextflow pipelines | | `/convert-python-script` | Convert Python scripts, including standalone scripts and Snakemake-style logic, to Nextflow | diff --git a/platform-cloud/docs/seqera-ai/use-cases.md b/platform-cloud/docs/seqera-ai/use-cases.md index d11a376bc..e358bfeab 100644 --- a/platform-cloud/docs/seqera-ai/use-cases.md +++ b/platform-cloud/docs/seqera-ai/use-cases.md @@ -305,7 +305,7 @@ Seqera AI includes built-in slash commands for common workflows. | `/nextflow-config` | Generate and explain Nextflow configuration files | | `/nextflow-schema` | Generate `nextflow_schema.json` and sample sheet schema files | | `/debug` | Run nextflow lint and preview | -| `/debug-last-run` | Debug the last local run | +| `/debug-local-run` | Debug a local Nextflow pipeline run | | `/debug-last-run-on-seqera` | Debug the last Platform run | | `/migrate-from-wdl` | Convert WDL to Nextflow | | `/convert-python-script` | Convert Python script to Nextflow | From 950035da328c9e387a52c2832ce56d4fe25da3bd Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:02:42 +0200 Subject: [PATCH 7/7] Apply suggestion from @llewellyn-sl Signed-off-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> --- platform-cloud/docs/seqera-ai/skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-cloud/docs/seqera-ai/skills.md b/platform-cloud/docs/seqera-ai/skills.md index a3cc139ad..98322ab75 100644 --- a/platform-cloud/docs/seqera-ai/skills.md +++ b/platform-cloud/docs/seqera-ai/skills.md @@ -30,7 +30,7 @@ You can: Your Seqera AI deployment can expose built-in skills as slash commands. These appear in the `/` command palette and in `/help`. -The current reference-complete built-in skill list is: +The CLI includes the following built-in skills by default: | Command | Description | |---------|-------------|