Skip to content

Commit eb80648

Browse files
llewellyn-slclaude
andcommitted
docs(seqera-ai): reformat skill and installation pages to reference style
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent b030d44 commit eb80648

File tree

2 files changed

+9
-33
lines changed

2 files changed

+9
-33
lines changed

platform-cloud/docs/seqera-ai/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Seqera Cloud users receive $20 in free credits to get started with Seqera AI. [C
1616
- A Seqera Platform account ([sign up for free](https://cloud.seqera.io))
1717
- An internet connection
1818

19-
### Install
19+
### npm install
2020

2121
```bash
2222
npm install -g seqera
@@ -28,7 +28,7 @@ Verify your installation:
2828
seqera --version
2929
```
3030

31-
### Update
31+
### npm update
3232

3333
```bash
3434
npm update -g seqera
@@ -42,7 +42,7 @@ seqera skill check --update
4242
```
4343
:::
4444

45-
### Uninstall
45+
### npm uninstall
4646

4747
```bash
4848
npm uninstall -g seqera

platform-cloud/docs/seqera-ai/skill.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,12 @@ The `seqera skill` command installs a skill file that enables your coding agent
2323
| [Pi](https://github.com/badlogic/pi-mono) | `.pi/` |
2424
| [Windsurf](https://windsurf.com/) | `.windsurf/rules/` |
2525

26-
### Install skills
26+
### seqera skill install
2727

28-
#### Install to a specific path
29-
30-
Install the skill file to a path you specify:
31-
32-
```bash
33-
seqera skill install --path .claude/skills/seqera
34-
```
35-
36-
#### Install globally
37-
38-
Install the skill to your home directory so it is available in all projects:
28+
Install a skill file for your coding agent.
3929

4030
```bash
41-
seqera skill install --global
42-
```
43-
44-
#### Detect and update
45-
46-
Automatically find an existing skill installation and update it in-place:
47-
48-
```bash
49-
seqera skill install --detect
31+
seqera skill install [OPTIONS]
5032
```
5133

5234
When no flag is provided, `seqera skill install` prompts you to select your agent and install location interactively.
@@ -59,18 +41,12 @@ When no flag is provided, `seqera skill install` prompts you to select your agen
5941
| `--global` | `-g` | Install to home directory |
6042
| `--detect` | `-d` | Auto-detect an existing installation and update it |
6143

62-
### Check skill version
63-
64-
Verify that your installed skills match the current CLI version:
65-
66-
```bash
67-
seqera skill check
68-
```
44+
### seqera skill check
6945

70-
Automatically update any outdated skills:
46+
Verify that your installed skills match the current CLI version.
7147

7248
```bash
73-
seqera skill check --update
49+
seqera skill check [OPTIONS]
7450
```
7551

7652
By default, `seqera skill check` scans both local and global installations. Use `--global` or `--local` to narrow the scope.

0 commit comments

Comments
 (0)