agent-skill-manager 2.0.0 → 2.2.0

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 (34) hide show
  1. package/README.md +2 -2
  2. package/data/skill-index/Affitor_affiliate-skills.json +2813 -50
  3. package/data/skill-index/Eronred_aso-skills.json +1561 -31
  4. package/data/skill-index/GPTomics_bioSkills.json +22988 -443
  5. package/data/skill-index/Galaxy-Dawn_claude-scholar.json +2509 -49
  6. package/data/skill-index/Imbad0202_academic-research-skills.json +223 -19
  7. package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +7015 -697
  8. package/data/skill-index/Leonxlnx_taste-skill.json +429 -9
  9. package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +53 -2
  10. package/data/skill-index/MiniMax-AI_skills.json +1291 -22
  11. package/data/skill-index/affaan-m_everything-claude-code.json +27501 -780
  12. package/data/skill-index/alirezarezvani_claude-skills.json +27045 -453
  13. package/data/skill-index/anthropics_skills.json +938 -20
  14. package/data/skill-index/bytedance_deer-flow.json +1201 -19
  15. package/data/skill-index/coreyhaines31_marketingskills.json +1913 -41
  16. package/data/skill-index/github_awesome-copilot.json +25089 -354
  17. package/data/skill-index/heygen-com_hyperframes.json +324 -0
  18. package/data/skill-index/himself65_finance-skills.json +1254 -27
  19. package/data/skill-index/kemiljk_fluid-design.json +53 -2
  20. package/data/skill-index/kepano_obsidian-skills.json +262 -7
  21. package/data/skill-index/luongnv89_skills.json +1917 -69
  22. package/data/skill-index/mattpocock_skills.json +1157 -50
  23. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +365 -8
  24. package/data/skill-index/obra_superpowers.json +729 -15
  25. package/data/skill-index/sickn33_antigravity-awesome-skills.json +270593 -6809
  26. package/data/skill-index/slavingia_skills.json +521 -11
  27. package/data/skill-index-resources.json +10 -1
  28. package/dist/agent-skill-manager.js +161 -161
  29. package/dist/chunk-796ss41d.js +15 -0
  30. package/dist/{chunk-1becp2v6.js → chunk-d61nf7gg.js} +1 -1
  31. package/dist/{chunk-a26gjzjk.js → chunk-vgzgtfy6.js} +1 -1
  32. package/dist/{chunk-2kpv20e1.js → chunk-y89teqgt.js} +43 -42
  33. package/package.json +1 -1
  34. package/dist/chunk-b5czdh0p.js +0 -15
@@ -2,20 +2,71 @@
2
2
  "repoUrl": "https://github.com/coreyhaines31/marketingskills.git",
3
3
  "owner": "coreyhaines31",
4
4
  "repo": "marketingskills",
