@opendirectory.dev/skills 0.1.32 → 0.1.34

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 (38) hide show
  1. package/package.json +1 -1
  2. package/registry.json +10 -0
  3. package/skills/blog-cover-image-cli/README.md +18 -20
  4. package/skills/brand-alchemy/README.md +18 -20
  5. package/skills/claude-md-generator/README.md +18 -20
  6. package/skills/cold-email-verifier/README.md +18 -20
  7. package/skills/cook-the-blog/README.md +18 -20
  8. package/skills/dependency-update-bot/README.md +18 -20
  9. package/skills/docs-from-code/README.md +18 -20
  10. package/skills/explain-this-pr/README.md +18 -20
  11. package/skills/google-trends-api-skills/README.md +18 -20
  12. package/skills/hackernews-intel/README.md +18 -20
  13. package/skills/human-tone/README.md +18 -20
  14. package/skills/kill-the-standup/README.md +18 -20
  15. package/skills/linkedin-post-generator/README.md +18 -20
  16. package/skills/llms-txt-generator/README.md +18 -20
  17. package/skills/meeting-brief-generator/README.md +18 -20
  18. package/skills/meta-ads-skill/README.md +18 -20
  19. package/skills/newsletter-digest/README.md +18 -20
  20. package/skills/noise2blog/README.md +18 -20
  21. package/skills/outreach-sequence-builder/README.md +18 -20
  22. package/skills/position-me/README.md +18 -20
  23. package/skills/pr-description-writer/README.md +18 -20
  24. package/skills/pricing-page-psychology-audit/README.md +18 -20
  25. package/skills/producthunt-launch-kit/README.md +18 -20
  26. package/skills/reddit-icp-monitor/README.md +18 -20
  27. package/skills/reddit-post-engine/README.md +18 -20
  28. package/skills/schema-markup-generator/README.md +18 -20
  29. package/skills/show-hn-writer/README.md +18 -20
  30. package/skills/tweet-thread-from-blog/README.md +18 -20
  31. package/skills/twitter-GTM-find-skill/README.md +18 -20
  32. package/skills/vc-finder/.env.example +18 -0
  33. package/skills/vc-finder/README.md +113 -0
  34. package/skills/vc-finder/SKILL.md +663 -0
  35. package/skills/vc-finder/evals/evals.json +125 -0
  36. package/skills/vc-finder/references/stage-signals.md +98 -0
  37. package/skills/vc-finder/references/vc-outreach-guide.md +142 -0
  38. package/skills/yc-intent-radar-skill/README.md +18 -20
@@ -10,6 +10,24 @@ Generate LinkedIn posts from any content: blog posts, articles, GitHub PRs, or a
10
10
  npx "@opendirectory.dev/skills" install linkedin-post-generator --target claude
11
11
  ```
12
12
 
13
+ ### Video Tutorial
14
+ Watch this quick video to see how it's done:
15
+
16
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+
18
+ ### Step 1: Download the skill from GitHub
19
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
20
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
21
+ 3. Paste the URL and click **Enter** to download.
22
+
23
+ ### Step 2: Install the Skill in Claude
24
+ 1. Open your **Claude desktop app**.
25
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
26
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
27
+ 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).
28
+
29
+ > **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!
30
+
13
31
  ## Post Styles
14
32
 
15
33
  | Style | Use When | Example Input |
@@ -111,23 +129,3 @@ linkedin-post-generator/
111
129
  ## License
112
130
 
113
131
  MIT
114
-
115
- ## Installation in Claude Desktop App
116
-
117
- ### Video Tutorial
118
- Watch this quick video to see how it's done:
119
-
120
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
121
-
122
- ### Step 1: Download the skill from GitHub
123
- 1. Copy the URL of this specific skill folder from your browser's address bar.
124
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
125
- 3. Paste the URL and click **Enter** to download.
126
-
127
- ### Step 2: Install the Skill in Claude
128
- 1. Open your **Claude desktop app**.
129
- 2. Go to the sidebar on the left side and click on the **Customize** section.
130
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
131
- 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).
132
-
133
- > **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!
@@ -10,6 +10,24 @@ Generate a standards-compliant `llms.txt` file for any website. Makes your site
10
10
  npx "@opendirectory.dev/skills" install llms-txt-generator --target claude
11
11
  ```
12
12
 
13
+ ### Video Tutorial
14
+ Watch this quick video to see how it's done:
15
+
16
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+
18
+ ### Step 1: Download the skill from GitHub
19
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
20
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
21
+ 3. Paste the URL and click **Enter** to download.
22
+
23
+ ### Step 2: Install the Skill in Claude
24
+ 1. Open your **Claude desktop app**.
25
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
26
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
27
+ 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).
28
+
29
+ > **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!
30
+
13
31
  ## What It Does
14
32
 
