@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.
- package/package.json +1 -1
- package/registry.json +10 -0
- package/skills/blog-cover-image-cli/README.md +18 -20
- package/skills/brand-alchemy/README.md +18 -20
- package/skills/claude-md-generator/README.md +18 -20
- package/skills/cold-email-verifier/README.md +18 -20
- package/skills/cook-the-blog/README.md +18 -20
- package/skills/dependency-update-bot/README.md +18 -20
- package/skills/docs-from-code/README.md +18 -20
- package/skills/explain-this-pr/README.md +18 -20
- package/skills/google-trends-api-skills/README.md +18 -20
- package/skills/hackernews-intel/README.md +18 -20
- package/skills/human-tone/README.md +18 -20
- package/skills/kill-the-standup/README.md +18 -20
- package/skills/linkedin-post-generator/README.md +18 -20
- package/skills/llms-txt-generator/README.md +18 -20
- package/skills/meeting-brief-generator/README.md +18 -20
- package/skills/meta-ads-skill/README.md +18 -20
- package/skills/newsletter-digest/README.md +18 -20
- package/skills/noise2blog/README.md +18 -20
- package/skills/outreach-sequence-builder/README.md +18 -20
- package/skills/position-me/README.md +18 -20
- package/skills/pr-description-writer/README.md +18 -20
- package/skills/pricing-page-psychology-audit/README.md +18 -20
- package/skills/producthunt-launch-kit/README.md +18 -20
- package/skills/reddit-icp-monitor/README.md +18 -20
- package/skills/reddit-post-engine/README.md +18 -20
- package/skills/schema-markup-generator/README.md +18 -20
- package/skills/show-hn-writer/README.md +18 -20
- package/skills/tweet-thread-from-blog/README.md +18 -20
- package/skills/twitter-GTM-find-skill/README.md +18 -20
- package/skills/vc-finder/.env.example +18 -0
- package/skills/vc-finder/README.md +113 -0
- package/skills/vc-finder/SKILL.md +663 -0
- package/skills/vc-finder/evals/evals.json +125 -0
- package/skills/vc-finder/references/stage-signals.md +98 -0
- package/skills/vc-finder/references/vc-outreach-guide.md +142 -0
- package/skills/yc-intent-radar-skill/README.md +18 -20
package/package.json
CHANGED
package/registry.json
CHANGED
|
@@ -289,6 +289,16 @@
|
|
|
289
289
|
"version": "0.0.1",
|
|
290
290
|
"path": "skills/twitter-GTM-find-skill"
|
|
291
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"name": "vc-finder",
|
|
294
|
+
"description": "Takes a startup product URL or description, detects the industry and funding stage, identifies 5 comparable funded companies, searches who invested...",
|
|
295
|
+
"tags": [
|
|
296
|
+
"SEO"
|
|
297
|
+
],
|
|
298
|
+
"author": "opendirectory",
|
|
299
|
+
"version": "0.0.1",
|
|
300
|
+
"path": "skills/vc-finder"
|
|
301
|
+
},
|
|
292
302
|
{
|
|
293
303
|
"name": "yc-intent-radar-skill",
|
|
294
304
|
"description": "Scrape daily job listings from YCombinator's Workatastartup platform without duplicates.",
|
|
@@ -20,6 +20,24 @@ It handles everything from fetching company logos to pixel-perfect typography in
|
|
|
20
20
|
npx "@opendirectory.dev/skills" install blog-cover-image-cli --target claude
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
### Video Tutorial
|
|
24
|
+
Watch this quick video to see how it's done:
|
|
25
|
+
|
|
26
|
+
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
27
|
+
|
|
28
|
+
### Step 1: Download the skill from GitHub
|
|
29
|
+
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
30
|
+
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
31
|
+
3. Paste the URL and click **Enter** to download.
|
|
32
|
+
|
|
33
|
+
### Step 2: Install the Skill in Claude
|
|
34
|
+
1. Open your **Claude desktop app**.
|
|
35
|
+
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
36
|
+
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
37
|
+
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).
|
|
38
|
+
|
|
39
|
+
> **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!
|
|
40
|
+
|
|
23
41
|
## Features
|
|
24
42
|
- **Full AI Generation**: Uses `gemini-3.1-flash-image-preview` to generate the entire image.
|
|
25
43
|
- **Smart Logo Fetching**: Pass a domain (like `vercel.com`) and the CLI automatically fetches the logo using `Brandfetch`, normalizes it to PNG via `sharp`, and injects it into the AI context.
|
|
@@ -130,23 +148,3 @@ The workflow will automatically publish a new version to NPM whenever you create
|
|
|
130
148
|
2. **Context Assembly**: Loads aesthetic examples from the `./examples` folder to ground the style.
|
|
131
149
|
3. **Multimodal Prompting**: Assembles the exact text instructions, the visual examples, and the fetched logo into a single unified payload.
|
|
132
150
|
4. **Google GenAI SDK**: Sends the payload with `tools: [{ googleSearch: {} }]` to the Gemini 3.1 Flash Image model.
|
|
133
|
-
|
|
134
|
-
## Installation in Claude Desktop App
|
|
135
|
-
|
|
136
|
-
### Video Tutorial
|
|
137
|
-
Watch this quick video to see how it's done:
|
|
138
|
-
|
|
139
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
140
|
-
|
|
141
|
-
### Step 1: Download the skill from GitHub
|
|
142
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
143
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
144
|
-
3. Paste the URL and click **Enter** to download.
|
|
145
|
-
|
|
146
|
-
### Step 2: Install the Skill in Claude
|
|
147
|
-
1. Open your **Claude desktop app**.
|
|
148
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
149
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
150
|
-
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).
|
|
151
|
-
|
|
152
|
-
> **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 @@ World-class brand strategist and naming expert. Uses an interrogation-led discov
|
|
|
10
10
|
npx "@opendirectory.dev/skills" install brand-alchemy --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
|
## Core Capabilities
|
|
14
32
|
|
|
15
33
|
When invoked, the skill commands the AI agent to act as an elite branding consultant through a rigorous protocol:
|
|
@@ -39,23 +57,3 @@ Once the skill is installed, simply ask the AI to help you name your startup or
|
|
|
39
57
|
> "Help me name my AI distribution startup. We help technical founders get users."
|
|
40
58
|
|
|
41
59
|
The AI will automatically pause and initiate **Step 1: The Interrogation**, asking you specific questions about your core offering, audience, alternatives, and desired brand vibe.
|
|
42
|
-
|
|
43
|
-
## Installation in Claude Desktop App
|
|
44
|
-
|
|
45
|
-
### Video Tutorial
|
|
46
|
-
Watch this quick video to see how it's done:
|
|
47
|
-
|
|
48
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
49
|
-
|
|
50
|
-
### Step 1: Download the skill from GitHub
|
|
51
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
52
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
53
|
-
3. Paste the URL and click **Enter** to download.
|
|
54
|
-
|
|
55
|
-
### Step 2: Install the Skill in Claude
|
|
56
|
-
1. Open your **Claude desktop app**.
|
|
57
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
58
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
59
|
-
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).
|
|
60
|
-
|
|
61
|
-
> **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 @@ Reads your codebase and writes a CLAUDE.md that gives Claude Code the context it
|
|
|
11
11
|
npx "@opendirectory.dev/skills" install claude-md-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
|
- Scans project files: package.json, tsconfig.json, linter configs, Makefile, directory structure
|
|
@@ -82,23 +100,3 @@ claude-md-generator/
|
|
|
82
100
|
## License
|
|
83
101
|
|
|
84
102
|
MIT
|
|
85
|
-
|
|
86
|
-
## Installation in Claude Desktop App
|
|
87
|
-
|
|
88
|
-
### Video Tutorial
|
|
89
|
-
Watch this quick video to see how it's done:
|
|
90
|
-
|
|
91
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
92
|
-
|
|
93
|
-
### Step 1: Download the skill from GitHub
|
|
94
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
95
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
96
|
-
3. Paste the URL and click **Enter** to download.
|
|
97
|
-
|
|
98
|
-
### Step 2: Install the Skill in Claude
|
|
99
|
-
1. Open your **Claude desktop app**.
|
|
100
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
101
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
102
|
-
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).
|
|
103
|
-
|
|
104
|
-
> **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 @@ Instead of running Python scripts manually, this skill teaches your AI how to re
|
|
|
10
10
|
npx "@opendirectory.dev/skills" install cold-email-verifier --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
|
## Verification Engines Supported
|
|
14
32
|
The AI is trained to use two different verification backends:
|
|
15
33
|
1. **ValidEmail.co API (Highly Recommended)**: The AI will use this SaaS API for enterprise-grade accuracy, bypassing strict catch-all servers. You can get a free tier of verification credits at validemail.co.
|
|
@@ -49,23 +67,3 @@ The AI expects the input CSV to contain at least the following headers:
|
|
|
49
67
|
- Last Name
|
|
50
68
|
- Company Name
|
|
51
69
|
- Domain Name
|
|
52
|
-
|
|
53
|
-
## Installation in Claude Desktop App
|
|
54
|
-
|
|
55
|
-
### Video Tutorial
|
|
56
|
-
Watch this quick video to see how it's done:
|
|
57
|
-
|
|
58
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
59
|
-
|
|
60
|
-
### Step 1: Download the skill from GitHub
|
|
61
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
62
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
63
|
-
3. Paste the URL and click **Enter** to download.
|
|
64
|
-
|
|
65
|
-
### Step 2: Install the Skill in Claude
|
|
66
|
-
1. Open your **Claude desktop app**.
|
|
67
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
68
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
69
|
-
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).
|
|
70
|
-
|
|
71
|
-
> **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 @@ This guide explains how to set up, configure, and run the `cook-the-blog` skill.
|
|
|
10
10
|
npx "@opendirectory.dev/skills" install cook-the-blog --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
|
## Prerequisites & Dependencies
|
|
14
32
|
|
|
15
33
|
Before running the skill, the AI agent needs access to several external tools, APIs, and environment details.
|
|
@@ -90,23 +108,3 @@ When initializing this skill, the agent must ask the user to provide or confirm
|
|
|
90
108
|
2. The agent will read `skill.md` to understand the 8-step execution loop.
|
|
91
109
|
3. Trigger the agent by saying: *"Run the case study generator for [Company Name]."*
|
|
92
110
|
4. The agent will autonomously execute the entire pipeline from research to deployment.
|
|
93
|
-
|
|
94
|
-
## Installation in Claude Desktop App
|
|
95
|
-
|
|
96
|
-
### Video Tutorial
|
|
97
|
-
Watch this quick video to see how it's done:
|
|
98
|
-
|
|
99
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
100
|
-
|
|
101
|
-
### Step 1: Download the skill from GitHub
|
|
102
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
103
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
104
|
-
3. Paste the URL and click **Enter** to download.
|
|
105
|
-
|
|
106
|
-
### Step 2: Install the Skill in Claude
|
|
107
|
-
1. Open your **Claude desktop app**.
|
|
108
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
109
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
110
|
-
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).
|
|
111
|
-
|
|
112
|
-
> **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 @@ Weekly scan for outdated npm or pip packages. Fetches changelogs for each. Summa
|
|
|
11
11
|
npx "@opendirectory.dev/skills" install dependency-update-bot --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 `npm outdated --json` or `pip list --outdated` to find outdated packages
|
|
@@ -105,23 +123,3 @@ dependency-update-bot/
|
|
|
105
123
|
## License
|
|
106
124
|
|
|
107
125
|
MIT
|
|
108
|
-
|
|
109
|
-
## Installation in Claude Desktop App
|
|
110
|
-
|
|
111
|
-
### Video Tutorial
|
|
112
|
-
Watch this quick video to see how it's done:
|
|
113
|
-
|
|
114
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
115
|
-
|
|
116
|
-
### Step 1: Download the skill from GitHub
|
|
117
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
118
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
119
|
-
3. Paste the URL and click **Enter** to download.
|
|
120
|
-
|
|
121
|
-
### Step 2: Install the Skill in Claude
|
|
122
|
-
1. Open your **Claude desktop app**.
|
|
123
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
124
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
125
|
-
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).
|
|
126
|
-
|
|
127
|
-
> **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 @@ Automatically generate and maintain README.md, API reference docs, and an Archit
|
|
|
10
10
|
npx "@opendirectory.dev/skills" install docs-from-code --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 Generates
|
|
14
32
|
|
|
15
33
|
| Output | When |
|
|
@@ -101,23 +119,3 @@ docs-from-code/
|
|
|
101
119
|
## License
|
|
102
120
|
|
|
103
121
|
MIT
|
|
104
|
-
|
|
105
|
-
## Installation in Claude Desktop App
|
|
106
|
-
|
|
107
|
-
### Video Tutorial
|
|
108
|
-
Watch this quick video to see how it's done:
|
|
109
|
-
|
|
110
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
111
|
-
|
|
112
|
-
### Step 1: Download the skill from GitHub
|
|
113
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
114
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
115
|
-
3. Paste the URL and click **Enter** to download.
|
|
116
|
-
|
|
117
|
-
### Step 2: Install the Skill in Claude
|
|
118
|
-
1. Open your **Claude desktop app**.
|
|
119
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
120
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
121
|
-
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).
|
|
122
|
-
|
|
123
|
-
> **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 @@ Point this skill at any GitHub PR and it writes a plain-English explanation of w
|
|
|
11
11
|
npx "@opendirectory.dev/skills" install explain-this-pr --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 PR diff and metadata via `gh`
|
|
@@ -78,23 +96,3 @@ explain-this-pr/
|
|
|
78
96
|
## License
|
|
79
97
|
|
|
80
98
|
MIT
|
|
81
|
-
|
|
82
|
-
## Installation in Claude Desktop App
|
|
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!
|
|
@@ -10,6 +10,24 @@ Agent Skills for SEO keyword research using Google Trends data via SerpApi. Buil
|
|
|
10
10
|
npx "@opendirectory.dev/skills" install google-trends-api-skills --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
|
## Skills
|
|
14
32
|
|
|
15
33
|
### 1. `google-trends-api/`
|
|
@@ -82,23 +100,3 @@ These skills follow the [Agent Skills specification](https://agentskills.io/spec
|
|
|
82
100
|
## License
|
|
83
101
|
|
|
84
102
|
MIT
|
|
85
|
-
|
|
86
|
-
## Installation in Claude Desktop App
|
|
87
|
-
|
|
88
|
-
### Video Tutorial
|
|
89
|
-
Watch this quick video to see how it's done:
|
|
90
|
-
|
|
91
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
92
|
-
|
|
93
|
-
### Step 1: Download the skill from GitHub
|
|
94
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
95
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
96
|
-
3. Paste the URL and click **Enter** to download.
|
|
97
|
-
|
|
98
|
-
### Step 2: Install the Skill in Claude
|
|
99
|
-
1. Open your **Claude desktop app**.
|
|
100
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
101
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
102
|
-
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).
|
|
103
|
-
|
|
104
|
-
> **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 @@ Monitor Hacker News for keywords. Get a Slack alert every time a new post matche
|
|
|
11
11
|
npx "@opendirectory.dev/skills" install hackernews-intel --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 new posts from HN using the free Algolia search API (no API key needed)
|
|
@@ -165,23 +183,3 @@ hackernews-intel/
|
|
|
165
183
|
## License
|
|
166
184
|
|
|
167
185
|
MIT
|
|
168
|
-
|
|
169
|
-
## Installation in Claude Desktop App
|
|
170
|
-
|
|
171
|
-
### Video Tutorial
|
|
172
|
-
Watch this quick video to see how it's done:
|
|
173
|
-
|
|
174
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
175
|
-
|
|
176
|
-
### Step 1: Download the skill from GitHub
|
|
177
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
178
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
179
|
-
3. Paste the URL and click **Enter** to download.
|
|
180
|
-
|
|
181
|
-
### Step 2: Install the Skill in Claude
|
|
182
|
-
1. Open your **Claude desktop app**.
|
|
183
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
184
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
185
|
-
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).
|
|
186
|
-
|
|
187
|
-
> **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!
|
|
@@ -13,6 +13,24 @@ The Human Tone skill teaches your AI how to edit its own work. It provides stric
|
|
|
13
13
|
npx "@opendirectory.dev/skills" install human-tone --target claude
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+
### Video Tutorial
|
|
17
|
+
Watch this quick video to see how it's done:
|
|
18
|
+
|
|
19
|
+
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
20
|
+
|
|
21
|
+
### Step 1: Download the skill from GitHub
|
|
22
|
+
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
23
|
+
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
24
|
+
3. Paste the URL and click **Enter** to download.
|
|
25
|
+
|
|
26
|
+
### Step 2: Install the Skill in Claude
|
|
27
|
+
1. Open your **Claude desktop app**.
|
|
28
|
+
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
29
|
+
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
30
|
+
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).
|
|
31
|
+
|
|
32
|
+
> **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!
|
|
33
|
+
|
|
16
34
|
## What It Fixes
|
|
17
35
|
|
|
18
36
|
* Removes words like "streamline", "empower", and "revolutionize".
|
|
@@ -54,23 +72,3 @@ Once the skill is installed in your workspace, simply ask your AI to humanize yo
|
|
|
54
72
|
> "Rewrite this landing page copy using the human-tone skill. Match the writing style in this sample: [paste a sample of your writing]."
|
|
55
73
|
|
|
56
74
|
The AI will rewrite the text, provide a bulleted list of what it changed, and flag any placeholders where you need to insert real numbers or actual customer names.
|
|
57
|
-
|
|
58
|
-
## Installation in Claude Desktop App
|
|
59
|
-
|
|
60
|
-
### Video Tutorial
|
|
61
|
-
Watch this quick video to see how it's done:
|
|
62
|
-
|
|
63
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
64
|
-
|
|
65
|
-
### Step 1: Download the skill from GitHub
|
|
66
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
67
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
68
|
-
3. Paste the URL and click **Enter** to download.
|
|
69
|
-
|
|
70
|
-
### Step 2: Install the Skill in Claude
|
|
71
|
-
1. Open your **Claude desktop app**.
|
|
72
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
73
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
74
|
-
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).
|
|
75
|
-
|
|
76
|
-
> **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 your daily standup in seconds. The skill reads yesterday's Linear issues a
|
|
|
11
11
|
npx "@opendirectory.dev/skills" install kill-the-standup --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 yesterday's Linear issues assigned to you (completed and in-progress)
|
|
@@ -88,23 +106,3 @@ kill-the-standup/
|
|
|
88
106
|
## License
|
|
89
107
|
|
|
90
108
|
MIT
|
|
91
|
-
|
|
92
|
-
## Installation in Claude Desktop App
|
|
93
|
-
|
|
94
|
-
### Video Tutorial
|
|
95
|
-
Watch this quick video to see how it's done:
|
|
96
|
-
|
|
97
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
98
|
-
|
|
99
|
-
### Step 1: Download the skill from GitHub
|
|
100
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
101
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
102
|
-
3. Paste the URL and click **Enter** to download.
|
|
103
|
-
|
|
104
|
-
### Step 2: Install the Skill in Claude
|
|
105
|
-
1. Open your **Claude desktop app**.
|
|
106
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
107
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
108
|
-
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).
|
|
109
|
-
|
|
110
|
-
> **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!
|