@opendirectory.dev/skills 0.1.54 → 0.1.56

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.54",
3
+ "version": "0.1.56",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
package/registry.json CHANGED
@@ -21,9 +21,8 @@
21
21
  },
22
22
  {
23
23
  "name": "claude-md-generator",
24
- "description": "Read the codebase. Write a CLAUDE.md that tells Claude exactly what it needs: no more, no less.",
24
+ "description": "Use when the user asks to generate or update a project's CLAUDE or AGENTS context file from a codebase scan.",
25
25
  "tags": [
26
- "Copywriting",
27
26
  "Developer Tools"
28
27
  ],
29
28
  "author": "OpenDirectory",
@@ -298,7 +297,7 @@
298
297
  },
299
298
  {
300
299
  "name": "pr-description-writer",
301
- "description": "Read the current branch diff and write a complete GitHub pull request description. Create or update the PR with one command.",
300
+ "description": "Use when the user asks to write, draft, generate, or update a GitHub pull request description for the current branch.",
302
301
  "tags": [
303
302
  "Copywriting",
304
303
  "Developer Tools"
@@ -335,11 +334,8 @@
335
334
  },
336
335
  {
337
336
  "name": "producthunt-launch-kit",
338
- "description": "Generate every asset you need for a Product Hunt launch: listing copy, maker comment, and day-one social posts.",
339
- "tags": [
340
- "Social Media",
341
- "Copywriting"
342
- ],
337
+ "description": "Use when the user asks to prepare a Product Hunt launch or generate Product Hunt listing assets.",
338
+ "tags": [],
343
339
  "author": "OpenDirectory",
344
340
  "version": "1.0.0",
345
341
  "path": "skills/producthunt-launch-kit"
@@ -364,10 +360,8 @@
364
360
  },
365
361
  {
366
362
  "name": "schema-markup-generator",
367
- "description": "You are an SEO engineer specialising in structured data.",
368
- "tags": [
369
- "SEO"
370
- ],
363
+ "description": "Use when the user asks to generate JSON-LD or structured data markup for a webpage.",
364
+ "tags": [],
371
365
  "author": "OpenDirectory",
372
366
  "version": "1.0.0",
373
367
  "path": "skills/schema-markup-generator"
@@ -1,6 +1,6 @@
1
1
  # Brand Alchemy
2
2
 
3
- <img src="https://raw.githubusercontent.com/Varnan-Tech/opendirectory/main/docs/assets/opendirectory_banner.webp" width="100%" alt="Brand Alchemy Cover" />
3
+ <img width="1920" height="1072" alt="brand-alchemy-skill-cover-image" src="https://github.com/user-attachments/assets/15d90c97-9eef-4eed-abb3-7ce58438adf0" />
4
4
 
5
5
  World-class brand strategist and naming expert. Uses an interrogation-led discovery phase to extract your brand's DNA, then applies scientific naming frameworks (Phonosemantics) and automated multi-TLD domain checking.
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: claude-md-generator
3
- description: ''
3
+ description: Use when the user asks to generate or update a project's CLAUDE or AGENTS context file from a codebase scan. Writes a focused file under 100 lines containing only the non-obvious build commands, conventions, and gotchas Claude Code needs.
4
4
  compatibility: [claude-code, gemini-cli, github-copilot]
5
5
  author: OpenDirectory
6
6
  version: 1.0.0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pr-description-writer
3
- description: ''
3
+ description: Use when the user asks to write, draft, generate, or update a GitHub pull request description for the current branch. Reads the branch diff and commit messages, writes a structured PR body (summary, changes, testing), and optionally creates or updates the PR via the gh CLI.
4
4
  compatibility: [claude-code, gemini-cli, github-copilot]
5
5
  author: OpenDirectory
6
6
  version: 1.0.0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: producthunt-launch-kit
3
- description: ''
3
+ description: Use when the user asks to prepare a Product Hunt launch or generate Product Hunt listing assets. Generates tagline variants under 60 chars, a 500-char description, a maker comment, launch-day tweet thread, LinkedIn post, and a 4-email launch sequence.
4
4
  compatibility: [claude-code, gemini-cli, github-copilot]
5
5
  author: OpenDirectory
6
6
  version: 1.0.0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: schema-markup-generator
3
- description: ''
3
+ description: Use when the user asks to generate JSON-LD or structured data markup for a webpage. Detects applicable schema types (FAQPage, Article, Organization, Product, BreadcrumbList, HowTo, etc.) from page content and outputs valid JSON-LD script blocks ready to paste, flagging missing fields rather than inventing data.
4
4
  compatibility: [claude-code, gemini-cli, github-copilot]
5
5
  author: OpenDirectory
6
6
  version: 1.0.0