File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,25 +7,41 @@ Agent skills for use with [Claude Code](https://claude.ai/code) and other AI cod
77Add 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
1313Install 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
1919Install 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
2525Preview 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
You can’t perform that action at this time.
0 commit comments