15
33
  The skill crawls your website using Chrome DevTools, reads your actual pages, and produces a clean `llms.txt` file in the format specified by [Jeremy Howard's llms.txt standard](https://llmstxt.org). When AI agents (Claude, ChatGPT, Gemini) visit your site, they read `llms.txt` first to understand what you are and where to find authoritative content.
@@ -146,23 +164,3 @@ llms-txt-generator/
146
164
  ## License
147
165
 
148
166
  MIT
149
-
150
- ## Installation in Claude Desktop App
151
-
152
- ### Video Tutorial
153
- Watch this quick video to see how it's done:
154
-
155
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
156
-
157
- ### Step 1: Download the skill from GitHub
158
- 1. Copy the URL of this specific skill folder from your browser's address bar.
159
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
160
- 3. Paste the URL and click **Enter** to download.
161
-
162
- ### Step 2: Install the Skill in Claude
163
- 1. Open your **Claude desktop app**.
164
- 2. Go to the sidebar on the left side and click on the **Customize** section.
165
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
166
- 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).
167
-
168
- > **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!
@@ -11,6 +11,24 @@ Walk into every sales or business development call prepared. Give the skill a co
11
11
  npx "@opendirectory.dev/skills" install meeting-brief-generator --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Runs 6-8 targeted Tavily searches covering company overview, recent news, tech stack, product, competitors, funding, and contact background
@@ -94,23 +112,3 @@ meeting-brief-generator/
94
112
  ## License
95
113
 
96
114
  MIT
97
-
98
- ## Installation in Claude Desktop App
99
-
100
- ### Video Tutorial
101
- Watch this quick video to see how it's done:
102
-
103
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
104
-
105
- ### Step 1: Download the skill from GitHub
106
- 1. Copy the URL of this specific skill folder from your browser's address bar.
107
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
108
- 3. Paste the URL and click **Enter** to download.
109
-
110
- ### Step 2: Install the Skill in Claude
111
- 1. Open your **Claude desktop app**.
112
- 2. Go to the sidebar on the left side and click on the **Customize** section.
113
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
114
- 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).
115
-
116
- > **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!
@@ -8,6 +8,24 @@
8
8
  npx "@opendirectory.dev/skills" install meta-ads-skill --target claude
9
9
  ```
10
10
 
11
+ ### Video Tutorial
12
+ Watch this quick video to see how it's done:
13
+
14
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
15
+
16
+ ### Step 1: Download the skill from GitHub
17
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
18
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
19
+ 3. Paste the URL and click **Enter** to download.
20
+
21
+ ### Step 2: Install the Skill in Claude
22
+ 1. Open your **Claude desktop app**.
23
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
24
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
25
+ 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).
26
+
27
+ > **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!
28
+
11
29
  ## Overview
12
30
 
13
31
  The **Meta Ads Skill** is a comprehensive, production-ready OpenCode skill designed to give LLMs and AI agents expert-level capabilities to orchestrate the [Varnan-Tech Meta Ads MCP Server](https://github.com/Varnan-Tech/Meta-Ads-MCP).
@@ -104,23 +122,3 @@ Through the underlying MCP, this skill orchestrates:
104
122
  * **Analytics**: `get_insights()`, `analyze_campaigns()`
105
123
  * **Targeting**: `search_interests()`, `search_demographics()`, `estimate_audience_size()`
106
124
  * **Database**: `token_status()`, `clear_database()`, `reset_database()`
107
-
108
- ## Installation in Claude Desktop App
109
-
110
- ### Video Tutorial
111
- Watch this quick video to see how it's done:
112
-
113
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
114
-
115
- ### Step 1: Download the skill from GitHub
116
- 1. Copy the URL of this specific skill folder from your browser's address bar.
117
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
118
- 3. Paste the URL and click **Enter** to download.
119
-
120
- ### Step 2: Install the Skill in Claude
121
- 1. Open your **Claude desktop app**.
122
- 2. Go to the sidebar on the left side and click on the **Customize** section.
123
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
124
- 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).
125
-
126
- > **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!
@@ -11,6 +11,24 @@ Aggregate RSS feeds, synthesize the week's top stories with Gemini, and publish
11
11
  npx "@opendirectory.dev/skills" install newsletter-digest --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Reads your RSS/Atom feed list from `feeds.json`
@@ -151,23 +169,3 @@ newsletter-digest/
151
169
  ## License
152
170
 
153
171
  MIT
154
-
155
- ## Installation in Claude Desktop App
156
-
157
- ### Video Tutorial
158
- Watch this quick video to see how it's done:
159
-
160
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
161
-
162
- ### Step 1: Download the skill from GitHub
163
- 1. Copy the URL of this specific skill folder from your browser's address bar.
164
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
165
- 3. Paste the URL and click **Enter** to download.
166
-
167
- ### Step 2: Install the Skill in Claude
168
- 1. Open your **Claude desktop app**.
169
- 2. Go to the sidebar on the left side and click on the **Customize** section.
170
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
171
- 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).
172
-
173
- > **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!
@@ -11,6 +11,24 @@ Paste your rough notes, bullet points, voice transcript, or tweet dump and get a
11
11
  npx "@opendirectory.dev/skills" install noise2blog --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Accepts any rough input: bullet points, rough notes, voice transcripts, tweet dumps, short drafts, or a URL
@@ -111,23 +129,3 @@ noise2blog/
111
129
  ## License
112
130
 
113
131
  MIT
114
-
115
- ## Installation in Claude Desktop App
116
-
117
- ### Video Tutorial
118
- Watch this quick video to see how it's done:
119
-
120
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
121
-
122
- ### Step 1: Download the skill from GitHub
123
- 1. Copy the URL of this specific skill folder from your browser's address bar.
124
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
125
- 3. Paste the URL and click **Enter** to download.
126
-
127
- ### Step 2: Install the Skill in Claude
128
- 1. Open your **Claude desktop app**.
129
- 2. Go to the sidebar on the left side and click on the **Customize** section.
130
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
131
- 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).
132
-
133
- > **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!
@@ -11,6 +11,24 @@ Turn a buying signal into a ready-to-send multi-channel outreach sequence. Give
11
11
  npx "@opendirectory.dev/skills" install outreach-sequence-builder --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Identifies the signal type from 7 categories: Post-Fundraise, Hiring Signal, Competitor Displacement, Product Launch, Content Engagement, Event Follow-up, Job Change
@@ -112,23 +130,3 @@ outreach-sequence-builder/
112
130
  ## License
113
131
 
114
132
  MIT
115
-
116
- ## Installation in Claude Desktop App
117
-
118
- ### Video Tutorial
119
- Watch this quick video to see how it's done:
120
-
121
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
122
-
123
- ### Step 1: Download the skill from GitHub
124
- 1. Copy the URL of this specific skill folder from your browser's address bar.
125
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
126
- 3. Paste the URL and click **Enter** to download.
127
-
128
- ### Step 2: Install the Skill in Claude
129
- 1. Open your **Claude desktop app**.
130
- 2. Go to the sidebar on the left side and click on the **Customize** section.
131
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
132
- 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).
133
-
134
- > **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!
@@ -12,6 +12,24 @@ An open source skill that transforms modern AI Agents into rigorous positioning
12
12
  npx "@opendirectory.dev/skills" install position-me --target claude
13
13
  ```
