@opendirectory.dev/skills 0.1.73 → 0.1.74

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.73",
3
+ "version": "0.1.74",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -123,7 +123,11 @@ linkedin-job-post-to-buyer-pain-map/
123
123
 
124
124
  MIT
125
125
 
126
- ## Installation in Claude Desktop App
126
+ ## Install
127
+
128
+ ```bash
129
+ npx "@opendirectory.dev/skills" install linkedin-job-post-to-buyer-pain-map --target claude
130
+ ```
127
131
 
128
132
  ### Video Tutorial
129
133
  Watch this quick video to see how it's done:
@@ -21,6 +21,10 @@ This skill provides the infrastructure to host the massive 80GB TRIBE v2 model p
21
21
 
22
22
  ## Install
23
23
 
24
+ ```bash
25
+ npx "@opendirectory.dev/skills" install meta-tribeV2-skill --target claude
26
+ ```
27
+
24
28
  ### Video Tutorial
25
29
  Watch this quick video to see how it's done:
26
30
 
@@ -12,12 +12,57 @@ The high-level **OSS Launch Orchestrator** for GitHub repositories. It serves as
12
12
  - **Skill Hand-offs**: Provides hooks and pointers to `show-hn-writer`, `producthunt-launch-kit`, and `reddit-post-engine`.
13
13
  - **Honest Feedback**: Explicitly flags low-readiness repos and recommends documentation sprints.
14
14
 
15
- ## Usage
15
+ ## Install
16
16
 
17
17
  ```bash
18
- # Generate a launch strategy and checklist for a repo
19
- python scripts/run.py --repo-url https://github.com/owner/repo
18
+ npx "@opendirectory.dev/skills" install oss-launch-kit --target claude
19
+ ```
20
+
21
+ ### Video Tutorial
22
+ Watch this quick video to see how it's done:
23
+
24
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
25
+
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.
30
+
31
+ ### Step 2: Install the Skill in Claude
32
+ 1. Open your **Claude desktop app**.
33
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
34
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
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
+
37
+ > **Note:** Make sure you are uploading the folder that contains the `SKILL.md` file!
38
+
39
+ ---
40
+
41
+ ## How It Works
42
+
43
+ 1. Point the agent at a GitHub repo URL.
44
+ 2. The agent analyzes the repo (README, license, install guide, metadata) and scores launch readiness.
45
+ 3. You receive a channel recommendation, a timed launch checklist, and skill hand-offs to `show-hn-writer`, `producthunt-launch-kit`, and `reddit-post-engine`.
46
+
47
+ ---
48
+
49
+ ## Usage
50
+
51
+ ```
52
+ "Run a launch readiness check on https://github.com/owner/repo and give me a channel strategy."
53
+ ```
54
+
20
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
+
65
+ ---
21
66
 
22
67
  ## Differentiation
23
68
 
@@ -10,8 +10,34 @@ The `vc-curated-match` is an OpenDirectory skill that connects founders and open
10
10
 
11
11
  **Positioning Note**: This skill is intentionally different from live-research investor discovery workflows. It provides deterministic, curated VC matching from a verified static dataset. It is best for fast, low-cost, repeatable first-pass investor targeting.
12
12
 
13
- ## Prerequisites
14
- - Python 3.10+ (Standard Library only)
13
+ ## Install
14
+
15
+ ```bash
16
+ npx "@opendirectory.dev/skills" install vc-curated-match --target claude
17
+ ```
18
+
19
+ ### Video Tutorial
20
+ Watch this quick video to see how it's done:
21
+
22
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
23
+
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.
28
+
29
+ ### Step 2: Install the Skill in Claude
30
+ 1. Open your **Claude desktop app**.
31
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
32
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
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
+
35
+ > **Note:** Make sure you are uploading the folder that contains the `SKILL.md` file!
36
+
37
+ ---
38
+
39
+ ## Requirements
40
+ - Python 3.10+ (Standard Library only used internally by the agent)
15
41
 
16
42
  ## Implementation Specs
17
43
  - Pulls from a static `data/vc_funds.json` dataset to guarantee data validity.