@opendirectory.dev/skills 0.1.19 → 0.1.20

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.19",
3
+ "version": "0.1.20",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
package/registry.json CHANGED
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "name": "human-tone",
76
- "description": "|",
76
+ "description": "Rewrites AI-generated marketing copy to sound naturally human.",
77
77
  "tags": [],
78
78
  "author": "Unknown",
79
79
  "version": "1.0.0",
@@ -1,13 +1,7 @@
1
1
  ---
2
2
  name: human-tone
3
3
  version: 1.0.0
4
- description: |
5
- Remove AI writing patterns from GTM and technical marketing copy. Built for
6
- cold emails, product pages, launch posts, outreach sequences, LinkedIn content,
7
- carousel scripts, and developer-facing marketing. Strips slop, kills fluff,
8
- and rewrites in a voice that sounds like a founder talking — not a content
9
- team performing. Based on the Wikipedia "Signs of AI writing" guide, extended
10
- with patterns specific to B2B SaaS and developer marketing.
4
+ description: Rewrites AI-generated marketing copy to sound naturally human. It removes common AI cliches, adjusts the pacing, and ensures the tone is authentic and engaging.
11
5
  license: MIT
12
6
  ---
13
7