@harperfast/skills 1.3.2 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,18 @@ This repository provides specialized "skills" for AI agents (like Cursor, Windsu
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
+
### GH Skills
|
|
8
|
+
|
|
9
|
+
Make sure you have the GitHub CLI installed, then you can `skill add` and `skill update` these skills:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
brew install gh
|
|
13
|
+
gh skill add harperfast/skills
|
|
14
|
+
gh skill update
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### NPX Skills
|
|
18
|
+
|
|
7
19
|
Add these skills to your local project using the [skills](https://skills.sh/) CLI:
|
|
8
20
|
|
|
9
21
|
```bash
|