14
14
 
15
+ ### Video Tutorial
16
+ Watch this quick video to see how it's done:
17
+
18
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
19
+
20
+ ### Step 1: Download the skill from GitHub
21
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
22
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
23
+ 3. Paste the URL and click **Enter** to download.
24
+
25
+ ### Step 2: Install the Skill in Claude
26
+ 1. Open your **Claude desktop app**.
27
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
28
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
29
+ 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).
30
+
31
+ > **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!
32
+
15
33
  ## Core Capabilities
16
34
 
17
35
  When invoked, the skill commands the AI agent to conduct an exhaustive teardown of the target website through a rigid protocol:
@@ -75,23 +93,3 @@ position-me/
75
93
  ├── EVALUATION_SOP.md # Evaluation frameworks
76
94
  └── REPORT_TEMPLATE.md # Teardown report template
77
95
  ```
78
-
79
- ## Installation in Claude Desktop App
80
-
81
- ### Video Tutorial
82
- Watch this quick video to see how it's done:
83
-
84
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
85
-
86
- ### Step 1: Download the skill from GitHub
87
- 1. Copy the URL of this specific skill folder from your browser's address bar.
88
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
89
- 3. Paste the URL and click **Enter** to download.
90
-
91
- ### Step 2: Install the Skill in Claude
92
- 1. Open your **Claude desktop app**.
93
- 2. Go to the sidebar on the left side and click on the **Customize** section.
94
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
95
- 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).
96
-
97
- > **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!
@@ -11,6 +11,24 @@ Read your current git branch diff and generate a complete GitHub pull request de
11
11
  npx "@opendirectory.dev/skills" install pr-description-writer --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Reads `git diff main...HEAD` to understand what changed
@@ -85,23 +103,3 @@ pr-description-writer/
85
103
  ## License
86
104
 
87
105
  MIT
88
-
89
- ## Installation in Claude Desktop App
90
-
91
- ### Video Tutorial
92
- Watch this quick video to see how it's done:
93
-
94
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
95
-
96
- ### Step 1: Download the skill from GitHub
97
- 1. Copy the URL of this specific skill folder from your browser's address bar.
98
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
99
- 3. Paste the URL and click **Enter** to download.
100
-
101
- ### Step 2: Install the Skill in Claude
102
- 1. Open your **Claude desktop app**.
103
- 2. Go to the sidebar on the left side and click on the **Customize** section.
104
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
105
- 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).
106
-
107
- > **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!
@@ -81,6 +81,24 @@ pip install requests beautifulsoup4
81
81
  npx @opendirectory.dev/skills install pricing-page-psychology-audit
82
82
  ```
