@opendirectory.dev/skills 0.1.74 → 0.1.75

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -145,4 +145,4 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
145
145
  3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
146
146
  4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
147
147
 
148
- > **Note:** Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
148
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -24,9 +24,9 @@ Watch this quick video to see how it's done:
24
24
  https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
25
25
 
26
26
  ### Step 1: Download the skill from GitHub
27
- 1. Click the **Code** button on this repo's GitHub page.
28
- 2. Select **Download ZIP** to download the repository.
29
- 3. Extract the ZIP file on your computer.
27
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
28
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
29
+ 3. Paste the URL and click **Enter** to download.
30
30
 
31
31
  ### Step 2: Install the Skill in Claude
32
32
  1. Open your **Claude desktop app**.
@@ -34,7 +34,7 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
34
34
  3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
35
35
  4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
36
36
 
37
- > **Note:** Make sure you are uploading the folder that contains the `SKILL.md` file!
37
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
38
38
 
39
39
  ---
40
40
 
@@ -48,19 +48,10 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
48
48
 
49
49
  ## Usage
50
50
 
51
+ ```bash
52
+ # Generate a launch strategy and checklist for a repo
53
+ python scripts/run.py --repo-url https://github.com/owner/repo
51
54
  ```
52
- "Run a launch readiness check on https://github.com/owner/repo and give me a channel strategy."
53
- ```
54
-
55
- ```
56
- "Analyze this repo and create a coordinated launch plan across Product Hunt, HN, and Reddit."
57
- ```
58
-
59
- ---
60
-
61
- ## Requirements
62
-
63
- - Claude desktop app (no other dependencies)
64
55
 
65
56
  ---
66
57
 
@@ -22,9 +22,9 @@ Watch this quick video to see how it's done:
22
22
  https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
23
23
 
24
24
  ### Step 1: Download the skill from GitHub
25
- 1. Click the **Code** button on this repo's GitHub page.
26
- 2. Select **Download ZIP** to download the repository.
27
- 3. Extract the ZIP file on your computer.
25
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
26
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
27
+ 3. Paste the URL and click **Enter** to download.
28
28
 
29
29
  ### Step 2: Install the Skill in Claude
30
30
  1. Open your **Claude desktop app**.
@@ -32,7 +32,7 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
32
32
  3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
33
33
  4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
34
34
 
35
- > **Note:** Make sure you are uploading the folder that contains the `SKILL.md` file!
35
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
36
36
 
37
37
  ---
38
38