Skip to content

Commit 73d1c83

Browse files
llewellyn-slclaude
andcommitted
docs(seqera-ai): add examples and usage sections to skill commands
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent eb80648 commit 73d1c83

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ The `seqera skill` command installs a skill file that enables your coding agent
2727

2828
Install a skill file for your coding agent.
2929

30+
#### Examples
31+
32+
```bash
33+
# Prompts you to select agent and install location
34+
seqera skill install
35+
36+
# Install to home directory
37+
seqera skill install --global
38+
39+
# Install to a custom path
40+
seqera skill install --path .claude/skills/
41+
42+
# Auto-detect existing installation and update
43+
seqera skill install --detect
44+
```
45+
46+
#### Usage
47+
3048
```bash
3149
seqera skill install [OPTIONS]
3250
```
@@ -45,6 +63,24 @@ When no flag is provided, `seqera skill install` prompts you to select your agen
4563

4664
Verify that your installed skills match the current CLI version.
4765

66+
#### Examples
67+
68+
```bash
69+
# Check both local and global installations
70+
seqera skill check
71+
72+
# Check and automatically update outdated skills
73+
seqera skill check --update
74+
75+
# Check only global installations
76+
seqera skill check --global
77+
78+
# Check only local installations
79+
seqera skill check --local
80+
```
81+
82+
#### Usage
83+
4884
```bash
4985
seqera skill check [OPTIONS]
5086
```

0 commit comments

Comments
 (0)