83
83
 
84
+ ### Video Tutorial
85
+ Watch this quick video to see how it's done:
86
+
87
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
88
+
89
+ ### Step 1: Download the skill from GitHub
90
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
91
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
92
+ 3. Paste the URL and click **Enter** to download.
93
+
94
+ ### Step 2: Install the Skill in Claude
95
+ 1. Open your **Claude desktop app**.
96
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
97
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
98
+ 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).
99
+
100
+ > **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!
101
+
84
102
  ---
85
103
 
86
104
  ## Usage
@@ -164,23 +182,3 @@ pricing-page-psychology-audit/
164
182
  ## License
165
183
 
166
184
  MIT — Built by [@ajaycodesitbetter](https://github.com/ajaycodesitbetter)
167
-
168
- ## Installation in Claude Desktop App
169
-
170
- ### Video Tutorial
171
- Watch this quick video to see how it's done:
172
-
173
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
174
-
175
- ### Step 1: Download the skill from GitHub
176
- 1. Copy the URL of this specific skill folder from your browser's address bar.
177
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
178
- 3. Paste the URL and click **Enter** to download.
179
-
180
- ### Step 2: Install the Skill in Claude
181
- 1. Open your **Claude desktop app**.
182
- 2. Go to the sidebar on the left side and click on the **Customize** section.
183
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
184
- 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).
185
-
186
- > **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!
@@ -11,6 +11,24 @@ Generates a complete Product Hunt launch kit from your product description: tagl
11
11
  npx "@opendirectory.dev/skills" install producthunt-launch-kit --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Generates 5 tagline variants with character counts (all under 60 chars)
@@ -99,23 +117,3 @@ producthunt-launch-kit/
99
117
  ## License
100
118
 
101
119
  MIT
102
-
103
- ## Installation in Claude Desktop App
104
-
105
- ### Video Tutorial
106
- Watch this quick video to see how it's done:
107
-
108
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
109
-
110
- ### Step 1: Download the skill from GitHub
111
- 1. Copy the URL of this specific skill folder from your browser's address bar.
112
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
113
- 3. Paste the URL and click **Enter** to download.
114
-
115
- ### Step 2: Install the Skill in Claude
116
- 1. Open your **Claude desktop app**.
117
- 2. Go to the sidebar on the left side and click on the **Customize** section.
118
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
119
- 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).
120
-
121
- > **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!
@@ -11,6 +11,24 @@ Watch subreddits for people describing the exact problem you solve. Score each p
11
11
  npx "@opendirectory.dev/skills" install reddit-icp-monitor --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Reads your ICP definition from docs/icp.md (or asks 3 questions to build it)
@@ -121,23 +139,3 @@ reddit-icp-monitor/
121
139
  ## License
122
140
 
123
141
  MIT
124
-
125
- ## Installation in Claude Desktop App
126
-
127
- ### Video Tutorial
128
- Watch this quick video to see how it's done:
129
-
130
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
131
-
132
- ### Step 1: Download the skill from GitHub
133
- 1. Copy the URL of this specific skill folder from your browser's address bar.
134
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
135
- 3. Paste the URL and click **Enter** to download.
136
-
137
- ### Step 2: Install the Skill in Claude
138
- 1. Open your **Claude desktop app**.
139
- 2. Go to the sidebar on the left side and click on the **Customize** section.
140
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
141
- 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).
142
-
143
- > **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!
@@ -11,6 +11,24 @@ Write and optionally post Reddit content that fits the target subreddit's cultur
11
11
  npx "@opendirectory.dev/skills" install reddit-post-engine --target claude
12
12
  ```
13
13
 
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
14
32
  ## What It Does
15
33
 
16
34
  - Fetches the target subreddit's rules and top posts from Reddit's public API
@@ -107,23 +125,3 @@ reddit-post-engine/
107
125
  ## License
108
126
 
109
127
  MIT
110
-
111
- ## Installation in Claude Desktop App
112
-
113
- ### Video Tutorial
114
- Watch this quick video to see how it's done:
115
-
116
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
117
-
118
- ### Step 1: Download the skill from GitHub
119
- 1. Copy the URL of this specific skill folder from your browser's address bar.
120
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
121
- 3. Paste the URL and click **Enter** to download.
122
-
123
- ### Step 2: Install the Skill in Claude
124
- 1. Open your **Claude desktop app**.
125
- 2. Go to the sidebar on the left side and click on the **Customize** section.
126
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
127
- 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).
128
-
129
- > **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!