@harperfast/skills 1.3.2 → 1.4.0

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/skills",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "description": "Best practices for making awesome Harper apps with your favorite Agent",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/harperfast",