@@ -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
5234When 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
7652By default, ` seqera skill check ` scans both local and global installations. Use ` --global ` or ` --local ` to narrow the scope.
0 commit comments