Skip to content

Commit 9793e8a

Browse files
committed
Use direct URL when installing
1 parent c6fb871 commit 9793e8a

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,41 @@ Agent skills for use with [Claude Code](https://claude.ai/code) and other AI cod
77
Add all skills from this repo:
88

99
```bash
10-
npx skills add bao-nguyen/bao-nguyen-agent-skills
10+
npx skills add https://github.com/navapbc/bao-nguyen-agent-skills
1111
```
1212

1313
Install a specific skill:
1414

1515
```bash
16-
npx skills add bao-nguyen/bao-nguyen-agent-skills --skill hello-world
16+
npx skills add https://github.com/navapbc/bao-nguyen-agent-skills --skill hello-world
1717
```
1818

1919
Install globally (available across all projects):
2020

2121
```bash
22-
npx skills add bao-nguyen/bao-nguyen-agent-skills -g -a claude-code
22+
npx skills add https://github.com/navapbc/bao-nguyen-agent-skills -g -a claude-code
2323
```
2424

2525
Preview available skills without installing:
2626

2727
```bash
28-
npx skills add bao-nguyen/bao-nguyen-agent-skills --list
28+
npx skills add https://github.com/navapbc/bao-nguyen-agent-skills --list
29+
```
30+
31+
## Uninstall
32+
33+
Remove a specific skill:
34+
35+
```bash
36+
npx skills remove hello-world
37+
```
38+
39+
## Updating
40+
41+
Update skills:
42+
43+
```bash
44+
npx skills update
2945
```
3046

3147
## Available Skills

0 commit comments

Comments
 (0)