File size: 499 Bytes
81aa0b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
name: help
description: Show available commands and skills
argument-hint: Optional command name to get help for
---
# Help

If $ARGUMENTS is empty, list all available slash commands and skills with brief descriptions.

If $ARGUMENTS is a command or skill name, show its full description and usage.

Format:

```
## Commands
/command-name — Description
...

## Skills
skill-name — Description
...

Type /command for any command above.
Type /skill <skill-name> to load skill instructions.
```