5
- "updatedAt": "2026-03-27T23:21:25.493Z",
6
- "skillCount": 33,
5
+ "updatedAt": "2026-04-20T07:45:13.194Z",
6
+ "skillCount": 36,
7
7
  "skills": [
8
8
  {
9
9
  "name": "ab-test-setup",
10
- "description": "When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions \"A/B test,\" \"split test,\" \"experiment,\" \"test this change,\" \"variant copy,\" \"multivariate test,\" \"hypothesis,\" \"should I test this,\" \"which version is better,\" \"test two versions,\" \"statistical significance,\" or \"how long should I run this test.\" Use this whenever someone is comparing two approaches and wants to measure which performs better. For tracking implementation, see analytics-tracking. For page-level conversion optimization, see page-cro.",
11
- "version": "1.1.0",
10
+ "description": "When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions \"A/B test,\" \"split test,\" \"experiment,\" \"test this change,\" \"variant copy,\" \"multivariate test,\" \"hypothesis,\" \"should I test this,\" \"which version is better,\" \"test two versions,\" \"statistical significance,\" \"how long should I run this test,\" \"growth experiments,\" \"experiment velocity,\" \"experiment backlog,\" \"ICE score,\" \"experimentation program,\" or \"experiment playbook.\" Use this whenever someone is comparing two approaches and wants to measure which performs better, or when they want to build a systematic experimentation practice. For tracking implementation, see analytics-tracking. For page-level conversion optimization, see page-cro.",
11
+ "version": "1.2.0",
12
12
  "license": "",
13
13
  "creator": "",
14
14
  "compatibility": "",
15
15
  "allowedTools": [],
16
16
  "installUrl": "github:coreyhaines31/marketingskills:skills/ab-test-setup",
17
17
  "relPath": "skills/ab-test-setup",
18
- "verified": true
18
+ "verified": true,
19
+ "tokenCount": 3068,
20
+ "evalSummary": {
21
+ "overallScore": 63,
22
+ "grade": "D",
23
+ "categories": [
24
+ {
25
+ "id": "structure",
26
+ "name": "Structure & completeness",
27
+ "score": 8,
28
+ "max": 10
29
+ },
30
+ {
31
+ "id": "description",
32
+ "name": "Description quality",
33
+ "score": 3,
34
+ "max": 10
35
+ },
36
+ {
37
+ "id": "prompt-engineering",
38
+ "name": "Prompt engineering",
39
+ "score": 8,
40
+ "max": 10
41
+ },
42
+ {
43
+ "id": "context-efficiency",
44
+ "name": "Context efficiency",
45
+ "score": 7,
46
+ "max": 10
47
+ },
48
+ {
49
+ "id": "safety",
50
+ "name": "Safety & guardrails",
51
+ "score": 5,
52
+ "max": 10
53
+ },
54
+ {
55
+ "id": "testability",
56
+ "name": "Testability",
57
+ "score": 3,
58
+ "max": 10
59
+ },
60
+ {
61
+ "id": "naming",
62
+ "name": "Naming & conventions",
63
+ "score": 10,
64
+ "max": 10
65
+ }
66
+ ],
67
+ "evaluatedAt": "2026-04-20T07:45:13.137Z",
68
+ "evaluatedVersion": "1.2.0"
69
+ }
19
70
  },
20
71
  {
21
72
  "name": "ad-creative",
@@ -27,19 +78,121 @@
27
78
  "allowedTools": [],
28
79
  "installUrl": "github:coreyhaines31/marketingskills:skills/ad-creative",
29
80
  "relPath": "skills/ad-creative",
30
- "verified": true
81
+ "verified": true,
82
+ "tokenCount": 3787,
83
+ "evalSummary": {
84
+ "overallScore": 67,
85
+ "grade": "C",
86
+ "categories": [
87
+ {
88
+ "id": "structure",
89
+ "name": "Structure & completeness",
90
+ "score": 8,
91
+ "max": 10
92
+ },
93
+ {
94
+ "id": "description",
95
+ "name": "Description quality",
96
+ "score": 3,
97
+ "max": 10
98
+ },
99
+ {
100
+ "id": "prompt-engineering",
101
+ "name": "Prompt engineering",
102
+ "score": 7,
103
+ "max": 10
104
+ },
105
+ {
106
+ "id": "context-efficiency",
107
+ "name": "Context efficiency",
108
+ "score": 7,
109
+ "max": 10
110
+ },
111
+ {
112
+ "id": "safety",
113
+ "name": "Safety & guardrails",
114
+ "score": 7,
115
+ "max": 10
116
+ },
117
+ {
118
+ "id": "testability",
119
+ "name": "Testability",
120
+ "score": 5,
121
+ "max": 10
122
+ },
123
+ {
124
+ "id": "naming",
125
+ "name": "Naming & conventions",
126
+ "score": 10,
127
+ "max": 10
128
+ }
129
+ ],
130
+ "evaluatedAt": "2026-04-20T07:45:13.138Z",
131
+ "evaluatedVersion": "1.1.0"
132
+ }
31
133
  },
32
134
  {
33
135
  "name": "ai-seo",
34
136
  "description": "When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' or 'optimize for Claude/Gemini.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema-markup.",
35
- "version": "1.1.0",
137
+ "version": "1.2.0",
36
138
  "license": "",
37
139
  "creator": "",
38
140
  "compatibility": "",
39
141
  "allowedTools": [],
40
142
  "installUrl": "github:coreyhaines31/marketingskills:skills/ai-seo",
41
143
  "relPath": "skills/ai-seo",
42
- "verified": true
144
+ "verified": true,
145
+ "tokenCount": 5716,
146
+ "evalSummary": {
147
+ "overallScore": 66,
148
+ "grade": "C",
149
+ "categories": [
150
+ {
151
+ "id": "structure",
152
+ "name": "Structure & completeness",
153
+ "score": 8,
154
+ "max": 10
155
+ },
156
+ {
157
+ "id": "description",
158
+ "name": "Description quality",
159
+ "score": 3,
160
+ "max": 10
161
+ },
162
+ {
163
+ "id": "prompt-engineering",
164
+ "name": "Prompt engineering",
165
+ "score": 8,
166
+ "max": 10
167
+ },
168
+ {
169
+ "id": "context-efficiency",
170
+ "name": "Context efficiency",
171
+ "score": 7,
172
+ "max": 10
173
+ },
174
+ {
175
+ "id": "safety",
176
+ "name": "Safety & guardrails",
177
+ "score": 7,
178
+ "max": 10
179
+ },
180
+ {
181
+ "id": "testability",
182
+ "name": "Testability",
183
+ "score": 3,
184
+ "max": 10
185
+ },
186
+ {
187
+ "id": "naming",
188
+ "name": "Naming & conventions",
189
+ "score": 10,
190
+ "max": 10
191
+ }
192
+ ],
193
+ "evaluatedAt": "2026-04-20T07:45:13.140Z",
194
+ "evaluatedVersion": "1.2.0"
195
+ }
43
196
  },
44
197
  {
45
198
  "name": "analytics-tracking",
@@ -51,7 +204,121 @@
51
204
  "allowedTools": [],
52
205
  "installUrl": "github:coreyhaines31/marketingskills:skills/analytics-tracking",
53
206
  "relPath": "skills/analytics-tracking",
54
- "verified": true
207
+ "verified": true,
208
+ "tokenCount": 2167,
209
+ "evalSummary": {
210
+ "overallScore": 71,
211
+ "grade": "C",
212
+ "categories": [
213
+ {
214
+ "id": "structure",
215
+ "name": "Structure & completeness",
216
+ "score": 8,
217
+ "max": 10
218
+ },
219
+ {
220
+ "id": "description",
221
+ "name": "Description quality",
222
+ "score": 3,
223
+ "max": 10
224
+ },
225
+ {
226
+ "id": "prompt-engineering",
227
+ "name": "Prompt engineering",
228
+ "score": 8,
229
+ "max": 10
230
+ },
231
+ {
232
+ "id": "context-efficiency",
233
+ "name": "Context efficiency",
234
+ "score": 9,
235
+ "max": 10
236
+ },
237
+ {
238
+ "id": "safety",
239
+ "name": "Safety & guardrails",
240
+ "score": 9,
241
+ "max": 10
242
+ },
243
+ {
244
+ "id": "testability",
245
+ "name": "Testability",
246
+ "score": 3,
247
+ "max": 10
248
+ },
249
+ {
250
+ "id": "naming",
251
+ "name": "Naming & conventions",
252
+ "score": 10,
253
+ "max": 10
254
+ }
255
+ ],
256
+ "evaluatedAt": "2026-04-20T07:45:13.140Z",
257
+ "evaluatedVersion": "1.1.0"
258
+ }
259
+ },
260
+ {
261
+ "name": "aso-audit",
262
+ "description": "When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my listing,' 'why aren't people downloading my app,' 'improve my app conversion,' 'keyword optimization for app,' or 'compare my app to competitors.' Use when the user shares an App Store or Google Play URL and wants to improve it.",
263
+ "version": "1.0.0",
264
+ "license": "",
265
+ "creator": "",
266
+ "compatibility": "",
267
+ "allowedTools": [],
268
+ "installUrl": "github:coreyhaines31/marketingskills:skills/aso-audit",
269
+ "relPath": "skills/aso-audit",
270
+ "verified": true,
271
+ "tokenCount": 5207,
272
+ "evalSummary": {
273
+ "overallScore": 64,
274
+ "grade": "D",
275
+ "categories": [
276
+ {
277
+ "id": "structure",
278
+ "name": "Structure & completeness",
279
+ "score": 8,
280
+ "max": 10
281
+ },
282
+ {
283
+ "id": "description",
284
+ "name": "Description quality",
285
+ "score": 3,
286
+ "max": 10
287
+ },
288
+ {
289
+ "id": "prompt-engineering",
290
+ "name": "Prompt engineering",
291
+ "score": 7,
292
+ "max": 10
293
+ },
294
+ {
295
+ "id": "context-efficiency",
296
+ "name": "Context efficiency",
297
+ "score": 7,
298
+ "max": 10
299
+ },
300
+ {
301
+ "id": "safety",
302
+ "name": "Safety & guardrails",
303
+ "score": 7,
304
+ "max": 10
305
+ },
306
+ {
307
+ "id": "testability",
308
+ "name": "Testability",
309
+ "score": 3,
310
+ "max": 10
311
+ },
312
+ {
313
+ "id": "naming",
314
+ "name": "Naming & conventions",
315
+ "score": 10,
316
+ "max": 10
317
+ }
318
+ ],
319
+ "evaluatedAt": "2026-04-20T07:45:13.142Z",
320
+ "evaluatedVersion": "1.0.0"
321
+ }
55
322
  },
56
323
  {
57
324
  "name": "churn-prevention",
@@ -63,7 +330,58 @@
63
330
  "allowedTools": [],
64
331
  "installUrl": "github:coreyhaines31/marketingskills:skills/churn-prevention",
65
332
  "relPath": "skills/churn-prevention",
66
- "verified": true
333
+ "verified": true,
334
+ "tokenCount": 5842,
335
+ "evalSummary": {
336
+ "overallScore": 70,
337
+ "grade": "C",
338
+ "categories": [
339
+ {
340
+ "id": "structure",
341
+ "name": "Structure & completeness",
342
+ "score": 8,
343
+ "max": 10
344
+ },
345
+ {
346
+ "id": "description",
347
+ "name": "Description quality",
348
+ "score": 3,
349
+ "max": 10
350
+ },
351
+ {
352
+ "id": "prompt-engineering",
353
+ "name": "Prompt engineering",
354
+ "score": 6,
355
+ "max": 10
356
+ },
357
+ {
358
+ "id": "context-efficiency",
359
+ "name": "Context efficiency",
360
+ "score": 7,
361
+ "max": 10
362
+ },
363
+ {
364
+ "id": "safety",
365
+ "name": "Safety & guardrails",
366
+ "score": 10,
367
+ "max": 10
368
+ },
369
+ {
370
+ "id": "testability",
371
+ "name": "Testability",
372
+ "score": 5,
373
+ "max": 10
374
+ },
375
+ {
376
+ "id": "naming",
377
+ "name": "Naming & conventions",
378
+ "score": 10,
379
+ "max": 10
380
+ }
381
+ ],
382
+ "evaluatedAt": "2026-04-20T07:45:13.143Z",
383
+ "evaluatedVersion": "1.1.0"
384
+ }
67
385
  },
68
386
  {
69
387
  "name": "cold-email",
@@ -75,7 +393,121 @@
75
393
  "allowedTools": [],
76
394
  "installUrl": "github:coreyhaines31/marketingskills:skills/cold-email",
77
395
  "relPath": "skills/cold-email",
78
- "verified": true
396
+ "verified": true,
397
+ "tokenCount": 2064,
398
+ "evalSummary": {
399
+ "overallScore": 54,
400
+ "grade": "D",
401
+ "categories": [
402
+ {
403
+ "id": "structure",
404
+ "name": "Structure & completeness",
405
+ "score": 8,
406
+ "max": 10
407
+ },
408
+ {
409
+ "id": "description",
410
+ "name": "Description quality",
411
+ "score": 6,
412
+ "max": 10
413
+ },
414
+ {
415
+ "id": "prompt-engineering",
416
+ "name": "Prompt engineering",
417
+ "score": 4,
418
+ "max": 10
419
+ },
420
+ {
421
+ "id": "context-efficiency",
422
+ "name": "Context efficiency",
423
+ "score": 9,
424
+ "max": 10
425
+ },
426
+ {
427
+ "id": "safety",
428
+ "name": "Safety & guardrails",
429
+ "score": 1,
430
+ "max": 10
431
+ },
432
+ {
433
+ "id": "testability",
434
+ "name": "Testability",
435
+ "score": 0,
436
+ "max": 10
437
+ },
438
+ {
439
+ "id": "naming",
440
+ "name": "Naming & conventions",
441
+ "score": 10,
442
+ "max": 10
443
+ }
444
+ ],
445
+ "evaluatedAt": "2026-04-20T07:45:13.144Z",
446
+ "evaluatedVersion": "1.1.0"
447
+ }
448
+ },
449
+ {
450
+ "name": "community-marketing",
451
+ "description": "Build and leverage online communities to drive product growth and brand loyalty. Use when the user wants to create a community strategy, grow a Discord or Slack community, manage a forum or subreddit, build brand advocates, increase word-of-mouth, drive community-led growth, engage users post-signup, or turn customers into evangelists. Trigger phrases: \"build a community,\" \"community strategy,\" \"Discord community,\" \"Slack community,\" \"community-led growth,\" \"brand advocates,\" \"user community,\" \"forum strategy,\" \"community engagement,\" \"grow our community,\" \"ambassador program,\" \"community flywheel.",
452
+ "version": "1.0.0",
453
+ "license": "",
454
+ "creator": "",
455
+ "compatibility": "",
456
+ "allowedTools": [],
457
+ "installUrl": "github:coreyhaines31/marketingskills:skills/community-marketing",
458
+ "relPath": "skills/community-marketing",
459
+ "verified": true,
460
+ "tokenCount": 2579,
461
+ "evalSummary": {
462
+ "overallScore": 64,
463
+ "grade": "D",
464
+ "categories": [
465
+ {
466
+ "id": "structure",
467
+ "name": "Structure & completeness",
468
+ "score": 8,
469
+ "max": 10
470
+ },
471
+ {
472
+ "id": "description",
473
+ "name": "Description quality",
474
+ "score": 6,
475
+ "max": 10
476
+ },
477
+ {
478
+ "id": "prompt-engineering",
479
+ "name": "Prompt engineering",
480
+ "score": 6,
481
+ "max": 10
482
+ },
483
+ {
484
+ "id": "context-efficiency",
485
+ "name": "Context efficiency",
486
+ "score": 9,
487
+ "max": 10
488
+ },
489
+ {
490
+ "id": "safety",
491
+ "name": "Safety & guardrails",
492
+ "score": 5,
493
+ "max": 10
494
+ },
495
+ {
496
+ "id": "testability",
497
+ "name": "Testability",
498
+ "score": 1,
499
+ "max": 10
500
+ },
501
+ {
502
+ "id": "naming",
503
+ "name": "Naming & conventions",
504
+ "score": 10,
505
+ "max": 10
506
+ }
507
+ ],
508
+ "evaluatedAt": "2026-04-20T07:45:13.144Z",
509
+ "evaluatedVersion": "1.0.0"
510
+ }
79
511
  },
80
512
  {
81
513
  "name": "competitor-alternatives",
@@ -87,7 +519,58 @@
87
519
  "allowedTools": [],
88
520
  "installUrl": "github:coreyhaines31/marketingskills:skills/competitor-alternatives",
89
521
  "relPath": "skills/competitor-alternatives",
90
- "verified": true
522
+ "verified": true,
523
+ "tokenCount": 2146,
524
+ "evalSummary": {
525
+ "overallScore": 64,
526
+ "grade": "D",
527
+ "categories": [
528
+ {
529
+ "id": "structure",
530
+ "name": "Structure & completeness",
531
+ "score": 8,
532
+ "max": 10
533
+ },
534
+ {
535
+ "id": "description",
536
+ "name": "Description quality",
537
+ "score": 3,
538
+ "max": 10
539
+ },
540
+ {
541
+ "id": "prompt-engineering",
542
+ "name": "Prompt engineering",
543
+ "score": 6,
544
+ "max": 10
545
+ },
546
+ {
547
+ "id": "context-efficiency",
548
+ "name": "Context efficiency",
549
+ "score": 9,
550
+ "max": 10
551
+ },
552
+ {
553
+ "id": "safety",
554
+ "name": "Safety & guardrails",
555
+ "score": 4,
556
+ "max": 10
557
+ },
558
+ {
559
+ "id": "testability",
560
+ "name": "Testability",
561
+ "score": 5,
562
+ "max": 10
563
+ },
564
+ {
565
+ "id": "naming",
566
+ "name": "Naming & conventions",
567
+ "score": 10,
568
+ "max": 10
569
+ }
570
+ ],
571
+ "evaluatedAt": "2026-04-20T07:45:13.145Z",
572
+ "evaluatedVersion": "1.1.0"
573
+ }
91
574
  },
92
575
  {
93
576
  "name": "content-strategy",
@@ -99,19 +582,121 @@
99
582
  "allowedTools": [],
100
583
  "installUrl": "github:coreyhaines31/marketingskills:skills/content-strategy",
101
584
  "relPath": "skills/content-strategy",
102
- "verified": true
585
+ "verified": true,
586
+ "tokenCount": 3321,
587
+ "evalSummary": {
588
+ "overallScore": 67,
589
+ "grade": "C",
590
+ "categories": [
591
+ {
592
+ "id": "structure",
593
+ "name": "Structure & completeness",
594
+ "score": 8,
595
+ "max": 10
596
+ },
597
+ {
598
+ "id": "description",
599
+ "name": "Description quality",
600
+ "score": 3,
601
+ "max": 10
602
+ },
603
+ {
604
+ "id": "prompt-engineering",
605
+ "name": "Prompt engineering",
606
+ "score": 10,
607
+ "max": 10
608
+ },
609
+ {
610
+ "id": "context-efficiency",
611
+ "name": "Context efficiency",
612
+ "score": 8,
613
+ "max": 10
614
+ },
615
+ {
616
+ "id": "safety",
617
+ "name": "Safety & guardrails",
618
+ "score": 7,
619
+ "max": 10
620
+ },
621
+ {
622
+ "id": "testability",
623
+ "name": "Testability",
624
+ "score": 1,
625
+ "max": 10
626
+ },
627
+ {
628
+ "id": "naming",
629
+ "name": "Naming & conventions",
630
+ "score": 10,
631
+ "max": 10
632
+ }
633
+ ],
634
+ "evaluatedAt": "2026-04-20T07:45:13.146Z",
635
+ "evaluatedVersion": "1.1.0"
636
+ }
103
637
  },
104
638
  {
105
639
  "name": "copy-editing",
106
- "description": "When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' or 'sharpen the messaging.' Use this when the user already has copy and wants it improved rather than rewritten from scratch. For writing new copy, see copywriting.",
107
- "version": "1.1.0",
640
+ "description": "When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' 'sharpen the messaging,' 'refresh this content,' 'update this page,' 'this content is outdated,' or 'content audit.' Use this when the user already has copy and wants it improved or refreshed rather than rewritten from scratch. For writing new copy, see copywriting.",
641
+ "version": "1.3.0",
108
642
  "license": "",
109
643
  "creator": "",
110
644
  "compatibility": "",
111
645
  "allowedTools": [],
112
646
  "installUrl": "github:coreyhaines31/marketingskills:skills/copy-editing",
113
647
  "relPath": "skills/copy-editing",
114
- "verified": true
648
+ "verified": true,
649
+ "tokenCount": 4755,
650
+ "evalSummary": {
651
+ "overallScore": 73,
652
+ "grade": "C",
653
+ "categories": [
654
+ {
655
+ "id": "structure",
656
+ "name": "Structure & completeness",
657
+ "score": 8,
658
+ "max": 10
659
+ },
660
+ {
661
+ "id": "description",
662
+ "name": "Description quality",
663
+ "score": 3,
664
+ "max": 10
665
+ },
666
+ {
667
+ "id": "prompt-engineering",
668
+ "name": "Prompt engineering",
669
+ "score": 8,
670
+ "max": 10
671
+ },
672
+ {
673
+ "id": "context-efficiency",
674
+ "name": "Context efficiency",
675
+ "score": 7,
676
+ "max": 10
677
+ },
678
+ {
679
+ "id": "safety",
680
+ "name": "Safety & guardrails",
681
+ "score": 10,
682
+ "max": 10
683
+ },
684
+ {
685
+ "id": "testability",
686
+ "name": "Testability",
687
+ "score": 5,
688
+ "max": 10
689
+ },
690
+ {
691
+ "id": "naming",
692
+ "name": "Naming & conventions",
693
+ "score": 10,
694
+ "max": 10
695
+ }
696
+ ],
697
+ "evaluatedAt": "2026-04-20T07:45:13.148Z",
698
+ "evaluatedVersion": "1.3.0"
699
+ }
115
700
  },
116
701
  {
117
702
  "name": "copywriting",
@@ -123,7 +708,121 @@
123
708
  "allowedTools": [],
124
709
  "installUrl": "github:coreyhaines31/marketingskills:skills/copywriting",
125
710
  "relPath": "skills/copywriting",
126
- "verified": true
711
+ "verified": true,
712
+ "tokenCount": 2102,
713
+ "evalSummary": {
714
+ "overallScore": 57,
715
+ "grade": "D",
716
+ "categories": [
717
+ {
718
+ "id": "structure",
719
+ "name": "Structure & completeness",
720
+ "score": 8,
721
+ "max": 10
722
+ },
723
+ {
724
+ "id": "description",
725
+ "name": "Description quality",
726
+ "score": 3,
727
+ "max": 10
728
+ },
729
+ {
730
+ "id": "prompt-engineering",
731
+ "name": "Prompt engineering",
732
+ "score": 8,
733
+ "max": 10
734
+ },
735
+ {
736
+ "id": "context-efficiency",
737
+ "name": "Context efficiency",
738
+ "score": 9,
739
+ "max": 10
740
+ },
741
+ {
742
+ "id": "safety",
743
+ "name": "Safety & guardrails",
744
+ "score": 1,
745
+ "max": 10
746
+ },
747
+ {
748
+ "id": "testability",
749
+ "name": "Testability",
750
+ "score": 1,
751
+ "max": 10
752
+ },
753
+ {
754
+ "id": "naming",
755
+ "name": "Naming & conventions",
756
+ "score": 10,
757
+ "max": 10
758
+ }
759
+ ],
760
+ "evaluatedAt": "2026-04-20T07:45:13.148Z",
761
+ "evaluatedVersion": "1.1.0"
762
+ }
763
+ },
764
+ {
765
+ "name": "customer-research",
766
+ "description": "When the user wants to conduct, analyze, or synthesize customer research. Use when the user mentions \"customer research,\" \"ICP research,\" \"talk to customers,\" \"analyze transcripts,\" \"customer interviews,\" \"survey analysis,\" \"support ticket analysis,\" \"voice of customer,\" \"VOC,\" \"build personas,\" \"customer personas,\" \"jobs to be done,\" \"JTBD,\" \"what do customers say,\" \"what are customers struggling with,\" \"Reddit mining,\" \"G2 reviews,\" \"review mining,\" \"digital watering holes,\" \"community research,\" \"forum research,\" \"competitor reviews,\" \"customer sentiment,\" or \"find out why customers churn/convert/buy.\" Use for both analyzing existing research assets AND gathering new research from online sources. For writing copy informed by research, see copywriting. For acting on research to improve pages, see page-cro.",
767
+ "version": "1.0.0",
768
+ "license": "",
769
+ "creator": "",
770
+ "compatibility": "",
771
+ "allowedTools": [],
772
+ "installUrl": "github:coreyhaines31/marketingskills:skills/customer-research",
773
+ "relPath": "skills/customer-research",
774
+ "verified": true,
775
+ "tokenCount": 3394,
776
+ "evalSummary": {
777
+ "overallScore": 60,
778
+ "grade": "D",
779
+ "categories": [
780
+ {
781
+ "id": "structure",
782
+ "name": "Structure & completeness",
783
+ "score": 8,
784
+ "max": 10
785
+ },
786
+ {
787
+ "id": "description",
788
+ "name": "Description quality",
789
+ "score": 3,
790
+ "max": 10
791
+ },
792
+ {
793
+ "id": "prompt-engineering",
794
+ "name": "Prompt engineering",
795
+ "score": 6,
796
+ "max": 10
797
+ },
798
+ {
799
+ "id": "context-efficiency",
800
+ "name": "Context efficiency",
801
+ "score": 7,
802
+ "max": 10
803
+ },
804
+ {
805
+ "id": "safety",
806
+ "name": "Safety & guardrails",
807
+ "score": 7,
808
+ "max": 10
809
+ },
810
+ {
811
+ "id": "testability",
812
+ "name": "Testability",
813
+ "score": 1,
814
+ "max": 10
815
+ },
816
+ {
817
+ "id": "naming",
818
+ "name": "Naming & conventions",
819
+ "score": 10,
820
+ "max": 10
821
+ }
822
+ ],
823
+ "evaluatedAt": "2026-04-20T07:45:13.149Z",
824
+ "evaluatedVersion": "1.0.0"
825
+ }
127
826
  },
128
827
  {
129
828
  "name": "email-sequence",
@@ -135,7 +834,58 @@
135
834
  "allowedTools": [],
136
835
  "installUrl": "github:coreyhaines31/marketingskills:skills/email-sequence",
137
836
  "relPath": "skills/email-sequence",
138
- "verified": true
837
+ "verified": true,
838
+ "tokenCount": 2270,
839
+ "evalSummary": {
840
+ "overallScore": 70,
841
+ "grade": "C",
842
+ "categories": [
843
+ {
844
+ "id": "structure",
845
+ "name": "Structure & completeness",
846
+ "score": 8,
847
+ "max": 10
848
+ },
849
+ {
850
+ "id": "description",
851
+ "name": "Description quality",
852
+ "score": 3,
853
+ "max": 10
854
+ },
855
+ {
856
+ "id": "prompt-engineering",
857
+ "name": "Prompt engineering",
858
+ "score": 9,
859
+ "max": 10
860
+ },
861
+ {
862
+ "id": "context-efficiency",
863
+ "name": "Context efficiency",
864
+ "score": 9,
865
+ "max": 10
866
+ },
867
+ {
868
+ "id": "safety",
869
+ "name": "Safety & guardrails",
870
+ "score": 7,
871
+ "max": 10
872
+ },
873
+ {
874
+ "id": "testability",
875
+ "name": "Testability",
876
+ "score": 3,
877
+ "max": 10
878
+ },
879
+ {
880
+ "id": "naming",
881
+ "name": "Naming & conventions",
882
+ "score": 10,
883
+ "max": 10
884
+ }
885
+ ],
886
+ "evaluatedAt": "2026-04-20T07:45:13.150Z",
887
+ "evaluatedVersion": "1.1.0"
888
+ }
139
889
  },
140
890
  {
141
891
  "name": "form-cro",
@@ -147,7 +897,58 @@
147
897
  "allowedTools": [],
148
898
  "installUrl": "github:coreyhaines31/marketingskills:skills/form-cro",
149
899
  "relPath": "skills/form-cro",
150
- "verified": true
900
+ "verified": true,
901
+ "tokenCount": 3116,
902
+ "evalSummary": {
903
+ "overallScore": 71,
904
+ "grade": "C",
905
+ "categories": [
906
+ {
907
+ "id": "structure",
908
+ "name": "Structure & completeness",
909
+ "score": 8,
910
+ "max": 10
911
+ },
912
+ {
913
+ "id": "description",
914
+ "name": "Description quality",
915
+ "score": 3,
916
+ "max": 10
917
+ },
918
+ {
919
+ "id": "prompt-engineering",
920
+ "name": "Prompt engineering",
921
+ "score": 9,
922
+ "max": 10
923
+ },
924
+ {
925
+ "id": "context-efficiency",
926
+ "name": "Context efficiency",
927
+ "score": 7,
928
+ "max": 10
929
+ },
930
+ {
931
+ "id": "safety",
932
+ "name": "Safety & guardrails",
933
+ "score": 7,
934
+ "max": 10
935
+ },
936
+ {
937
+ "id": "testability",
938
+ "name": "Testability",
939
+ "score": 6,
940
+ "max": 10
941
+ },
942
+ {
943
+ "id": "naming",
944
+ "name": "Naming & conventions",
945
+ "score": 10,
946
+ "max": 10
947
+ }
948
+ ],
949
+ "evaluatedAt": "2026-04-20T07:45:13.151Z",
950
+ "evaluatedVersion": "1.1.0"
951
+ }
151
952
  },
152
953
  {
153
954
  "name": "free-tool-strategy",
@@ -159,7 +960,58 @@
159
960
  "allowedTools": [],
160
961
  "installUrl": "github:coreyhaines31/marketingskills:skills/free-tool-strategy",
161
962
  "relPath": "skills/free-tool-strategy",
162
- "verified": true
963
+ "verified": true,
964
+ "tokenCount": 1688,
965
+ "evalSummary": {
966
+ "overallScore": 67,
967
+ "grade": "C",
968
+ "categories": [
969
+ {
970
+ "id": "structure",
971
+ "name": "Structure & completeness",
972
+ "score": 8,
973
+ "max": 10
974
+ },
975
+ {
976
+ "id": "description",
977
+ "name": "Description quality",
978
+ "score": 3,
979
+ "max": 10
980
+ },
981
+ {
982
+ "id": "prompt-engineering",
983
+ "name": "Prompt engineering",
984
+ "score": 5,
985
+ "max": 10
986
+ },
987
+ {
988
+ "id": "context-efficiency",
989
+ "name": "Context efficiency",
990
+ "score": 10,
991
+ "max": 10
992
+ },
993
+ {
994
+ "id": "safety",
995
+ "name": "Safety & guardrails",
996
+ "score": 4,
997
+ "max": 10
998
+ },
999
+ {
1000
+ "id": "testability",
1001
+ "name": "Testability",
1002
+ "score": 7,
1003
+ "max": 10
1004
+ },
1005
+ {
1006
+ "id": "naming",
1007
+ "name": "Naming & conventions",
1008
+ "score": 10,
1009
+ "max": 10
1010
+ }
1011
+ ],
1012
+ "evaluatedAt": "2026-04-20T07:45:13.152Z",
1013
+ "evaluatedVersion": "1.1.0"
1014
+ }
163
1015
  },
164
1016
  {
165
1017
  "name": "launch-strategy",
@@ -171,7 +1023,58 @@
171
1023
  "allowedTools": [],
172
1024
  "installUrl": "github:coreyhaines31/marketingskills:skills/launch-strategy",
173
1025
  "relPath": "skills/launch-strategy",
174
- "verified": true
1026
+ "verified": true,
1027
+ "tokenCount": 3541,
1028
+ "evalSummary": {
1029
+ "overallScore": 67,
1030
+ "grade": "C",
1031
+ "categories": [
1032
+ {
1033
+ "id": "structure",
1034
+ "name": "Structure & completeness",
1035
+ "score": 8,
1036
+ "max": 10
1037
+ },
1038
+ {
1039
+ "id": "description",
1040
+ "name": "Description quality",
1041
+ "score": 3,
1042
+ "max": 10
1043
+ },
1044
+ {
1045
+ "id": "prompt-engineering",
1046
+ "name": "Prompt engineering",
1047
+ "score": 7,
1048
+ "max": 10
1049
+ },
1050
+ {
1051
+ "id": "context-efficiency",
1052
+ "name": "Context efficiency",
1053
+ "score": 7,
1054
+ "max": 10
1055
+ },
1056
+ {
1057
+ "id": "safety",
1058
+ "name": "Safety & guardrails",
1059
+ "score": 9,
1060
+ "max": 10
1061
+ },
1062
+ {
1063
+ "id": "testability",
1064
+ "name": "Testability",
1065
+ "score": 3,
1066
+ "max": 10
1067
+ },
1068
+ {
1069
+ "id": "naming",
1070
+ "name": "Naming & conventions",
1071
+ "score": 10,
1072
+ "max": 10
1073
+ }
1074
+ ],
1075
+ "evaluatedAt": "2026-04-20T07:45:13.153Z",
1076
+ "evaluatedVersion": "1.1.0"
1077
+ }
175
1078
  },
176
1079
  {
177
1080
  "name": "lead-magnets",
@@ -183,7 +1086,58 @@
183
1086
  "allowedTools": [],
184
1087
  "installUrl": "github:coreyhaines31/marketingskills:skills/lead-magnets",
185
1088
  "relPath": "skills/lead-magnets",
186
- "verified": true
1089
+ "verified": true,
1090
+ "tokenCount": 3218,
1091
+ "evalSummary": {
1092
+ "overallScore": 70,
1093
+ "grade": "C",
1094
+ "categories": [
1095
+ {
1096
+ "id": "structure",
1097
+ "name": "Structure & completeness",
1098
+ "score": 8,
1099
+ "max": 10
1100
+ },
1101
+ {
1102
+ "id": "description",
1103
+ "name": "Description quality",
1104
+ "score": 3,
1105
+ "max": 10
1106
+ },
1107
+ {
1108
+ "id": "prompt-engineering",
1109
+ "name": "Prompt engineering",
1110
+ "score": 9,
1111
+ "max": 10
1112
+ },
1113
+ {
1114
+ "id": "context-efficiency",
1115
+ "name": "Context efficiency",
1116
+ "score": 8,
1117
+ "max": 10
1118
+ },
1119
+ {
1120
+ "id": "safety",
1121
+ "name": "Safety & guardrails",
1122
+ "score": 8,
1123
+ "max": 10
1124
+ },
1125
+ {
1126
+ "id": "testability",
1127
+ "name": "Testability",
1128
+ "score": 3,
1129
+ "max": 10
1130
+ },
1131
+ {
1132
+ "id": "naming",
1133
+ "name": "Naming & conventions",
1134
+ "score": 10,
1135
+ "max": 10
1136
+ }
1137
+ ],
1138
+ "evaluatedAt": "2026-04-20T07:45:13.154Z",
1139
+ "evaluatedVersion": "1.0.0"
1140
+ }
187
1141
  },
188
1142
  {
189
1143
  "name": "marketing-ideas",
@@ -195,7 +1149,58 @@
195
1149
  "allowedTools": [],
196
1150
  "installUrl": "github:coreyhaines31/marketingskills:skills/marketing-ideas",
197
1151
  "relPath": "skills/marketing-ideas",
198
- "verified": true
1152
+ "verified": true,
1153
+ "tokenCount": 1421,
1154
+ "evalSummary": {
1155
+ "overallScore": 60,
1156
+ "grade": "D",
1157
+ "categories": [
1158
+ {
1159
+ "id": "structure",
1160
+ "name": "Structure & completeness",
1161
+ "score": 8,
1162
+ "max": 10
1163
+ },
1164
+ {
1165
+ "id": "description",
1166
+ "name": "Description quality",
1167
+ "score": 3,
1168
+ "max": 10
1169
+ },
1170
+ {
1171
+ "id": "prompt-engineering",
1172
+ "name": "Prompt engineering",
1173
+ "score": 5,
1174
+ "max": 10
1175
+ },
1176
+ {
1177
+ "id": "context-efficiency",
1178
+ "name": "Context efficiency",
1179
+ "score": 10,
1180
+ "max": 10
1181
+ },
1182
+ {
1183
+ "id": "safety",
1184
+ "name": "Safety & guardrails",
1185
+ "score": 6,
1186
+ "max": 10
1187
+ },
1188
+ {
1189
+ "id": "testability",
1190
+ "name": "Testability",
1191
+ "score": 0,
1192
+ "max": 10
1193
+ },
1194
+ {
1195
+ "id": "naming",
1196
+ "name": "Naming & conventions",
1197
+ "score": 10,
1198
+ "max": 10
1199
+ }
1200
+ ],
1201
+ "evaluatedAt": "2026-04-20T07:45:13.154Z",
1202
+ "evaluatedVersion": "1.1.0"
1203
+ }
199
1204
  },
200
1205
  {
201
1206
  "name": "marketing-psychology",
@@ -207,7 +1212,58 @@
207
1212
  "allowedTools": [],
208
1213
  "installUrl": "github:coreyhaines31/marketingskills:skills/marketing-psychology",
209
1214
  "relPath": "skills/marketing-psychology",
210
- "verified": true
1215
+ "verified": true,
1216
+ "tokenCount": 5767,
1217
+ "evalSummary": {
1218
+ "overallScore": 69,
1219
+ "grade": "C",
1220
+ "categories": [
1221
+ {
1222
+ "id": "structure",
1223
+ "name": "Structure & completeness",
1224
+ "score": 8,
1225
+ "max": 10
1226
+ },
1227
+ {
1228
+ "id": "description",
1229
+ "name": "Description quality",
1230
+ "score": 3,
1231
+ "max": 10
1232
+ },
1233
+ {
1234
+ "id": "prompt-engineering",
1235
+ "name": "Prompt engineering",
1236
+ "score": 7,
1237
+ "max": 10
1238
+ },
1239
+ {
1240
+ "id": "context-efficiency",
1241
+ "name": "Context efficiency",
1242
+ "score": 8,
1243
+ "max": 10
1244
+ },
1245
+ {
1246
+ "id": "safety",
1247
+ "name": "Safety & guardrails",
1248
+ "score": 9,
1249
+ "max": 10
1250
+ },
1251
+ {
1252
+ "id": "testability",
1253
+ "name": "Testability",
1254
+ "score": 3,
1255
+ "max": 10
1256
+ },
1257
+ {
1258
+ "id": "naming",
1259
+ "name": "Naming & conventions",
1260
+ "score": 10,
1261
+ "max": 10
1262
+ }
1263
+ ],
1264
+ "evaluatedAt": "2026-04-20T07:45:13.156Z",
1265
+ "evaluatedVersion": "1.1.0"
1266
+ }
211
1267
  },
212
1268
  {
213
1269
  "name": "onboarding-cro",
@@ -219,7 +1275,58 @@
219
1275
  "allowedTools": [],
220
1276
  "installUrl": "github:coreyhaines31/marketingskills:skills/onboarding-cro",
221
1277
  "relPath": "skills/onboarding-cro",
222
- "verified": true
1278
+ "verified": true,
1279
+ "tokenCount": 1861,
1280
+ "evalSummary": {
1281
+ "overallScore": 66,
1282
+ "grade": "C",
1283
+ "categories": [
1284
+ {
1285
+ "id": "structure",
1286
+ "name": "Structure & completeness",
1287
+ "score": 8,
1288
+ "max": 10
1289
+ },
1290
+ {
1291
+ "id": "description",
1292
+ "name": "Description quality",
1293
+ "score": 3,
1294
+ "max": 10
1295
+ },
1296
+ {
1297
+ "id": "prompt-engineering",
1298
+ "name": "Prompt engineering",
1299
+ "score": 9,
1300
+ "max": 10
1301
+ },
1302
+ {
1303
+ "id": "context-efficiency",
1304
+ "name": "Context efficiency",
1305
+ "score": 9,
1306
+ "max": 10
1307
+ },
1308
+ {
1309
+ "id": "safety",
1310
+ "name": "Safety & guardrails",
1311
+ "score": 4,
1312
+ "max": 10
1313
+ },
1314
+ {
1315
+ "id": "testability",
1316
+ "name": "Testability",
1317
+ "score": 3,
1318
+ "max": 10
1319
+ },
1320
+ {
1321
+ "id": "naming",
1322
+ "name": "Naming & conventions",
1323
+ "score": 10,
1324
+ "max": 10
1325
+ }
1326
+ ],
1327
+ "evaluatedAt": "2026-04-20T07:45:13.156Z",
1328
+ "evaluatedVersion": "1.1.0"
1329
+ }
223
1330
  },
224
1331
  {
225
1332
  "name": "page-cro",
@@ -231,7 +1338,58 @@
231
1338
  "allowedTools": [],
232
1339
  "installUrl": "github:coreyhaines31/marketingskills:skills/page-cro",
233
1340
  "relPath": "skills/page-cro",
234
- "verified": true
1341
+ "verified": true,
1342
+ "tokenCount": 1666,
1343
+ "evalSummary": {
1344
+ "overallScore": 61,
1345
+ "grade": "D",
1346
+ "categories": [
1347
+ {
1348
+ "id": "structure",
1349
+ "name": "Structure & completeness",
1350
+ "score": 8,
1351
+ "max": 10
1352
+ },
1353
+ {
1354
+ "id": "description",
1355
+ "name": "Description quality",
1356
+ "score": 3,
1357
+ "max": 10
1358
+ },
1359
+ {
1360
+ "id": "prompt-engineering",
1361
+ "name": "Prompt engineering",
1362
+ "score": 6,
1363
+ "max": 10
1364
+ },
1365
+ {
1366
+ "id": "context-efficiency",
1367
+ "name": "Context efficiency",
1368
+ "score": 9,
1369
+ "max": 10
1370
+ },
1371
+ {
1372
+ "id": "safety",
1373
+ "name": "Safety & guardrails",
1374
+ "score": 4,
1375
+ "max": 10
1376
+ },
1377
+ {
1378
+ "id": "testability",
1379
+ "name": "Testability",
1380
+ "score": 3,
1381
+ "max": 10
1382
+ },
1383
+ {
1384
+ "id": "naming",
1385
+ "name": "Naming & conventions",
1386
+ "score": 10,
1387
+ "max": 10
1388
+ }
1389
+ ],
1390
+ "evaluatedAt": "2026-04-20T07:45:13.157Z",
1391
+ "evaluatedVersion": "1.1.0"
1392
+ }
235
1393
  },
236
1394
  {
237
1395
  "name": "paid-ads",
@@ -243,7 +1401,58 @@
243
1401
  "allowedTools": [],
244
1402
  "installUrl": "github:coreyhaines31/marketingskills:skills/paid-ads",
245
1403
  "relPath": "skills/paid-ads",
246
- "verified": true
1404
+ "verified": true,
1405
+ "tokenCount": 2743,
1406
+ "evalSummary": {
1407
+ "overallScore": 63,
1408
+ "grade": "D",
1409
+ "categories": [
1410
+ {
1411
+ "id": "structure",
1412
+ "name": "Structure & completeness",
1413
+ "score": 8,
1414
+ "max": 10
1415
+ },
1416
+ {
1417
+ "id": "description",
1418
+ "name": "Description quality",
1419
+ "score": 3,
1420
+ "max": 10
1421
+ },
1422
+ {
1423
+ "id": "prompt-engineering",
1424
+ "name": "Prompt engineering",
1425
+ "score": 7,
1426
+ "max": 10
1427
+ },
1428
+ {
1429
+ "id": "context-efficiency",
1430
+ "name": "Context efficiency",
1431
+ "score": 10,
1432
+ "max": 10
1433
+ },
1434
+ {
1435
+ "id": "safety",
1436
+ "name": "Safety & guardrails",
1437
+ "score": 3,
1438
+ "max": 10
1439
+ },
1440
+ {
1441
+ "id": "testability",
1442
+ "name": "Testability",
1443
+ "score": 3,
1444
+ "max": 10
1445
+ },
1446
+ {
1447
+ "id": "naming",
1448
+ "name": "Naming & conventions",
1449
+ "score": 10,
1450
+ "max": 10
1451
+ }
1452
+ ],
1453
+ "evaluatedAt": "2026-04-20T07:45:13.158Z",
1454
+ "evaluatedVersion": "1.1.0"
1455
+ }
247
1456
  },
248
1457
  {
249
1458
  "name": "paywall-upgrade-cro",
@@ -255,7 +1464,58 @@
255
1464
  "allowedTools": [],
256
1465
  "installUrl": "github:coreyhaines31/marketingskills:skills/paywall-upgrade-cro",
257
1466
  "relPath": "skills/paywall-upgrade-cro",
258
- "verified": true
1467
+ "verified": true,
1468
+ "tokenCount": 1642,
1469
+ "evalSummary": {
1470
+ "overallScore": 61,
1471
+ "grade": "D",
1472
+ "categories": [
1473
+ {
1474
+ "id": "structure",
1475
+ "name": "Structure & completeness",
1476
+ "score": 8,
1477
+ "max": 10
1478
+ },
1479
+ {
1480
+ "id": "description",
1481
+ "name": "Description quality",
1482
+ "score": 3,
1483
+ "max": 10
1484
+ },
1485
+ {
1486
+ "id": "prompt-engineering",
1487
+ "name": "Prompt engineering",
1488
+ "score": 6,
1489
+ "max": 10
1490
+ },
1491
+ {
1492
+ "id": "context-efficiency",
1493
+ "name": "Context efficiency",
1494
+ "score": 9,
1495
+ "max": 10
1496
+ },
1497
+ {
1498
+ "id": "safety",
1499
+ "name": "Safety & guardrails",
1500
+ "score": 4,
1501
+ "max": 10
1502
+ },
1503
+ {
1504
+ "id": "testability",
1505
+ "name": "Testability",
1506
+ "score": 3,
1507
+ "max": 10
1508
+ },
1509
+ {
1510
+ "id": "naming",
1511
+ "name": "Naming & conventions",
1512
+ "score": 10,
1513
+ "max": 10
1514
+ }
1515
+ ],
1516
+ "evaluatedAt": "2026-04-20T07:45:13.159Z",
1517
+ "evaluatedVersion": "1.1.0"
1518
+ }
259
1519
  },
260
1520
  {
261
1521
  "name": "popup-cro",
@@ -267,7 +1527,58 @@
267
1527
  "allowedTools": [],
268
1528
  "installUrl": "github:coreyhaines31/marketingskills:skills/popup-cro",
269
1529
  "relPath": "skills/popup-cro",
270
- "verified": true
1530
+ "verified": true,
1531
+ "tokenCount": 3269,
1532
+ "evalSummary": {
1533
+ "overallScore": 64,
1534
+ "grade": "D",
1535
+ "categories": [
1536
+ {
1537
+ "id": "structure",
1538
+ "name": "Structure & completeness",
1539
+ "score": 8,
1540
+ "max": 10
1541
+ },
1542
+ {
1543
+ "id": "description",
1544
+ "name": "Description quality",
1545
+ "score": 3,
1546
+ "max": 10
1547
+ },
1548
+ {
1549
+ "id": "prompt-engineering",
1550
+ "name": "Prompt engineering",
1551
+ "score": 7,
1552
+ "max": 10
1553
+ },
1554
+ {
1555
+ "id": "context-efficiency",
1556
+ "name": "Context efficiency",
1557
+ "score": 7,
1558
+ "max": 10
1559
+ },
1560
+ {
1561
+ "id": "safety",
1562
+ "name": "Safety & guardrails",
1563
+ "score": 7,
1564
+ "max": 10
1565
+ },
1566
+ {
1567
+ "id": "testability",
1568
+ "name": "Testability",
1569
+ "score": 3,
1570
+ "max": 10
1571
+ },
1572
+ {
1573
+ "id": "naming",
1574
+ "name": "Naming & conventions",
1575
+ "score": 10,
1576
+ "max": 10
1577
+ }
1578
+ ],
1579
+ "evaluatedAt": "2026-04-20T07:45:13.160Z",
1580
+ "evaluatedVersion": "1.1.0"
1581
+ }
271
1582
  },
272
1583
  {
273
1584
  "name": "pricing-strategy",
@@ -279,7 +1590,58 @@
279
1590
  "allowedTools": [],
280
1591
  "installUrl": "github:coreyhaines31/marketingskills:skills/pricing-strategy",
281
1592
  "relPath": "skills/pricing-strategy",
282
- "verified": true
1593
+ "verified": true,
1594
+ "tokenCount": 1979,
1595
+ "evalSummary": {
1596
+ "overallScore": 61,
1597
+ "grade": "D",
1598
+ "categories": [
1599
+ {
1600
+ "id": "structure",
1601
+ "name": "Structure & completeness",
1602
+ "score": 8,
1603
+ "max": 10
1604
+ },
1605
+ {
1606
+ "id": "description",
1607
+ "name": "Description quality",
1608
+ "score": 3,
1609
+ "max": 10
1610
+ },
1611
+ {
1612
+ "id": "prompt-engineering",
1613
+ "name": "Prompt engineering",
1614
+ "score": 7,
1615
+ "max": 10
1616
+ },
1617
+ {
1618
+ "id": "context-efficiency",
1619
+ "name": "Context efficiency",
1620
+ "score": 9,
1621
+ "max": 10
1622
+ },
1623
+ {
1624
+ "id": "safety",
1625
+ "name": "Safety & guardrails",
1626
+ "score": 3,
1627
+ "max": 10
1628
+ },
1629
+ {
1630
+ "id": "testability",
1631
+ "name": "Testability",
1632
+ "score": 3,
1633
+ "max": 10
1634
+ },
1635
+ {
1636
+ "id": "naming",
1637
+ "name": "Naming & conventions",
1638
+ "score": 10,
1639
+ "max": 10
1640
+ }
1641
+ ],
1642
+ "evaluatedAt": "2026-04-20T07:45:13.161Z",
1643
+ "evaluatedVersion": "1.1.0"
1644
+ }
283
1645
  },
284
1646
  {
285
1647
  "name": "product-marketing-context",
@@ -291,7 +1653,58 @@
291
1653
  "allowedTools": [],
292
1654
  "installUrl": "github:coreyhaines31/marketingskills:skills/product-marketing-context",
293
1655
  "relPath": "skills/product-marketing-context",
294
- "verified": true
1656
+ "verified": true,
1657
+ "tokenCount": 2009,
1658
+ "evalSummary": {
1659
+ "overallScore": 64,
1660
+ "grade": "D",
1661
+ "categories": [
1662
+ {
1663
+ "id": "structure",
1664
+ "name": "Structure & completeness",
1665
+ "score": 8,
1666
+ "max": 10
1667
+ },
1668
+ {
1669
+ "id": "description",
1670
+ "name": "Description quality",
1671
+ "score": 3,
1672
+ "max": 10
1673
+ },
1674
+ {
1675
+ "id": "prompt-engineering",
1676
+ "name": "Prompt engineering",
1677
+ "score": 10,
1678
+ "max": 10
1679
+ },
1680
+ {
1681
+ "id": "context-efficiency",
1682
+ "name": "Context efficiency",
1683
+ "score": 7,
1684
+ "max": 10
1685
+ },
1686
+ {
1687
+ "id": "safety",
1688
+ "name": "Safety & guardrails",
1689
+ "score": 4,
1690
+ "max": 10
1691
+ },
1692
+ {
1693
+ "id": "testability",
1694
+ "name": "Testability",
1695
+ "score": 3,
1696
+ "max": 10
1697
+ },
1698
+ {
1699
+ "id": "naming",
1700
+ "name": "Naming & conventions",
1701
+ "score": 10,
1702
+ "max": 10
1703
+ }
1704
+ ],
1705
+ "evaluatedAt": "2026-04-20T07:45:13.161Z",
1706
+ "evaluatedVersion": "1.1.0"
1707
+ }
295
1708
  },
296
1709
  {
297
1710
  "name": "programmatic-seo",
@@ -303,7 +1716,58 @@
303
1716
  "allowedTools": [],
304
1717
  "installUrl": "github:coreyhaines31/marketingskills:skills/programmatic-seo",
305
1718
  "relPath": "skills/programmatic-seo",
306
- "verified": true
1719
+ "verified": true,
1720
+ "tokenCount": 1983,
1721
+ "evalSummary": {
1722
+ "overallScore": 67,
1723
+ "grade": "C",
1724
+ "categories": [
1725
+ {
1726
+ "id": "structure",
1727
+ "name": "Structure & completeness",
1728
+ "score": 8,
1729
+ "max": 10
1730
+ },
1731
+ {
1732
+ "id": "description",
1733
+ "name": "Description quality",
1734
+ "score": 3,
1735
+ "max": 10
1736
+ },
1737
+ {
1738
+ "id": "prompt-engineering",
1739
+ "name": "Prompt engineering",
1740
+ "score": 7,
1741
+ "max": 10
1742
+ },
1743
+ {
1744
+ "id": "context-efficiency",
1745
+ "name": "Context efficiency",
1746
+ "score": 10,
1747
+ "max": 10
1748
+ },
1749
+ {
1750
+ "id": "safety",
1751
+ "name": "Safety & guardrails",
1752
+ "score": 9,
1753
+ "max": 10
1754
+ },
1755
+ {
1756
+ "id": "testability",
1757
+ "name": "Testability",
1758
+ "score": 0,
1759
+ "max": 10
1760
+ },
1761
+ {
1762
+ "id": "naming",
1763
+ "name": "Naming & conventions",
1764
+ "score": 10,
1765
+ "max": 10
1766
+ }
1767
+ ],
1768
+ "evaluatedAt": "2026-04-20T07:45:13.162Z",
1769
+ "evaluatedVersion": "1.1.0"
1770
+ }
307
1771
  },
308
1772
  {
309
1773
  "name": "referral-program",
@@ -315,7 +1779,58 @@
315
1779
  "allowedTools": [],
316
1780
  "installUrl": "github:coreyhaines31/marketingskills:skills/referral-program",
317
1781
  "relPath": "skills/referral-program",
318
- "verified": true
1782
+ "verified": true,
1783
+ "tokenCount": 1955,
1784
+ "evalSummary": {
1785
+ "overallScore": 64,
1786
+ "grade": "D",
1787
+ "categories": [
1788
+ {
1789
+ "id": "structure",
1790
+ "name": "Structure & completeness",
1791
+ "score": 8,
1792
+ "max": 10
1793
+ },
1794
+ {
1795
+ "id": "description",
1796
+ "name": "Description quality",
1797
+ "score": 3,
1798
+ "max": 10
1799
+ },
1800
+ {
1801
+ "id": "prompt-engineering",
1802
+ "name": "Prompt engineering",
1803
+ "score": 6,
1804
+ "max": 10
1805
+ },
1806
+ {
1807
+ "id": "context-efficiency",
1808
+ "name": "Context efficiency",
1809
+ "score": 10,
1810
+ "max": 10
1811
+ },
1812
+ {
1813
+ "id": "safety",
1814
+ "name": "Safety & guardrails",
1815
+ "score": 3,
1816
+ "max": 10
1817
+ },
1818
+ {
1819
+ "id": "testability",
1820
+ "name": "Testability",
1821
+ "score": 5,
1822
+ "max": 10
1823
+ },
1824
+ {
1825
+ "id": "naming",
1826
+ "name": "Naming & conventions",
1827
+ "score": 10,
1828
+ "max": 10
1829
+ }
1830
+ ],
1831
+ "evaluatedAt": "2026-04-20T07:45:13.163Z",
1832
+ "evaluatedVersion": "1.1.0"
1833
+ }
319
1834
  },
320
1835
  {
321
1836
  "name": "revops",
@@ -327,7 +1842,58 @@
327
1842
  "allowedTools": [],
328
1843
  "installUrl": "github:coreyhaines31/marketingskills:skills/revops",
329
1844
  "relPath": "skills/revops",
330
- "verified": true
1845
+ "verified": true,
1846
+ "tokenCount": 4232,
1847
+ "evalSummary": {
1848
+ "overallScore": 77,
1849
+ "grade": "C",
1850
+ "categories": [
1851
+ {
1852
+ "id": "structure",
1853
+ "name": "Structure & completeness",
1854
+ "score": 8,
1855
+ "max": 10
1856
+ },
1857
+ {
1858
+ "id": "description",
1859
+ "name": "Description quality",
1860
+ "score": 3,
1861
+ "max": 10
1862
+ },
1863
+ {
1864
+ "id": "prompt-engineering",
1865
+ "name": "Prompt engineering",
1866
+ "score": 9,
1867
+ "max": 10
1868
+ },
1869
+ {
1870
+ "id": "context-efficiency",
1871
+ "name": "Context efficiency",
1872
+ "score": 8,
1873
+ "max": 10
1874
+ },
1875
+ {
1876
+ "id": "safety",
1877
+ "name": "Safety & guardrails",
1878
+ "score": 9,
1879
+ "max": 10
1880
+ },
1881
+ {
1882
+ "id": "testability",
1883
+ "name": "Testability",
1884
+ "score": 7,
1885
+ "max": 10
1886
+ },
1887
+ {
1888
+ "id": "naming",
1889
+ "name": "Naming & conventions",
1890
+ "score": 10,
1891
+ "max": 10
1892
+ }
1893
+ ],
1894
+ "evaluatedAt": "2026-04-20T07:45:13.164Z",
1895
+ "evaluatedVersion": "1.1.0"
1896
+ }
331
1897
  },
332
1898
  {
333
1899
  "name": "sales-enablement",
@@ -339,7 +1905,58 @@
339
1905
  "allowedTools": [],
340
1906
  "installUrl": "github:coreyhaines31/marketingskills:skills/sales-enablement",
341
1907
  "relPath": "skills/sales-enablement",
342
- "verified": true
1908
+ "verified": true,
1909
+ "tokenCount": 4310,
1910
+ "evalSummary": {
1911
+ "overallScore": 69,
1912
+ "grade": "C",
1913
+ "categories": [
1914
+ {
1915
+ "id": "structure",
1916
+ "name": "Structure & completeness",
1917
+ "score": 8,
1918
+ "max": 10
1919
+ },
1920
+ {
1921
+ "id": "description",
1922
+ "name": "Description quality",
1923
+ "score": 3,
1924
+ "max": 10
1925
+ },
1926
+ {
1927
+ "id": "prompt-engineering",
1928
+ "name": "Prompt engineering",
1929
+ "score": 8,
1930
+ "max": 10
1931
+ },
1932
+ {
1933
+ "id": "context-efficiency",
1934
+ "name": "Context efficiency",
1935
+ "score": 8,
1936
+ "max": 10
1937
+ },
1938
+ {
1939
+ "id": "safety",
1940
+ "name": "Safety & guardrails",
1941
+ "score": 10,
1942
+ "max": 10
1943
+ },
1944
+ {
1945
+ "id": "testability",
1946
+ "name": "Testability",
1947
+ "score": 1,
1948
+ "max": 10
1949
+ },
1950
+ {
1951
+ "id": "naming",
1952
+ "name": "Naming & conventions",
1953
+ "score": 10,
1954
+ "max": 10
1955
+ }
1956
+ ],
1957
+ "evaluatedAt": "2026-04-20T07:45:13.165Z",
1958
+ "evaluatedVersion": "1.1.0"
1959
+ }
343
1960
  },
344
1961
  {
345
1962
  "name": "schema-markup",
@@ -351,7 +1968,58 @@
351
1968
  "allowedTools": [],
352
1969
  "installUrl": "github:coreyhaines31/marketingskills:skills/schema-markup",
353
1970
  "relPath": "skills/schema-markup",
354
- "verified": true
1971
+ "verified": true,
1972
+ "tokenCount": 1418,
1973
+ "evalSummary": {
1974
+ "overallScore": 69,
1975
+ "grade": "C",
1976
+ "categories": [
1977
+ {
1978
+ "id": "structure",
1979
+ "name": "Structure & completeness",
1980
+ "score": 8,
1981
+ "max": 10
1982
+ },
1983
+ {
1984
+ "id": "description",
1985
+ "name": "Description quality",
1986
+ "score": 3,
1987
+ "max": 10
1988
+ },
1989
+ {
1990
+ "id": "prompt-engineering",
1991
+ "name": "Prompt engineering",
1992
+ "score": 6,
1993
+ "max": 10
1994
+ },
1995
+ {
1996
+ "id": "context-efficiency",
1997
+ "name": "Context efficiency",
1998
+ "score": 9,
1999
+ "max": 10
2000
+ },
2001
+ {
2002
+ "id": "safety",
2003
+ "name": "Safety & guardrails",
2004
+ "score": 9,
2005
+ "max": 10
2006
+ },
2007
+ {
2008
+ "id": "testability",
2009
+ "name": "Testability",
2010
+ "score": 3,
2011
+ "max": 10
2012
+ },
2013
+ {
2014
+ "id": "naming",
2015
+ "name": "Naming & conventions",
2016
+ "score": 10,
2017
+ "max": 10
2018
+ }
2019
+ ],
2020
+ "evaluatedAt": "2026-04-20T07:45:13.166Z",
2021
+ "evaluatedVersion": "1.1.0"
2022
+ }
355
2023
  },
356
2024
  {
357
2025
  "name": "seo-audit",
@@ -363,7 +2031,58 @@
363
2031
  "allowedTools": [],
364
2032
  "installUrl": "github:coreyhaines31/marketingskills:skills/seo-audit",
365
2033
  "relPath": "skills/seo-audit",
366
- "verified": true
2034
+ "verified": true,
2035
+ "tokenCount": 2895,
2036
+ "evalSummary": {
2037
+ "overallScore": 66,
2038
+ "grade": "C",
2039
+ "categories": [
2040
+ {
2041
+ "id": "structure",
2042
+ "name": "Structure & completeness",
2043
+ "score": 8,
2044
+ "max": 10
2045
+ },
2046
+ {
2047
+ "id": "description",
2048
+ "name": "Description quality",
2049
+ "score": 3,
2050
+ "max": 10
2051
+ },
2052
+ {
2053
+ "id": "prompt-engineering",
2054
+ "name": "Prompt engineering",
2055
+ "score": 6,
2056
+ "max": 10
2057
+ },
2058
+ {
2059
+ "id": "context-efficiency",
2060
+ "name": "Context efficiency",
2061
+ "score": 10,
2062
+ "max": 10
2063
+ },
2064
+ {
2065
+ "id": "safety",
2066
+ "name": "Safety & guardrails",
2067
+ "score": 4,
2068
+ "max": 10
2069
+ },
2070
+ {
2071
+ "id": "testability",
2072
+ "name": "Testability",
2073
+ "score": 5,
2074
+ "max": 10
2075
+ },
2076
+ {
2077
+ "id": "naming",
2078
+ "name": "Naming & conventions",
2079
+ "score": 10,
2080
+ "max": 10
2081
+ }
2082
+ ],
2083
+ "evaluatedAt": "2026-04-20T07:45:13.166Z",
2084
+ "evaluatedVersion": "1.1.0"
2085
+ }
367
2086
  },
368
2087
  {
369
2088
  "name": "signup-flow-cro",
@@ -375,7 +2094,58 @@
375
2094
  "allowedTools": [],
376
2095
  "installUrl": "github:coreyhaines31/marketingskills:skills/signup-flow-cro",
377
2096
  "relPath": "skills/signup-flow-cro",
378
- "verified": true
2097
+ "verified": true,
2098
+ "tokenCount": 2968,
2099
+ "evalSummary": {
2100
+ "overallScore": 69,
2101
+ "grade": "C",
2102
+ "categories": [
2103
+ {
2104
+ "id": "structure",
2105
+ "name": "Structure & completeness",
2106
+ "score": 8,
2107
+ "max": 10
2108
+ },
2109
+ {
2110
+ "id": "description",
2111
+ "name": "Description quality",
2112
+ "score": 3,
2113
+ "max": 10
2114
+ },
2115
+ {
2116
+ "id": "prompt-engineering",
2117
+ "name": "Prompt engineering",
2118
+ "score": 8,
2119
+ "max": 10
2120
+ },
2121
+ {
2122
+ "id": "context-efficiency",
2123
+ "name": "Context efficiency",
2124
+ "score": 7,
2125
+ "max": 10
2126
+ },
2127
+ {
2128
+ "id": "safety",
2129
+ "name": "Safety & guardrails",
2130
+ "score": 7,
2131
+ "max": 10
2132
+ },
2133
+ {
2134
+ "id": "testability",
2135
+ "name": "Testability",
2136
+ "score": 5,
2137
+ "max": 10
2138
+ },
2139
+ {
2140
+ "id": "naming",
2141
+ "name": "Naming & conventions",
2142
+ "score": 10,
2143
+ "max": 10
2144
+ }
2145
+ ],
2146
+ "evaluatedAt": "2026-04-20T07:45:13.167Z",
2147
+ "evaluatedVersion": "1.1.0"
2148
+ }
379
2149
  },
380
2150
  {
381
2151
  "name": "site-architecture",
@@ -387,19 +2157,121 @@
387
2157
  "allowedTools": [],
388
2158
  "installUrl": "github:coreyhaines31/marketingskills:skills/site-architecture",
389
2159
  "relPath": "skills/site-architecture",
390
- "verified": true
2160
+ "verified": true,
2161
+ "tokenCount": 3876,
2162
+ "evalSummary": {
2163
+ "overallScore": 60,
2164
+ "grade": "D",
2165
+ "categories": [
2166
+ {
2167
+ "id": "structure",
2168
+ "name": "Structure & completeness",
2169
+ "score": 8,
2170
+ "max": 10
2171
+ },
2172
+ {
2173
+ "id": "description",
2174
+ "name": "Description quality",
2175
+ "score": 3,
2176
+ "max": 10
2177
+ },
2178
+ {
2179
+ "id": "prompt-engineering",
2180
+ "name": "Prompt engineering",
2181
+ "score": 10,
2182
+ "max": 10
2183
+ },
2184
+ {
2185
+ "id": "context-efficiency",
2186
+ "name": "Context efficiency",
2187
+ "score": 7,
2188
+ "max": 10
2189
+ },
2190
+ {
2191
+ "id": "safety",
2192
+ "name": "Safety & guardrails",
2193
+ "score": 3,
2194
+ "max": 10
2195
+ },
2196
+ {
2197
+ "id": "testability",
2198
+ "name": "Testability",
2199
+ "score": 1,
2200
+ "max": 10
2201
+ },
2202
+ {
2203
+ "id": "naming",
2204
+ "name": "Naming & conventions",
2205
+ "score": 10,
2206
+ "max": 10
2207
+ }
2208
+ ],
2209
+ "evaluatedAt": "2026-04-20T07:45:13.169Z",
2210
+ "evaluatedVersion": "1.1.0"
2211
+ }
391
2212
  },
392
2213
  {
393
2214
  "name": "social-content",
394
2215
  "description": "When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' or 'grow my following.' Use this for any social media content creation, repurposing, or scheduling task. For broader content strategy, see content-strategy.",
395
- "version": "1.1.0",
2216
+ "version": "1.2.0",
396
2217
  "license": "",
397
2218
  "creator": "",
398
2219
  "compatibility": "",
399
2220
  "allowedTools": [],
400
2221
  "installUrl": "github:coreyhaines31/marketingskills:skills/social-content",
401
2222
  "relPath": "skills/social-content",
402
- "verified": true
2223
+ "verified": true,
2224
+ "tokenCount": 3234,
2225
+ "evalSummary": {
2226
+ "overallScore": 60,
2227
+ "grade": "D",
2228
+ "categories": [
2229
+ {
2230
+ "id": "structure",
2231
+ "name": "Structure & completeness",
2232
+ "score": 8,
2233
+ "max": 10
2234
+ },
2235
+ {
2236
+ "id": "description",
2237
+ "name": "Description quality",
2238
+ "score": 3,
2239
+ "max": 10
2240
+ },
2241
+ {
2242
+ "id": "prompt-engineering",
2243
+ "name": "Prompt engineering",
2244
+ "score": 7,
2245
+ "max": 10
2246
+ },
2247
+ {
2248
+ "id": "context-efficiency",
2249
+ "name": "Context efficiency",
2250
+ "score": 7,
2251
+ "max": 10
2252
+ },
2253
+ {
2254
+ "id": "safety",
2255
+ "name": "Safety & guardrails",
2256
+ "score": 4,
2257
+ "max": 10
2258
+ },
2259
+ {
2260
+ "id": "testability",
2261
+ "name": "Testability",
2262
+ "score": 3,
2263
+ "max": 10
2264
+ },
2265
+ {
2266
+ "id": "naming",
2267
+ "name": "Naming & conventions",
2268
+ "score": 10,
2269
+ "max": 10
2270
+ }
2271
+ ],
2272
+ "evaluatedAt": "2026-04-20T07:45:13.170Z",
2273
+ "evaluatedVersion": "1.2.0"
2274
+ }
403
2275
  }
404
2276
  ]
405
2277
  }