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