@harperfast/skills 1.3.1 → 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 +23 -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
@@ -12,6 +24,17 @@ npx skills add harperfast/skills
12
24
 
13
25
  Re-run this command later if you want to get the latest updates from us.
14
26
 
27
+ ### Manual Installation
28
+
29
+ If your corporate network prevents the `skills` CLI from downloading the skills, you can install them manually:
30
+
31
+ 1. Download the repository as a ZIP file from [GitHub](https://github.com/HarperFast/skills) (Code > Download ZIP).
32
+ 2. Extract the contents of the ZIP file.
33
+ 3. Copy the skill folders (e.g., `harper-best-practices`) into your project's agent configuration directory:
34
+ - **Junie, Cursor, Windsurf:** `.agent/skills`
35
+ - **Claude Desktop:** `.claude/skills`
36
+ - **Other Agents:** Refer to your agent's documentation for its skills/rules directory.
37
+
15
38
  ## Available Skills
16
39
 
17
40
  ### [Harper Best Practices](harper-best-practices/SKILL.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/skills",
3
- "version": "1.3.1",
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",