agent-skill-manager 2.5.0 → 2.6.1
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/README.md +1 -1
- package/data/skill-index/Affitor_affiliate-skills.json +4089 -167
- package/data/skill-index/Eronred_aso-skills.json +2251 -31
- package/data/skill-index/GPTomics_bioSkills.json +33126 -640
- package/data/skill-index/Galaxy-Dawn_claude-scholar.json +3084 -765
- package/data/skill-index/Imbad0202_academic-research-skills.json +315 -19
- package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +10060 -144
- package/data/skill-index/Leonxlnx_taste-skill.json +1150 -10
- package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +76 -2
- package/data/skill-index/MiniMax-AI_skills.json +1730 -28
- package/data/skill-index/Paramchoudhary_ResumeSkills.json +10421 -0
- package/data/skill-index/affaan-m_everything-claude-code.json +35901 -2483
- package/data/skill-index/alirezarezvani_claude-skills.json +40310 -1896
- package/data/skill-index/anthropics_skills.json +1352 -20
- package/data/skill-index/antonbabenko_terraform-skill.json +15 -15
- package/data/skill-index/bytedance_deer-flow.json +1657 -29
- package/data/skill-index/coreyhaines31_marketingskills.json +3266 -54
- package/data/skill-index/github_awesome-copilot.json +36002 -902
- package/data/skill-index/google_skills.json +119 -119
- package/data/skill-index/heygen-com_hyperframes.json +1346 -17
- package/data/skill-index/himself65_finance-skills.json +1866 -38
- package/data/skill-index/kemiljk_fluid-design.json +76 -2
- package/data/skill-index/kepano_obsidian-skills.json +376 -6
- package/data/skill-index/luongnv89_skills.json +2425 -857
- package/data/skill-index/mattpocock_skills.json +1809 -118
- package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +538 -20
- package/data/skill-index/obra_superpowers.json +1051 -15
- package/data/skill-index/sickn33_antigravity-awesome-skills.json +346070 -13548
- package/data/skill-index/slavingia_skills.json +751 -11
- package/data/skill-index-resources.json +10 -1
- package/dist/agent-skill-manager.js +213 -213
- package/dist/{chunk-QY4LTOTR.js → chunk-JCZ5QZVC.js} +1 -1
- package/dist/{src-YK2KIAU7.js → src-WHMVOOPJ.js} +1 -1
- package/package.json +1 -1
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
"repoUrl": "https://github.com/luongnv89/skills.git",
|
|
3
3
|
"owner": "luongnv89",
|
|
4
4
|
"repo": "skills",
|
|
5
|
-
"updatedAt": "2026-04-
|
|
6
|
-
"skillCount":
|
|
5
|
+
"updatedAt": "2026-04-30T23:05:13.127Z",
|
|
6
|
+
"skillCount": 28,
|
|
7
7
|
"skills": [
|
|
8
8
|
{
|
|
9
9
|
"name": "agent-config",
|
|
10
|
-
"description": "Create or update CLAUDE.md and AGENTS.md files following official best practices. Use when asked to create,
|
|
11
|
-
"version": "1.
|
|
10
|
+
"description": "Create or update CLAUDE.md and AGENTS.md files following official best practices. Use when asked to create, audit, or improve agent config files (CLAUDE.md, AGENTS.md). Don't use for README/contributor docs or non-Claude IDE plugins.",
|
|
11
|
+
"version": "1.3.0",
|
|
12
12
|
"license": "MIT",
|
|
13
|
-
"creator": "
|
|
13
|
+
"creator": "",
|
|
14
14
|
"compatibility": "",
|
|
15
15
|
"allowedTools": [],
|
|
16
16
|
"installUrl": "github:luongnv89/skills:skills/agent-config",
|
|
17
17
|
"relPath": "skills/agent-config",
|
|
18
18
|
"verified": true,
|
|
19
|
-
"tokenCount":
|
|
19
|
+
"tokenCount": 2546,
|
|
20
20
|
"evalSummary": {
|
|
21
|
-
"overallScore":
|
|
22
|
-
"grade": "
|
|
21
|
+
"overallScore": 100,
|
|
22
|
+
"grade": "A",
|
|
23
23
|
"categories": [
|
|
24
24
|
{
|
|
25
25
|
"id": "structure",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
{
|
|
43
43
|
"id": "context-efficiency",
|
|
44
44
|
"name": "Context efficiency",
|
|
45
|
-
"score":
|
|
45
|
+
"score": 10,
|
|
46
46
|
"max": 10
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"id": "safety",
|
|
50
50
|
"name": "Safety & guardrails",
|
|
51
|
-
"score":
|
|
51
|
+
"score": 10,
|
|
52
52
|
"max": 10
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"id": "testability",
|
|
56
56
|
"name": "Testability",
|
|
57
|
-
"score":
|
|
57
|
+
"score": 10,
|
|
58
58
|
"max": 10
|
|
59
59
|
},
|
|
60
60
|
{
|
|
@@ -64,30 +64,104 @@
|
|
|
64
64
|
"max": 10
|
|
65
65
|
}
|
|
66
66
|
],
|
|
67
|
-
"evaluatedAt": "2026-04-
|
|
68
|
-
"evaluatedVersion": "1.
|
|
67
|
+
"evaluatedAt": "2026-04-30T23:05:13.080Z",
|
|
68
|
+
"evaluatedVersion": "1.3.0"
|
|
69
|
+
},
|
|
70
|
+
"evalSummaries": {
|
|
71
|
+
"quality": {
|
|
72
|
+
"providerId": "quality",
|
|
73
|
+
"providerVersion": "1.0.0",
|
|
74
|
+
"schemaVersion": 1,
|
|
75
|
+
"passed": true,
|
|
76
|
+
"overallScore": 100,
|
|
77
|
+
"grade": "A",
|
|
78
|
+
"categories": [
|
|
79
|
+
{
|
|
80
|
+
"id": "structure",
|
|
81
|
+
"name": "Structure & completeness",
|
|
82
|
+
"score": 10,
|
|
83
|
+
"max": 10
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "description",
|
|
87
|
+
"name": "Description quality",
|
|
88
|
+
"score": 10,
|
|
89
|
+
"max": 10
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "prompt-engineering",
|
|
93
|
+
"name": "Prompt engineering",
|
|
94
|
+
"score": 10,
|
|
95
|
+
"max": 10
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "context-efficiency",
|
|
99
|
+
"name": "Context efficiency",
|
|
100
|
+
"score": 10,
|
|
101
|
+
"max": 10
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "safety",
|
|
105
|
+
"name": "Safety & guardrails",
|
|
106
|
+
"score": 10,
|
|
107
|
+
"max": 10
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "testability",
|
|
111
|
+
"name": "Testability",
|
|
112
|
+
"score": 10,
|
|
113
|
+
"max": 10
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "naming",
|
|
117
|
+
"name": "Naming & conventions",
|
|
118
|
+
"score": 10,
|
|
119
|
+
"max": 10
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"evaluatedAt": "2026-04-30T23:05:13.080Z",
|
|
123
|
+
"evaluatedVersion": "1.3.0"
|
|
124
|
+
},
|
|
125
|
+
"skill-best-practice": {
|
|
126
|
+
"providerId": "skill-best-practice",
|
|
127
|
+
"providerVersion": "1.1.0",
|
|
128
|
+
"schemaVersion": 1,
|
|
129
|
+
"passed": true,
|
|
130
|
+
"overallScore": 100,
|
|
131
|
+
"grade": "A",
|
|
132
|
+
"categories": [
|
|
133
|
+
{
|
|
134
|
+
"id": "validation",
|
|
135
|
+
"name": "Deterministic validation",
|
|
136
|
+
"score": 14,
|
|
137
|
+
"max": 14
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"evaluatedAt": "2026-04-30T23:05:13.080Z",
|
|
141
|
+
"evaluatedVersion": "1.3.0"
|
|
142
|
+
}
|
|
69
143
|
}
|
|
70
144
|
},
|
|
71
145
|
{
|
|
72
146
|
"name": "appstore-review-checker",
|
|
73
|
-
"description": "Audit iOS/macOS app projects against Apple App Store Review Guidelines to catch rejection risks before submission, with per-guideline PASS/FAIL/WARNING verdicts and fix suggestions.",
|
|
74
|
-
"version": "1.
|
|
75
|
-
"license": "",
|
|
147
|
+
"description": "Audit iOS/macOS app projects against Apple App Store Review Guidelines to catch rejection risks before submission, with per-guideline PASS/FAIL/WARNING verdicts and fix suggestions. Don't use for Google Play/Android submissions, general code review, or post-rejection appeal drafting.",
|
|
148
|
+
"version": "1.2.0",
|
|
149
|
+
"license": "MIT",
|
|
76
150
|
"creator": "",
|
|
77
151
|
"compatibility": "",
|
|
78
152
|
"allowedTools": [],
|
|
79
153
|
"installUrl": "github:luongnv89/skills:skills/appstore-review-checker",
|
|
80
154
|
"relPath": "skills/appstore-review-checker",
|
|
81
155
|
"verified": true,
|
|
82
|
-
"tokenCount":
|
|
156
|
+
"tokenCount": 2228,
|
|
83
157
|
"evalSummary": {
|
|
84
|
-
"overallScore":
|
|
158
|
+
"overallScore": 97,
|
|
85
159
|
"grade": "A",
|
|
86
160
|
"categories": [
|
|
87
161
|
{
|
|
88
162
|
"id": "structure",
|
|
89
163
|
"name": "Structure & completeness",
|
|
90
|
-
"score":
|
|
164
|
+
"score": 10,
|
|
91
165
|
"max": 10
|
|
92
166
|
},
|
|
93
167
|
{
|
|
@@ -105,7 +179,7 @@
|
|
|
105
179
|
{
|
|
106
180
|
"id": "context-efficiency",
|
|
107
181
|
"name": "Context efficiency",
|
|
108
|
-
"score":
|
|
182
|
+
"score": 9,
|
|
109
183
|
"max": 10
|
|
110
184
|
},
|
|
111
185
|
{
|
|
@@ -127,25 +201,99 @@
|
|
|
127
201
|
"max": 10
|
|
128
202
|
}
|
|
129
203
|
],
|
|
130
|
-
"evaluatedAt": "2026-04-
|
|
131
|
-
"evaluatedVersion": "1.
|
|
204
|
+
"evaluatedAt": "2026-04-30T23:05:13.082Z",
|
|
205
|
+
"evaluatedVersion": "1.2.0"
|
|
206
|
+
},
|
|
207
|
+
"evalSummaries": {
|
|
208
|
+
"quality": {
|
|
209
|
+
"providerId": "quality",
|
|
210
|
+
"providerVersion": "1.0.0",
|
|
211
|
+
"schemaVersion": 1,
|
|
212
|
+
"passed": true,
|
|
213
|
+
"overallScore": 97,
|
|
214
|
+
"grade": "A",
|
|
215
|
+
"categories": [
|
|
216
|
+
{
|
|
217
|
+
"id": "structure",
|
|
218
|
+
"name": "Structure & completeness",
|
|
219
|
+
"score": 10,
|
|
220
|
+
"max": 10
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "description",
|
|
224
|
+
"name": "Description quality",
|
|
225
|
+
"score": 10,
|
|
226
|
+
"max": 10
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "prompt-engineering",
|
|
230
|
+
"name": "Prompt engineering",
|
|
231
|
+
"score": 9,
|
|
232
|
+
"max": 10
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "context-efficiency",
|
|
236
|
+
"name": "Context efficiency",
|
|
237
|
+
"score": 9,
|
|
238
|
+
"max": 10
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "safety",
|
|
242
|
+
"name": "Safety & guardrails",
|
|
243
|
+
"score": 10,
|
|
244
|
+
"max": 10
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"id": "testability",
|
|
248
|
+
"name": "Testability",
|
|
249
|
+
"score": 10,
|
|
250
|
+
"max": 10
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": "naming",
|
|
254
|
+
"name": "Naming & conventions",
|
|
255
|
+
"score": 10,
|
|
256
|
+
"max": 10
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"evaluatedAt": "2026-04-30T23:05:13.082Z",
|
|
260
|
+
"evaluatedVersion": "1.2.0"
|
|
261
|
+
},
|
|
262
|
+
"skill-best-practice": {
|
|
263
|
+
"providerId": "skill-best-practice",
|
|
264
|
+
"providerVersion": "1.1.0",
|
|
265
|
+
"schemaVersion": 1,
|
|
266
|
+
"passed": true,
|
|
267
|
+
"overallScore": 93,
|
|
268
|
+
"grade": "A",
|
|
269
|
+
"categories": [
|
|
270
|
+
{
|
|
271
|
+
"id": "validation",
|
|
272
|
+
"name": "Deterministic validation",
|
|
273
|
+
"score": 13,
|
|
274
|
+
"max": 14
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"evaluatedAt": "2026-04-30T23:05:13.082Z",
|
|
278
|
+
"evaluatedVersion": "1.2.0"
|
|
279
|
+
}
|
|
132
280
|
}
|
|
133
281
|
},
|
|
134
282
|
{
|
|
135
283
|
"name": "aso-marketing",
|
|
136
|
-
"description": "Optimize App Store and Google Play listings with keyword strategy, metadata, and localization. Use when asked to improve app store visibility
|
|
137
|
-
"version": "1.
|
|
284
|
+
"description": "Optimize App Store and Google Play listings with keyword strategy, metadata, and localization. Use when asked to improve app store visibility or ASO. Don't use for web SEO, paid UA campaigns, or pre-submission compliance audits.",
|
|
285
|
+
"version": "1.2.0",
|
|
138
286
|
"license": "MIT",
|
|
139
|
-
"creator": "
|
|
287
|
+
"creator": "",
|
|
140
288
|
"compatibility": "",
|
|
141
289
|
"allowedTools": [],
|
|
142
290
|
"installUrl": "github:luongnv89/skills:skills/aso-marketing",
|
|
143
291
|
"relPath": "skills/aso-marketing",
|
|
144
292
|
"verified": true,
|
|
145
|
-
"tokenCount":
|
|
293
|
+
"tokenCount": 2223,
|
|
146
294
|
"evalSummary": {
|
|
147
|
-
"overallScore":
|
|
148
|
-
"grade": "
|
|
295
|
+
"overallScore": 99,
|
|
296
|
+
"grade": "A",
|
|
149
297
|
"categories": [
|
|
150
298
|
{
|
|
151
299
|
"id": "structure",
|
|
@@ -162,19 +310,19 @@
|
|
|
162
310
|
{
|
|
163
311
|
"id": "prompt-engineering",
|
|
164
312
|
"name": "Prompt engineering",
|
|
165
|
-
"score":
|
|
313
|
+
"score": 10,
|
|
166
314
|
"max": 10
|
|
167
315
|
},
|
|
168
316
|
{
|
|
169
317
|
"id": "context-efficiency",
|
|
170
318
|
"name": "Context efficiency",
|
|
171
|
-
"score":
|
|
319
|
+
"score": 9,
|
|
172
320
|
"max": 10
|
|
173
321
|
},
|
|
174
322
|
{
|
|
175
323
|
"id": "safety",
|
|
176
324
|
"name": "Safety & guardrails",
|
|
177
|
-
"score":
|
|
325
|
+
"score": 10,
|
|
178
326
|
"max": 10
|
|
179
327
|
},
|
|
180
328
|
{
|
|
@@ -190,25 +338,99 @@
|
|
|
190
338
|
"max": 10
|
|
191
339
|
}
|
|
192
340
|
],
|
|
193
|
-
"evaluatedAt": "2026-04-
|
|
194
|
-
"evaluatedVersion": "1.
|
|
341
|
+
"evaluatedAt": "2026-04-30T23:05:13.083Z",
|
|
342
|
+
"evaluatedVersion": "1.2.0"
|
|
343
|
+
},
|
|
344
|
+
"evalSummaries": {
|
|
345
|
+
"quality": {
|
|
346
|
+
"providerId": "quality",
|
|
347
|
+
"providerVersion": "1.0.0",
|
|
348
|
+
"schemaVersion": 1,
|
|
349
|
+
"passed": true,
|
|
350
|
+
"overallScore": 99,
|
|
351
|
+
"grade": "A",
|
|
352
|
+
"categories": [
|
|
353
|
+
{
|
|
354
|
+
"id": "structure",
|
|
355
|
+
"name": "Structure & completeness",
|
|
356
|
+
"score": 10,
|
|
357
|
+
"max": 10
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "description",
|
|
361
|
+
"name": "Description quality",
|
|
362
|
+
"score": 10,
|
|
363
|
+
"max": 10
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "prompt-engineering",
|
|
367
|
+
"name": "Prompt engineering",
|
|
368
|
+
"score": 10,
|
|
369
|
+
"max": 10
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "context-efficiency",
|
|
373
|
+
"name": "Context efficiency",
|
|
374
|
+
"score": 9,
|
|
375
|
+
"max": 10
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "safety",
|
|
379
|
+
"name": "Safety & guardrails",
|
|
380
|
+
"score": 10,
|
|
381
|
+
"max": 10
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"id": "testability",
|
|
385
|
+
"name": "Testability",
|
|
386
|
+
"score": 10,
|
|
387
|
+
"max": 10
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "naming",
|
|
391
|
+
"name": "Naming & conventions",
|
|
392
|
+
"score": 10,
|
|
393
|
+
"max": 10
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"evaluatedAt": "2026-04-30T23:05:13.083Z",
|
|
397
|
+
"evaluatedVersion": "1.2.0"
|
|
398
|
+
},
|
|
399
|
+
"skill-best-practice": {
|
|
400
|
+
"providerId": "skill-best-practice",
|
|
401
|
+
"providerVersion": "1.1.0",
|
|
402
|
+
"schemaVersion": 1,
|
|
403
|
+
"passed": true,
|
|
404
|
+
"overallScore": 100,
|
|
405
|
+
"grade": "A",
|
|
406
|
+
"categories": [
|
|
407
|
+
{
|
|
408
|
+
"id": "validation",
|
|
409
|
+
"name": "Deterministic validation",
|
|
410
|
+
"score": 14,
|
|
411
|
+
"max": 14
|
|
412
|
+
}
|
|
413
|
+
],
|
|
414
|
+
"evaluatedAt": "2026-04-30T23:05:13.083Z",
|
|
415
|
+
"evaluatedVersion": "1.2.0"
|
|
416
|
+
}
|
|
195
417
|
}
|
|
196
418
|
},
|
|
197
419
|
{
|
|
198
420
|
"name": "auto-push",
|
|
199
|
-
"description": "
|
|
200
|
-
"version": "1.0.
|
|
421
|
+
"description": "Generate a commit message, stage all changes, and push to remote after scanning for secrets, large files, and protected-branch risks. Skip for opening PRs, code review, or cutting releases/tags.",
|
|
422
|
+
"version": "1.0.2",
|
|
201
423
|
"license": "MIT",
|
|
202
|
-
"creator": "
|
|
424
|
+
"creator": "",
|
|
203
425
|
"compatibility": "",
|
|
204
426
|
"allowedTools": [],
|
|
205
427
|
"installUrl": "github:luongnv89/skills:skills/auto-push",
|
|
206
428
|
"relPath": "skills/auto-push",
|
|
207
429
|
"verified": true,
|
|
208
|
-
"tokenCount":
|
|
430
|
+
"tokenCount": 1541,
|
|
209
431
|
"evalSummary": {
|
|
210
|
-
"overallScore":
|
|
211
|
-
"grade": "
|
|
432
|
+
"overallScore": 100,
|
|
433
|
+
"grade": "A",
|
|
212
434
|
"categories": [
|
|
213
435
|
{
|
|
214
436
|
"id": "structure",
|
|
@@ -219,19 +441,19 @@
|
|
|
219
441
|
{
|
|
220
442
|
"id": "description",
|
|
221
443
|
"name": "Description quality",
|
|
222
|
-
"score":
|
|
444
|
+
"score": 10,
|
|
223
445
|
"max": 10
|
|
224
446
|
},
|
|
225
447
|
{
|
|
226
448
|
"id": "prompt-engineering",
|
|
227
449
|
"name": "Prompt engineering",
|
|
228
|
-
"score":
|
|
450
|
+
"score": 10,
|
|
229
451
|
"max": 10
|
|
230
452
|
},
|
|
231
453
|
{
|
|
232
454
|
"id": "context-efficiency",
|
|
233
455
|
"name": "Context efficiency",
|
|
234
|
-
"score":
|
|
456
|
+
"score": 10,
|
|
235
457
|
"max": 10
|
|
236
458
|
},
|
|
237
459
|
{
|
|
@@ -253,24 +475,98 @@
|
|
|
253
475
|
"max": 10
|
|
254
476
|
}
|
|
255
477
|
],
|
|
256
|
-
"evaluatedAt": "2026-04-
|
|
257
|
-
"evaluatedVersion": "1.0.
|
|
478
|
+
"evaluatedAt": "2026-04-30T23:05:13.084Z",
|
|
479
|
+
"evaluatedVersion": "1.0.2"
|
|
480
|
+
},
|
|
481
|
+
"evalSummaries": {
|
|
482
|
+
"quality": {
|
|
483
|
+
"providerId": "quality",
|
|
484
|
+
"providerVersion": "1.0.0",
|
|
485
|
+
"schemaVersion": 1,
|
|
486
|
+
"passed": true,
|
|
487
|
+
"overallScore": 100,
|
|
488
|
+
"grade": "A",
|
|
489
|
+
"categories": [
|
|
490
|
+
{
|
|
491
|
+
"id": "structure",
|
|
492
|
+
"name": "Structure & completeness",
|
|
493
|
+
"score": 10,
|
|
494
|
+
"max": 10
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"id": "description",
|
|
498
|
+
"name": "Description quality",
|
|
499
|
+
"score": 10,
|
|
500
|
+
"max": 10
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "prompt-engineering",
|
|
504
|
+
"name": "Prompt engineering",
|
|
505
|
+
"score": 10,
|
|
506
|
+
"max": 10
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "context-efficiency",
|
|
510
|
+
"name": "Context efficiency",
|
|
511
|
+
"score": 10,
|
|
512
|
+
"max": 10
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "safety",
|
|
516
|
+
"name": "Safety & guardrails",
|
|
517
|
+
"score": 10,
|
|
518
|
+
"max": 10
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"id": "testability",
|
|
522
|
+
"name": "Testability",
|
|
523
|
+
"score": 10,
|
|
524
|
+
"max": 10
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"id": "naming",
|
|
528
|
+
"name": "Naming & conventions",
|
|
529
|
+
"score": 10,
|
|
530
|
+
"max": 10
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"evaluatedAt": "2026-04-30T23:05:13.084Z",
|
|
534
|
+
"evaluatedVersion": "1.0.2"
|
|
535
|
+
},
|
|
536
|
+
"skill-best-practice": {
|
|
537
|
+
"providerId": "skill-best-practice",
|
|
538
|
+
"providerVersion": "1.1.0",
|
|
539
|
+
"schemaVersion": 1,
|
|
540
|
+
"passed": true,
|
|
541
|
+
"overallScore": 100,
|
|
542
|
+
"grade": "A",
|
|
543
|
+
"categories": [
|
|
544
|
+
{
|
|
545
|
+
"id": "validation",
|
|
546
|
+
"name": "Deterministic validation",
|
|
547
|
+
"score": 14,
|
|
548
|
+
"max": 14
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"evaluatedAt": "2026-04-30T23:05:13.084Z",
|
|
552
|
+
"evaluatedVersion": "1.0.2"
|
|
553
|
+
}
|
|
258
554
|
}
|
|
259
555
|
},
|
|
260
556
|
{
|
|
261
|
-
"name": "
|
|
262
|
-
"description": "
|
|
263
|
-
"version": "1.0
|
|
557
|
+
"name": "brand-name-checker",
|
|
558
|
+
"description": "Check product and brand names for conflicts across trademarks, domains, social handles, and package registries. Returns a risk level and Proceed/Modify/Abandon recommendation. Skip for name brainstorming, logo design, or trademark filings.",
|
|
559
|
+
"version": "1.3.0",
|
|
264
560
|
"license": "MIT",
|
|
265
|
-
"creator": "
|
|
561
|
+
"creator": "",
|
|
266
562
|
"compatibility": "",
|
|
267
563
|
"allowedTools": [],
|
|
268
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
269
|
-
"relPath": "skills/
|
|
564
|
+
"installUrl": "github:luongnv89/skills:skills/brand-name-checker",
|
|
565
|
+
"relPath": "skills/brand-name-checker",
|
|
270
566
|
"verified": true,
|
|
271
|
-
"tokenCount":
|
|
567
|
+
"tokenCount": 2756,
|
|
272
568
|
"evalSummary": {
|
|
273
|
-
"overallScore":
|
|
569
|
+
"overallScore": 99,
|
|
274
570
|
"grade": "A",
|
|
275
571
|
"categories": [
|
|
276
572
|
{
|
|
@@ -294,7 +590,7 @@
|
|
|
294
590
|
{
|
|
295
591
|
"id": "context-efficiency",
|
|
296
592
|
"name": "Context efficiency",
|
|
297
|
-
"score":
|
|
593
|
+
"score": 10,
|
|
298
594
|
"max": 10
|
|
299
595
|
},
|
|
300
596
|
{
|
|
@@ -316,25 +612,99 @@
|
|
|
316
612
|
"max": 10
|
|
317
613
|
}
|
|
318
614
|
],
|
|
319
|
-
"evaluatedAt": "2026-04-
|
|
320
|
-
"evaluatedVersion": "1.0
|
|
615
|
+
"evaluatedAt": "2026-04-30T23:05:13.086Z",
|
|
616
|
+
"evaluatedVersion": "1.3.0"
|
|
617
|
+
},
|
|
618
|
+
"evalSummaries": {
|
|
619
|
+
"quality": {
|
|
620
|
+
"providerId": "quality",
|
|
621
|
+
"providerVersion": "1.0.0",
|
|
622
|
+
"schemaVersion": 1,
|
|
623
|
+
"passed": true,
|
|
624
|
+
"overallScore": 99,
|
|
625
|
+
"grade": "A",
|
|
626
|
+
"categories": [
|
|
627
|
+
{
|
|
628
|
+
"id": "structure",
|
|
629
|
+
"name": "Structure & completeness",
|
|
630
|
+
"score": 10,
|
|
631
|
+
"max": 10
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"id": "description",
|
|
635
|
+
"name": "Description quality",
|
|
636
|
+
"score": 10,
|
|
637
|
+
"max": 10
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "prompt-engineering",
|
|
641
|
+
"name": "Prompt engineering",
|
|
642
|
+
"score": 10,
|
|
643
|
+
"max": 10
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"id": "context-efficiency",
|
|
647
|
+
"name": "Context efficiency",
|
|
648
|
+
"score": 10,
|
|
649
|
+
"max": 10
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "safety",
|
|
653
|
+
"name": "Safety & guardrails",
|
|
654
|
+
"score": 9,
|
|
655
|
+
"max": 10
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"id": "testability",
|
|
659
|
+
"name": "Testability",
|
|
660
|
+
"score": 10,
|
|
661
|
+
"max": 10
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": "naming",
|
|
665
|
+
"name": "Naming & conventions",
|
|
666
|
+
"score": 10,
|
|
667
|
+
"max": 10
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"evaluatedAt": "2026-04-30T23:05:13.086Z",
|
|
671
|
+
"evaluatedVersion": "1.3.0"
|
|
672
|
+
},
|
|
673
|
+
"skill-best-practice": {
|
|
674
|
+
"providerId": "skill-best-practice",
|
|
675
|
+
"providerVersion": "1.1.0",
|
|
676
|
+
"schemaVersion": 1,
|
|
677
|
+
"passed": true,
|
|
678
|
+
"overallScore": 100,
|
|
679
|
+
"grade": "A",
|
|
680
|
+
"categories": [
|
|
681
|
+
{
|
|
682
|
+
"id": "validation",
|
|
683
|
+
"name": "Deterministic validation",
|
|
684
|
+
"score": 14,
|
|
685
|
+
"max": 14
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"evaluatedAt": "2026-04-30T23:05:13.086Z",
|
|
689
|
+
"evaluatedVersion": "1.3.0"
|
|
690
|
+
}
|
|
321
691
|
}
|
|
322
692
|
},
|
|
323
693
|
{
|
|
324
|
-
"name": "
|
|
325
|
-
"description": "
|
|
326
|
-
"version": "1.
|
|
694
|
+
"name": "cli-builder",
|
|
695
|
+
"description": "Build a production-quality CLI tool for any module or application. Auto-detects language, recommends CLI libraries, and follows a 5-step approval-gated workflow: Analyze, Design, Plan, Execute, Summarize. Don't use for building GUI/TUI apps, web APIs, or authoring one-off shell scripts.",
|
|
696
|
+
"version": "1.0.3",
|
|
327
697
|
"license": "MIT",
|
|
328
|
-
"creator": "
|
|
698
|
+
"creator": "",
|
|
329
699
|
"compatibility": "",
|
|
330
700
|
"allowedTools": [],
|
|
331
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
332
|
-
"relPath": "skills/
|
|
701
|
+
"installUrl": "github:luongnv89/skills:skills/cli-builder",
|
|
702
|
+
"relPath": "skills/cli-builder",
|
|
333
703
|
"verified": true,
|
|
334
|
-
"tokenCount":
|
|
704
|
+
"tokenCount": 3075,
|
|
335
705
|
"evalSummary": {
|
|
336
|
-
"overallScore":
|
|
337
|
-
"grade": "
|
|
706
|
+
"overallScore": 97,
|
|
707
|
+
"grade": "A",
|
|
338
708
|
"categories": [
|
|
339
709
|
{
|
|
340
710
|
"id": "structure",
|
|
@@ -351,7 +721,7 @@
|
|
|
351
721
|
{
|
|
352
722
|
"id": "prompt-engineering",
|
|
353
723
|
"name": "Prompt engineering",
|
|
354
|
-
"score":
|
|
724
|
+
"score": 10,
|
|
355
725
|
"max": 10
|
|
356
726
|
},
|
|
357
727
|
{
|
|
@@ -369,7 +739,7 @@
|
|
|
369
739
|
{
|
|
370
740
|
"id": "testability",
|
|
371
741
|
"name": "Testability",
|
|
372
|
-
"score":
|
|
742
|
+
"score": 10,
|
|
373
743
|
"max": 10
|
|
374
744
|
},
|
|
375
745
|
{
|
|
@@ -379,24 +749,98 @@
|
|
|
379
749
|
"max": 10
|
|
380
750
|
}
|
|
381
751
|
],
|
|
382
|
-
"evaluatedAt": "2026-04-
|
|
383
|
-
"evaluatedVersion": "1.
|
|
752
|
+
"evaluatedAt": "2026-04-30T23:05:13.087Z",
|
|
753
|
+
"evaluatedVersion": "1.0.3"
|
|
754
|
+
},
|
|
755
|
+
"evalSummaries": {
|
|
756
|
+
"quality": {
|
|
757
|
+
"providerId": "quality",
|
|
758
|
+
"providerVersion": "1.0.0",
|
|
759
|
+
"schemaVersion": 1,
|
|
760
|
+
"passed": true,
|
|
761
|
+
"overallScore": 97,
|
|
762
|
+
"grade": "A",
|
|
763
|
+
"categories": [
|
|
764
|
+
{
|
|
765
|
+
"id": "structure",
|
|
766
|
+
"name": "Structure & completeness",
|
|
767
|
+
"score": 10,
|
|
768
|
+
"max": 10
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "description",
|
|
772
|
+
"name": "Description quality",
|
|
773
|
+
"score": 10,
|
|
774
|
+
"max": 10
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"id": "prompt-engineering",
|
|
778
|
+
"name": "Prompt engineering",
|
|
779
|
+
"score": 10,
|
|
780
|
+
"max": 10
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"id": "context-efficiency",
|
|
784
|
+
"name": "Context efficiency",
|
|
785
|
+
"score": 9,
|
|
786
|
+
"max": 10
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"id": "safety",
|
|
790
|
+
"name": "Safety & guardrails",
|
|
791
|
+
"score": 9,
|
|
792
|
+
"max": 10
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "testability",
|
|
796
|
+
"name": "Testability",
|
|
797
|
+
"score": 10,
|
|
798
|
+
"max": 10
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": "naming",
|
|
802
|
+
"name": "Naming & conventions",
|
|
803
|
+
"score": 10,
|
|
804
|
+
"max": 10
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"evaluatedAt": "2026-04-30T23:05:13.087Z",
|
|
808
|
+
"evaluatedVersion": "1.0.3"
|
|
809
|
+
},
|
|
810
|
+
"skill-best-practice": {
|
|
811
|
+
"providerId": "skill-best-practice",
|
|
812
|
+
"providerVersion": "1.1.0",
|
|
813
|
+
"schemaVersion": 1,
|
|
814
|
+
"passed": true,
|
|
815
|
+
"overallScore": 93,
|
|
816
|
+
"grade": "A",
|
|
817
|
+
"categories": [
|
|
818
|
+
{
|
|
819
|
+
"id": "validation",
|
|
820
|
+
"name": "Deterministic validation",
|
|
821
|
+
"score": 13,
|
|
822
|
+
"max": 14
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"evaluatedAt": "2026-04-30T23:05:13.087Z",
|
|
826
|
+
"evaluatedVersion": "1.0.3"
|
|
827
|
+
}
|
|
384
828
|
}
|
|
385
829
|
},
|
|
386
830
|
{
|
|
387
|
-
"name": "code-
|
|
388
|
-
"description": "
|
|
389
|
-
"version": "1.1
|
|
831
|
+
"name": "code-optimizer",
|
|
832
|
+
"description": "Analyze code for performance bottlenecks, memory leaks, and algorithmic inefficiencies. Use when asked to optimize, find bottlenecks, or improve efficiency. Don't use for bug-hunting code review, security audits, or refactoring without a perf goal.",
|
|
833
|
+
"version": "1.3.1",
|
|
390
834
|
"license": "MIT",
|
|
391
|
-
"creator": "
|
|
835
|
+
"creator": "",
|
|
392
836
|
"compatibility": "",
|
|
393
837
|
"allowedTools": [],
|
|
394
|
-
"installUrl": "github:luongnv89/skills:skills/code-
|
|
395
|
-
"relPath": "skills/code-
|
|
396
|
-
"verified":
|
|
397
|
-
"tokenCount":
|
|
838
|
+
"installUrl": "github:luongnv89/skills:skills/code-optimizer",
|
|
839
|
+
"relPath": "skills/code-optimizer",
|
|
840
|
+
"verified": true,
|
|
841
|
+
"tokenCount": 2787,
|
|
398
842
|
"evalSummary": {
|
|
399
|
-
"overallScore":
|
|
843
|
+
"overallScore": 96,
|
|
400
844
|
"grade": "A",
|
|
401
845
|
"categories": [
|
|
402
846
|
{
|
|
@@ -414,19 +858,19 @@
|
|
|
414
858
|
{
|
|
415
859
|
"id": "prompt-engineering",
|
|
416
860
|
"name": "Prompt engineering",
|
|
417
|
-
"score":
|
|
861
|
+
"score": 8,
|
|
418
862
|
"max": 10
|
|
419
863
|
},
|
|
420
864
|
{
|
|
421
865
|
"id": "context-efficiency",
|
|
422
866
|
"name": "Context efficiency",
|
|
423
|
-
"score":
|
|
867
|
+
"score": 9,
|
|
424
868
|
"max": 10
|
|
425
869
|
},
|
|
426
870
|
{
|
|
427
871
|
"id": "safety",
|
|
428
872
|
"name": "Safety & guardrails",
|
|
429
|
-
"score":
|
|
873
|
+
"score": 10,
|
|
430
874
|
"max": 10
|
|
431
875
|
},
|
|
432
876
|
{
|
|
@@ -442,24 +886,98 @@
|
|
|
442
886
|
"max": 10
|
|
443
887
|
}
|
|
444
888
|
],
|
|
445
|
-
"evaluatedAt": "2026-04-
|
|
446
|
-
"evaluatedVersion": "1.1
|
|
889
|
+
"evaluatedAt": "2026-04-30T23:05:13.089Z",
|
|
890
|
+
"evaluatedVersion": "1.3.1"
|
|
891
|
+
},
|
|
892
|
+
"evalSummaries": {
|
|
893
|
+
"quality": {
|
|
894
|
+
"providerId": "quality",
|
|
895
|
+
"providerVersion": "1.0.0",
|
|
896
|
+
"schemaVersion": 1,
|
|
897
|
+
"passed": true,
|
|
898
|
+
"overallScore": 96,
|
|
899
|
+
"grade": "A",
|
|
900
|
+
"categories": [
|
|
901
|
+
{
|
|
902
|
+
"id": "structure",
|
|
903
|
+
"name": "Structure & completeness",
|
|
904
|
+
"score": 10,
|
|
905
|
+
"max": 10
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "description",
|
|
909
|
+
"name": "Description quality",
|
|
910
|
+
"score": 10,
|
|
911
|
+
"max": 10
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"id": "prompt-engineering",
|
|
915
|
+
"name": "Prompt engineering",
|
|
916
|
+
"score": 8,
|
|
917
|
+
"max": 10
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "context-efficiency",
|
|
921
|
+
"name": "Context efficiency",
|
|
922
|
+
"score": 9,
|
|
923
|
+
"max": 10
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"id": "safety",
|
|
927
|
+
"name": "Safety & guardrails",
|
|
928
|
+
"score": 10,
|
|
929
|
+
"max": 10
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"id": "testability",
|
|
933
|
+
"name": "Testability",
|
|
934
|
+
"score": 10,
|
|
935
|
+
"max": 10
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "naming",
|
|
939
|
+
"name": "Naming & conventions",
|
|
940
|
+
"score": 10,
|
|
941
|
+
"max": 10
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"evaluatedAt": "2026-04-30T23:05:13.089Z",
|
|
945
|
+
"evaluatedVersion": "1.3.1"
|
|
946
|
+
},
|
|
947
|
+
"skill-best-practice": {
|
|
948
|
+
"providerId": "skill-best-practice",
|
|
949
|
+
"providerVersion": "1.1.0",
|
|
950
|
+
"schemaVersion": 1,
|
|
951
|
+
"passed": true,
|
|
952
|
+
"overallScore": 100,
|
|
953
|
+
"grade": "A",
|
|
954
|
+
"categories": [
|
|
955
|
+
{
|
|
956
|
+
"id": "validation",
|
|
957
|
+
"name": "Deterministic validation",
|
|
958
|
+
"score": 14,
|
|
959
|
+
"max": 14
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"evaluatedAt": "2026-04-30T23:05:13.089Z",
|
|
963
|
+
"evaluatedVersion": "1.3.1"
|
|
964
|
+
}
|
|
447
965
|
}
|
|
448
966
|
},
|
|
449
967
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"description": "
|
|
452
|
-
"version": "1.
|
|
968
|
+
"name": "code-review",
|
|
969
|
+
"description": "Review code changes for bugs, security vulnerabilities, and code quality issues — producing prioritized findings with specific fix suggestions. Don't use for performance tuning, writing new features from scratch, or generating test cases.",
|
|
970
|
+
"version": "1.1.4",
|
|
453
971
|
"license": "MIT",
|
|
454
|
-
"creator": "
|
|
972
|
+
"creator": "",
|
|
455
973
|
"compatibility": "",
|
|
456
974
|
"allowedTools": [],
|
|
457
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
458
|
-
"relPath": "skills/
|
|
459
|
-
"verified":
|
|
460
|
-
"tokenCount":
|
|
975
|
+
"installUrl": "github:luongnv89/skills:skills/code-review",
|
|
976
|
+
"relPath": "skills/code-review",
|
|
977
|
+
"verified": false,
|
|
978
|
+
"tokenCount": 4386,
|
|
461
979
|
"evalSummary": {
|
|
462
|
-
"overallScore":
|
|
980
|
+
"overallScore": 96,
|
|
463
981
|
"grade": "A",
|
|
464
982
|
"categories": [
|
|
465
983
|
{
|
|
@@ -477,13 +995,13 @@
|
|
|
477
995
|
{
|
|
478
996
|
"id": "prompt-engineering",
|
|
479
997
|
"name": "Prompt engineering",
|
|
480
|
-
"score":
|
|
998
|
+
"score": 10,
|
|
481
999
|
"max": 10
|
|
482
1000
|
},
|
|
483
1001
|
{
|
|
484
1002
|
"id": "context-efficiency",
|
|
485
1003
|
"name": "Context efficiency",
|
|
486
|
-
"score":
|
|
1004
|
+
"score": 8,
|
|
487
1005
|
"max": 10
|
|
488
1006
|
},
|
|
489
1007
|
{
|
|
@@ -505,25 +1023,99 @@
|
|
|
505
1023
|
"max": 10
|
|
506
1024
|
}
|
|
507
1025
|
],
|
|
508
|
-
"evaluatedAt": "2026-04-
|
|
509
|
-
"evaluatedVersion": "1.
|
|
1026
|
+
"evaluatedAt": "2026-04-30T23:05:13.091Z",
|
|
1027
|
+
"evaluatedVersion": "1.1.4"
|
|
1028
|
+
},
|
|
1029
|
+
"evalSummaries": {
|
|
1030
|
+
"quality": {
|
|
1031
|
+
"providerId": "quality",
|
|
1032
|
+
"providerVersion": "1.0.0",
|
|
1033
|
+
"schemaVersion": 1,
|
|
1034
|
+
"passed": true,
|
|
1035
|
+
"overallScore": 96,
|
|
1036
|
+
"grade": "A",
|
|
1037
|
+
"categories": [
|
|
1038
|
+
{
|
|
1039
|
+
"id": "structure",
|
|
1040
|
+
"name": "Structure & completeness",
|
|
1041
|
+
"score": 10,
|
|
1042
|
+
"max": 10
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "description",
|
|
1046
|
+
"name": "Description quality",
|
|
1047
|
+
"score": 10,
|
|
1048
|
+
"max": 10
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "prompt-engineering",
|
|
1052
|
+
"name": "Prompt engineering",
|
|
1053
|
+
"score": 10,
|
|
1054
|
+
"max": 10
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "context-efficiency",
|
|
1058
|
+
"name": "Context efficiency",
|
|
1059
|
+
"score": 8,
|
|
1060
|
+
"max": 10
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"id": "safety",
|
|
1064
|
+
"name": "Safety & guardrails",
|
|
1065
|
+
"score": 9,
|
|
1066
|
+
"max": 10
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": "testability",
|
|
1070
|
+
"name": "Testability",
|
|
1071
|
+
"score": 10,
|
|
1072
|
+
"max": 10
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "naming",
|
|
1076
|
+
"name": "Naming & conventions",
|
|
1077
|
+
"score": 10,
|
|
1078
|
+
"max": 10
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"evaluatedAt": "2026-04-30T23:05:13.091Z",
|
|
1082
|
+
"evaluatedVersion": "1.1.4"
|
|
1083
|
+
},
|
|
1084
|
+
"skill-best-practice": {
|
|
1085
|
+
"providerId": "skill-best-practice",
|
|
1086
|
+
"providerVersion": "1.1.0",
|
|
1087
|
+
"schemaVersion": 1,
|
|
1088
|
+
"passed": true,
|
|
1089
|
+
"overallScore": 100,
|
|
1090
|
+
"grade": "A",
|
|
1091
|
+
"categories": [
|
|
1092
|
+
{
|
|
1093
|
+
"id": "validation",
|
|
1094
|
+
"name": "Deterministic validation",
|
|
1095
|
+
"score": 14,
|
|
1096
|
+
"max": 14
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"evaluatedAt": "2026-04-30T23:05:13.091Z",
|
|
1100
|
+
"evaluatedVersion": "1.1.4"
|
|
1101
|
+
}
|
|
510
1102
|
}
|
|
511
1103
|
},
|
|
512
1104
|
{
|
|
513
1105
|
"name": "devops-pipeline",
|
|
514
|
-
"description": "
|
|
515
|
-
"version": "2.0.
|
|
1106
|
+
"description": "Configure pre-commit hooks and lean GitHub Actions for shift-left quality assurance. Use when adding or auditing CI/CD on a Git repo to maximize local test coverage and minimize CI cost. Skip for Terraform/K8s, deployment pipelines, or non-GitHub CI providers.",
|
|
1107
|
+
"version": "2.0.1",
|
|
516
1108
|
"license": "MIT",
|
|
517
|
-
"creator": "
|
|
1109
|
+
"creator": "",
|
|
518
1110
|
"compatibility": "",
|
|
519
1111
|
"allowedTools": [],
|
|
520
1112
|
"installUrl": "github:luongnv89/skills:skills/devops-pipeline",
|
|
521
1113
|
"relPath": "skills/devops-pipeline",
|
|
522
1114
|
"verified": true,
|
|
523
|
-
"tokenCount":
|
|
1115
|
+
"tokenCount": 3193,
|
|
524
1116
|
"evalSummary": {
|
|
525
|
-
"overallScore":
|
|
526
|
-
"grade": "
|
|
1117
|
+
"overallScore": 94,
|
|
1118
|
+
"grade": "A",
|
|
527
1119
|
"categories": [
|
|
528
1120
|
{
|
|
529
1121
|
"id": "structure",
|
|
@@ -534,7 +1126,7 @@
|
|
|
534
1126
|
{
|
|
535
1127
|
"id": "description",
|
|
536
1128
|
"name": "Description quality",
|
|
537
|
-
"score":
|
|
1129
|
+
"score": 10,
|
|
538
1130
|
"max": 10
|
|
539
1131
|
},
|
|
540
1132
|
{
|
|
@@ -546,7 +1138,7 @@
|
|
|
546
1138
|
{
|
|
547
1139
|
"id": "context-efficiency",
|
|
548
1140
|
"name": "Context efficiency",
|
|
549
|
-
"score":
|
|
1141
|
+
"score": 8,
|
|
550
1142
|
"max": 10
|
|
551
1143
|
},
|
|
552
1144
|
{
|
|
@@ -568,529 +1160,99 @@
|
|
|
568
1160
|
"max": 10
|
|
569
1161
|
}
|
|
570
1162
|
],
|
|
571
|
-
"evaluatedAt": "2026-04-
|
|
572
|
-
"evaluatedVersion": "2.0.
|
|
1163
|
+
"evaluatedAt": "2026-04-30T23:05:13.093Z",
|
|
1164
|
+
"evaluatedVersion": "2.0.1"
|
|
1165
|
+
},
|
|
1166
|
+
"evalSummaries": {
|
|
1167
|
+
"quality": {
|
|
1168
|
+
"providerId": "quality",
|
|
1169
|
+
"providerVersion": "1.0.0",
|
|
1170
|
+
"schemaVersion": 1,
|
|
1171
|
+
"passed": true,
|
|
1172
|
+
"overallScore": 94,
|
|
1173
|
+
"grade": "A",
|
|
1174
|
+
"categories": [
|
|
1175
|
+
{
|
|
1176
|
+
"id": "structure",
|
|
1177
|
+
"name": "Structure & completeness",
|
|
1178
|
+
"score": 10,
|
|
1179
|
+
"max": 10
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"id": "description",
|
|
1183
|
+
"name": "Description quality",
|
|
1184
|
+
"score": 10,
|
|
1185
|
+
"max": 10
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"id": "prompt-engineering",
|
|
1189
|
+
"name": "Prompt engineering",
|
|
1190
|
+
"score": 9,
|
|
1191
|
+
"max": 10
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"id": "context-efficiency",
|
|
1195
|
+
"name": "Context efficiency",
|
|
1196
|
+
"score": 8,
|
|
1197
|
+
"max": 10
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "safety",
|
|
1201
|
+
"name": "Safety & guardrails",
|
|
1202
|
+
"score": 9,
|
|
1203
|
+
"max": 10
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"id": "testability",
|
|
1207
|
+
"name": "Testability",
|
|
1208
|
+
"score": 10,
|
|
1209
|
+
"max": 10
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "naming",
|
|
1213
|
+
"name": "Naming & conventions",
|
|
1214
|
+
"score": 10,
|
|
1215
|
+
"max": 10
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"evaluatedAt": "2026-04-30T23:05:13.093Z",
|
|
1219
|
+
"evaluatedVersion": "2.0.1"
|
|
1220
|
+
},
|
|
1221
|
+
"skill-best-practice": {
|
|
1222
|
+
"providerId": "skill-best-practice",
|
|
1223
|
+
"providerVersion": "1.1.0",
|
|
1224
|
+
"schemaVersion": 1,
|
|
1225
|
+
"passed": true,
|
|
1226
|
+
"overallScore": 93,
|
|
1227
|
+
"grade": "A",
|
|
1228
|
+
"categories": [
|
|
1229
|
+
{
|
|
1230
|
+
"id": "validation",
|
|
1231
|
+
"name": "Deterministic validation",
|
|
1232
|
+
"score": 13,
|
|
1233
|
+
"max": 14
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"evaluatedAt": "2026-04-30T23:05:13.093Z",
|
|
1237
|
+
"evaluatedVersion": "2.0.1"
|
|
1238
|
+
}
|
|
573
1239
|
}
|
|
574
1240
|
},
|
|
575
1241
|
{
|
|
576
1242
|
"name": "docs-generator",
|
|
577
|
-
"description": "Generate and restructure project documentation into a clear, accessible hierarchy. Use when asked to
|
|
578
|
-
"version": "1.2.
|
|
1243
|
+
"description": "Generate and restructure project documentation into a clear, accessible hierarchy. Use when asked to organize docs, generate documentation, improve doc structure, or restructure README. Don't use for API reference generation from code (JSDoc/Sphinx), authoring a landing page, or agent-config files like CLAUDE.md.",
|
|
1244
|
+
"version": "1.2.3",
|
|
579
1245
|
"license": "MIT",
|
|
580
|
-
"creator": "
|
|
1246
|
+
"creator": "",
|
|
581
1247
|
"compatibility": "",
|
|
582
1248
|
"allowedTools": [],
|
|
583
1249
|
"installUrl": "github:luongnv89/skills:skills/docs-generator",
|
|
584
1250
|
"relPath": "skills/docs-generator",
|
|
585
1251
|
"verified": true,
|
|
586
|
-
"tokenCount":
|
|
587
|
-
"evalSummary": {
|
|
588
|
-
"overallScore": 93,
|
|
589
|
-
"grade": "A",
|
|
590
|
-
"categories": [
|
|
591
|
-
{
|
|
592
|
-
"id": "structure",
|
|
593
|
-
"name": "Structure & completeness",
|
|
594
|
-
"score": 10,
|
|
595
|
-
"max": 10
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"id": "description",
|
|
599
|
-
"name": "Description quality",
|
|
600
|
-
"score": 10,
|
|
601
|
-
"max": 10
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"id": "prompt-engineering",
|
|
605
|
-
"name": "Prompt engineering",
|
|
606
|
-
"score": 9,
|
|
607
|
-
"max": 10
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"id": "context-efficiency",
|
|
611
|
-
"name": "Context efficiency",
|
|
612
|
-
"score": 9,
|
|
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": 10,
|
|
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:44:43.938Z",
|
|
635
|
-
"evaluatedVersion": "1.2.1"
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "dont-make-me-think",
|
|
640
|
-
"description": "Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code.",
|
|
641
|
-
"version": "1.1.1",
|
|
642
|
-
"license": "MIT",
|
|
643
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
644
|
-
"compatibility": "",
|
|
645
|
-
"allowedTools": [],
|
|
646
|
-
"installUrl": "github:luongnv89/skills:skills/dont-make-me-think",
|
|
647
|
-
"relPath": "skills/dont-make-me-think",
|
|
648
|
-
"verified": true,
|
|
649
|
-
"tokenCount": 3112,
|
|
650
|
-
"evalSummary": {
|
|
651
|
-
"overallScore": 87,
|
|
652
|
-
"grade": "B",
|
|
653
|
-
"categories": [
|
|
654
|
-
{
|
|
655
|
-
"id": "structure",
|
|
656
|
-
"name": "Structure & completeness",
|
|
657
|
-
"score": 10,
|
|
658
|
-
"max": 10
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"id": "description",
|
|
662
|
-
"name": "Description quality",
|
|
663
|
-
"score": 10,
|
|
664
|
-
"max": 10
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"id": "prompt-engineering",
|
|
668
|
-
"name": "Prompt engineering",
|
|
669
|
-
"score": 7,
|
|
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": 7,
|
|
682
|
-
"max": 10
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"id": "testability",
|
|
686
|
-
"name": "Testability",
|
|
687
|
-
"score": 10,
|
|
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:44:43.939Z",
|
|
698
|
-
"evaluatedVersion": "1.1.1"
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "drawio-generator",
|
|
703
|
-
"description": "Generate professional diagrams as valid draw.io XML files — flowcharts, architecture, C4 models, ER diagrams, sequence diagrams, mind maps, and swimlanes.",
|
|
704
|
-
"version": "1.1.1",
|
|
705
|
-
"license": "MIT",
|
|
706
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
707
|
-
"compatibility": "",
|
|
708
|
-
"allowedTools": [],
|
|
709
|
-
"installUrl": "github:luongnv89/skills:skills/drawio-generator",
|
|
710
|
-
"relPath": "skills/drawio-generator",
|
|
711
|
-
"verified": true,
|
|
712
|
-
"tokenCount": 4077,
|
|
713
|
-
"evalSummary": {
|
|
714
|
-
"overallScore": 91,
|
|
715
|
-
"grade": "A",
|
|
716
|
-
"categories": [
|
|
717
|
-
{
|
|
718
|
-
"id": "structure",
|
|
719
|
-
"name": "Structure & completeness",
|
|
720
|
-
"score": 10,
|
|
721
|
-
"max": 10
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"id": "description",
|
|
725
|
-
"name": "Description quality",
|
|
726
|
-
"score": 7,
|
|
727
|
-
"max": 10
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"id": "prompt-engineering",
|
|
731
|
-
"name": "Prompt engineering",
|
|
732
|
-
"score": 10,
|
|
733
|
-
"max": 10
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"id": "context-efficiency",
|
|
737
|
-
"name": "Context efficiency",
|
|
738
|
-
"score": 7,
|
|
739
|
-
"max": 10
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"id": "safety",
|
|
743
|
-
"name": "Safety & guardrails",
|
|
744
|
-
"score": 10,
|
|
745
|
-
"max": 10
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"id": "testability",
|
|
749
|
-
"name": "Testability",
|
|
750
|
-
"score": 10,
|
|
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:44:43.940Z",
|
|
761
|
-
"evaluatedVersion": "1.1.1"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "excalidraw-generator",
|
|
766
|
-
"description": "Generate professional diagrams as valid Excalidraw JSON files — flowcharts, architecture, ER diagrams, mind maps, sequence diagrams, wireframes, C4 models, and more. Understands text, code, schemas, or verbal descriptions.",
|
|
767
|
-
"version": "1.2.0",
|
|
768
|
-
"license": "MIT",
|
|
769
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
770
|
-
"compatibility": "",
|
|
771
|
-
"allowedTools": [],
|
|
772
|
-
"installUrl": "github:luongnv89/skills:skills/excalidraw-generator",
|
|
773
|
-
"relPath": "skills/excalidraw-generator",
|
|
774
|
-
"verified": true,
|
|
775
|
-
"tokenCount": 5956,
|
|
776
|
-
"evalSummary": {
|
|
777
|
-
"overallScore": 91,
|
|
778
|
-
"grade": "A",
|
|
779
|
-
"categories": [
|
|
780
|
-
{
|
|
781
|
-
"id": "structure",
|
|
782
|
-
"name": "Structure & completeness",
|
|
783
|
-
"score": 10,
|
|
784
|
-
"max": 10
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"id": "description",
|
|
788
|
-
"name": "Description quality",
|
|
789
|
-
"score": 7,
|
|
790
|
-
"max": 10
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"id": "prompt-engineering",
|
|
794
|
-
"name": "Prompt engineering",
|
|
795
|
-
"score": 10,
|
|
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": 10,
|
|
808
|
-
"max": 10
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"id": "testability",
|
|
812
|
-
"name": "Testability",
|
|
813
|
-
"score": 10,
|
|
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:44:43.942Z",
|
|
824
|
-
"evaluatedVersion": "1.2.0"
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "frontend-design",
|
|
829
|
-
"description": "Design and implement production-grade frontend interfaces with distinctive aesthetics and working code. Use when asked to build a UI, component, page, or frontend feature.",
|
|
830
|
-
"version": "1.2.1",
|
|
831
|
-
"license": "MIT",
|
|
832
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
833
|
-
"compatibility": "",
|
|
834
|
-
"allowedTools": [],
|
|
835
|
-
"installUrl": "github:luongnv89/skills:skills/frontend-design",
|
|
836
|
-
"relPath": "skills/frontend-design",
|
|
837
|
-
"verified": true,
|
|
838
|
-
"tokenCount": 3295,
|
|
839
|
-
"evalSummary": {
|
|
840
|
-
"overallScore": 90,
|
|
841
|
-
"grade": "A",
|
|
842
|
-
"categories": [
|
|
843
|
-
{
|
|
844
|
-
"id": "structure",
|
|
845
|
-
"name": "Structure & completeness",
|
|
846
|
-
"score": 10,
|
|
847
|
-
"max": 10
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"id": "description",
|
|
851
|
-
"name": "Description quality",
|
|
852
|
-
"score": 7,
|
|
853
|
-
"max": 10
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"id": "prompt-engineering",
|
|
857
|
-
"name": "Prompt engineering",
|
|
858
|
-
"score": 10,
|
|
859
|
-
"max": 10
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"id": "context-efficiency",
|
|
863
|
-
"name": "Context efficiency",
|
|
864
|
-
"score": 7,
|
|
865
|
-
"max": 10
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"id": "safety",
|
|
869
|
-
"name": "Safety & guardrails",
|
|
870
|
-
"score": 9,
|
|
871
|
-
"max": 10
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"id": "testability",
|
|
875
|
-
"name": "Testability",
|
|
876
|
-
"score": 10,
|
|
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:44:43.943Z",
|
|
887
|
-
"evaluatedVersion": "1.2.1"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"name": "github-issue-creator",
|
|
892
|
-
"description": "Create or update GitHub issues from screenshots, emails, messages, or any visual/text input. Extracts structured data, redacts PII, detects issue templates, proposes issues for approval, then files them via gh CLI.",
|
|
893
|
-
"version": "1.0.0",
|
|
894
|
-
"license": "MIT",
|
|
895
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
896
|
-
"compatibility": "",
|
|
897
|
-
"allowedTools": [],
|
|
898
|
-
"installUrl": "github:luongnv89/skills:skills/github-issue-creator",
|
|
899
|
-
"relPath": "skills/github-issue-creator",
|
|
900
|
-
"verified": true,
|
|
901
|
-
"tokenCount": 4284,
|
|
902
|
-
"evalSummary": {
|
|
903
|
-
"overallScore": 96,
|
|
904
|
-
"grade": "A",
|
|
905
|
-
"categories": [
|
|
906
|
-
{
|
|
907
|
-
"id": "structure",
|
|
908
|
-
"name": "Structure & completeness",
|
|
909
|
-
"score": 10,
|
|
910
|
-
"max": 10
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"id": "description",
|
|
914
|
-
"name": "Description quality",
|
|
915
|
-
"score": 10,
|
|
916
|
-
"max": 10
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"id": "prompt-engineering",
|
|
920
|
-
"name": "Prompt engineering",
|
|
921
|
-
"score": 10,
|
|
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": 10,
|
|
934
|
-
"max": 10
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"id": "testability",
|
|
938
|
-
"name": "Testability",
|
|
939
|
-
"score": 10,
|
|
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:44:43.944Z",
|
|
950
|
-
"evaluatedVersion": "1.0.0"
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"name": "idea-validator",
|
|
955
|
-
"description": "Evaluate app ideas and startup concepts across market viability, technical feasibility, and competitive landscape. Use when asked to validate, review, or score a product idea.",
|
|
956
|
-
"version": "1.3.0",
|
|
957
|
-
"license": "MIT",
|
|
958
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
959
|
-
"compatibility": "",
|
|
960
|
-
"allowedTools": [],
|
|
961
|
-
"installUrl": "github:luongnv89/skills:skills/idea-validator",
|
|
962
|
-
"relPath": "skills/idea-validator",
|
|
963
|
-
"verified": true,
|
|
964
|
-
"tokenCount": 3921,
|
|
965
|
-
"evalSummary": {
|
|
966
|
-
"overallScore": 94,
|
|
967
|
-
"grade": "A",
|
|
968
|
-
"categories": [
|
|
969
|
-
{
|
|
970
|
-
"id": "structure",
|
|
971
|
-
"name": "Structure & completeness",
|
|
972
|
-
"score": 10,
|
|
973
|
-
"max": 10
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"id": "description",
|
|
977
|
-
"name": "Description quality",
|
|
978
|
-
"score": 10,
|
|
979
|
-
"max": 10
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"id": "prompt-engineering",
|
|
983
|
-
"name": "Prompt engineering",
|
|
984
|
-
"score": 9,
|
|
985
|
-
"max": 10
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"id": "context-efficiency",
|
|
989
|
-
"name": "Context efficiency",
|
|
990
|
-
"score": 8,
|
|
991
|
-
"max": 10
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"id": "safety",
|
|
995
|
-
"name": "Safety & guardrails",
|
|
996
|
-
"score": 9,
|
|
997
|
-
"max": 10
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"id": "testability",
|
|
1001
|
-
"name": "Testability",
|
|
1002
|
-
"score": 10,
|
|
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:44:43.945Z",
|
|
1013
|
-
"evaluatedVersion": "1.3.0"
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"name": "install-script-generator",
|
|
1018
|
-
"description": "Generate cross-platform installation scripts for any software, library, or module. Produces a standalone install.sh runnable via a single curl/wget one-liner, with automatic OS, architecture, and package manager detection.",
|
|
1019
|
-
"version": "2.0.1",
|
|
1020
|
-
"license": "MIT",
|
|
1021
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
1022
|
-
"compatibility": "",
|
|
1023
|
-
"allowedTools": [],
|
|
1024
|
-
"installUrl": "github:luongnv89/skills:skills/install-script-generator",
|
|
1025
|
-
"relPath": "skills/install-script-generator",
|
|
1026
|
-
"verified": true,
|
|
1027
|
-
"tokenCount": 4301,
|
|
1028
|
-
"evalSummary": {
|
|
1029
|
-
"overallScore": 91,
|
|
1030
|
-
"grade": "A",
|
|
1031
|
-
"categories": [
|
|
1032
|
-
{
|
|
1033
|
-
"id": "structure",
|
|
1034
|
-
"name": "Structure & completeness",
|
|
1035
|
-
"score": 10,
|
|
1036
|
-
"max": 10
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"id": "description",
|
|
1040
|
-
"name": "Description quality",
|
|
1041
|
-
"score": 10,
|
|
1042
|
-
"max": 10
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"id": "prompt-engineering",
|
|
1046
|
-
"name": "Prompt engineering",
|
|
1047
|
-
"score": 10,
|
|
1048
|
-
"max": 10
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"id": "context-efficiency",
|
|
1052
|
-
"name": "Context efficiency",
|
|
1053
|
-
"score": 5,
|
|
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": 10,
|
|
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:44:43.946Z",
|
|
1076
|
-
"evaluatedVersion": "2.0.1"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "logo-designer",
|
|
1081
|
-
"description": "Design professional SVG logos by analyzing project context and generating 7 brand asset variants — mark, full, wordmark, icon, favicon, white, and black — plus a brand showcase HTML page.",
|
|
1082
|
-
"version": "1.2.0",
|
|
1083
|
-
"license": "MIT",
|
|
1084
|
-
"creator": "Luong NGUYEN <luongnv89@gmail.com>",
|
|
1085
|
-
"compatibility": "",
|
|
1086
|
-
"allowedTools": [],
|
|
1087
|
-
"installUrl": "github:luongnv89/skills:skills/logo-designer",
|
|
1088
|
-
"relPath": "skills/logo-designer",
|
|
1089
|
-
"verified": true,
|
|
1090
|
-
"tokenCount": 6379,
|
|
1252
|
+
"tokenCount": 2411,
|
|
1091
1253
|
"evalSummary": {
|
|
1092
|
-
"overallScore":
|
|
1093
|
-
"grade": "
|
|
1254
|
+
"overallScore": 94,
|
|
1255
|
+
"grade": "A",
|
|
1094
1256
|
"categories": [
|
|
1095
1257
|
{
|
|
1096
1258
|
"id": "structure",
|
|
@@ -1101,19 +1263,19 @@
|
|
|
1101
1263
|
{
|
|
1102
1264
|
"id": "description",
|
|
1103
1265
|
"name": "Description quality",
|
|
1104
|
-
"score":
|
|
1266
|
+
"score": 8,
|
|
1105
1267
|
"max": 10
|
|
1106
1268
|
},
|
|
1107
1269
|
{
|
|
1108
1270
|
"id": "prompt-engineering",
|
|
1109
1271
|
"name": "Prompt engineering",
|
|
1110
|
-
"score":
|
|
1272
|
+
"score": 9,
|
|
1111
1273
|
"max": 10
|
|
1112
1274
|
},
|
|
1113
1275
|
{
|
|
1114
1276
|
"id": "context-efficiency",
|
|
1115
1277
|
"name": "Context efficiency",
|
|
1116
|
-
"score":
|
|
1278
|
+
"score": 9,
|
|
1117
1279
|
"max": 10
|
|
1118
1280
|
},
|
|
1119
1281
|
{
|
|
@@ -1135,24 +1297,98 @@
|
|
|
1135
1297
|
"max": 10
|
|
1136
1298
|
}
|
|
1137
1299
|
],
|
|
1138
|
-
"evaluatedAt": "2026-04-
|
|
1139
|
-
"evaluatedVersion": "1.2.
|
|
1300
|
+
"evaluatedAt": "2026-04-30T23:05:13.095Z",
|
|
1301
|
+
"evaluatedVersion": "1.2.3"
|
|
1302
|
+
},
|
|
1303
|
+
"evalSummaries": {
|
|
1304
|
+
"quality": {
|
|
1305
|
+
"providerId": "quality",
|
|
1306
|
+
"providerVersion": "1.0.0",
|
|
1307
|
+
"schemaVersion": 1,
|
|
1308
|
+
"passed": true,
|
|
1309
|
+
"overallScore": 94,
|
|
1310
|
+
"grade": "A",
|
|
1311
|
+
"categories": [
|
|
1312
|
+
{
|
|
1313
|
+
"id": "structure",
|
|
1314
|
+
"name": "Structure & completeness",
|
|
1315
|
+
"score": 10,
|
|
1316
|
+
"max": 10
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"id": "description",
|
|
1320
|
+
"name": "Description quality",
|
|
1321
|
+
"score": 8,
|
|
1322
|
+
"max": 10
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"id": "prompt-engineering",
|
|
1326
|
+
"name": "Prompt engineering",
|
|
1327
|
+
"score": 9,
|
|
1328
|
+
"max": 10
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"id": "context-efficiency",
|
|
1332
|
+
"name": "Context efficiency",
|
|
1333
|
+
"score": 9,
|
|
1334
|
+
"max": 10
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"id": "safety",
|
|
1338
|
+
"name": "Safety & guardrails",
|
|
1339
|
+
"score": 10,
|
|
1340
|
+
"max": 10
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"id": "testability",
|
|
1344
|
+
"name": "Testability",
|
|
1345
|
+
"score": 10,
|
|
1346
|
+
"max": 10
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"id": "naming",
|
|
1350
|
+
"name": "Naming & conventions",
|
|
1351
|
+
"score": 10,
|
|
1352
|
+
"max": 10
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"evaluatedAt": "2026-04-30T23:05:13.095Z",
|
|
1356
|
+
"evaluatedVersion": "1.2.3"
|
|
1357
|
+
},
|
|
1358
|
+
"skill-best-practice": {
|
|
1359
|
+
"providerId": "skill-best-practice",
|
|
1360
|
+
"providerVersion": "1.1.0",
|
|
1361
|
+
"schemaVersion": 1,
|
|
1362
|
+
"passed": true,
|
|
1363
|
+
"overallScore": 93,
|
|
1364
|
+
"grade": "A",
|
|
1365
|
+
"categories": [
|
|
1366
|
+
{
|
|
1367
|
+
"id": "validation",
|
|
1368
|
+
"name": "Deterministic validation",
|
|
1369
|
+
"score": 13,
|
|
1370
|
+
"max": 14
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"evaluatedAt": "2026-04-30T23:05:13.095Z",
|
|
1374
|
+
"evaluatedVersion": "1.2.3"
|
|
1375
|
+
}
|
|
1140
1376
|
}
|
|
1141
1377
|
},
|
|
1142
1378
|
{
|
|
1143
|
-
"name": "
|
|
1144
|
-
"description": "
|
|
1145
|
-
"version": "1.
|
|
1379
|
+
"name": "drawio-generator",
|
|
1380
|
+
"description": "Generate professional diagrams as valid draw.io XML files — flowcharts, architecture, C4 models, ER diagrams, sequence diagrams, mind maps, and swimlanes. Don't use for Excalidraw or Mermaid output, hand-drawn sketch styles, or slide decks/presentations.",
|
|
1381
|
+
"version": "1.2.0",
|
|
1146
1382
|
"license": "MIT",
|
|
1147
|
-
"creator": "
|
|
1383
|
+
"creator": "",
|
|
1148
1384
|
"compatibility": "",
|
|
1149
1385
|
"allowedTools": [],
|
|
1150
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1151
|
-
"relPath": "skills/
|
|
1386
|
+
"installUrl": "github:luongnv89/skills:skills/drawio-generator",
|
|
1387
|
+
"relPath": "skills/drawio-generator",
|
|
1152
1388
|
"verified": true,
|
|
1153
|
-
"tokenCount":
|
|
1389
|
+
"tokenCount": 2638,
|
|
1154
1390
|
"evalSummary": {
|
|
1155
|
-
"overallScore":
|
|
1391
|
+
"overallScore": 100,
|
|
1156
1392
|
"grade": "A",
|
|
1157
1393
|
"categories": [
|
|
1158
1394
|
{
|
|
@@ -1170,19 +1406,19 @@
|
|
|
1170
1406
|
{
|
|
1171
1407
|
"id": "prompt-engineering",
|
|
1172
1408
|
"name": "Prompt engineering",
|
|
1173
|
-
"score":
|
|
1409
|
+
"score": 10,
|
|
1174
1410
|
"max": 10
|
|
1175
1411
|
},
|
|
1176
1412
|
{
|
|
1177
1413
|
"id": "context-efficiency",
|
|
1178
1414
|
"name": "Context efficiency",
|
|
1179
|
-
"score":
|
|
1415
|
+
"score": 10,
|
|
1180
1416
|
"max": 10
|
|
1181
1417
|
},
|
|
1182
1418
|
{
|
|
1183
1419
|
"id": "safety",
|
|
1184
1420
|
"name": "Safety & guardrails",
|
|
1185
|
-
"score":
|
|
1421
|
+
"score": 10,
|
|
1186
1422
|
"max": 10
|
|
1187
1423
|
},
|
|
1188
1424
|
{
|
|
@@ -1198,25 +1434,99 @@
|
|
|
1198
1434
|
"max": 10
|
|
1199
1435
|
}
|
|
1200
1436
|
],
|
|
1201
|
-
"evaluatedAt": "2026-04-
|
|
1202
|
-
"evaluatedVersion": "1.
|
|
1437
|
+
"evaluatedAt": "2026-04-30T23:05:13.096Z",
|
|
1438
|
+
"evaluatedVersion": "1.2.0"
|
|
1439
|
+
},
|
|
1440
|
+
"evalSummaries": {
|
|
1441
|
+
"quality": {
|
|
1442
|
+
"providerId": "quality",
|
|
1443
|
+
"providerVersion": "1.0.0",
|
|
1444
|
+
"schemaVersion": 1,
|
|
1445
|
+
"passed": true,
|
|
1446
|
+
"overallScore": 100,
|
|
1447
|
+
"grade": "A",
|
|
1448
|
+
"categories": [
|
|
1449
|
+
{
|
|
1450
|
+
"id": "structure",
|
|
1451
|
+
"name": "Structure & completeness",
|
|
1452
|
+
"score": 10,
|
|
1453
|
+
"max": 10
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"id": "description",
|
|
1457
|
+
"name": "Description quality",
|
|
1458
|
+
"score": 10,
|
|
1459
|
+
"max": 10
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"id": "prompt-engineering",
|
|
1463
|
+
"name": "Prompt engineering",
|
|
1464
|
+
"score": 10,
|
|
1465
|
+
"max": 10
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"id": "context-efficiency",
|
|
1469
|
+
"name": "Context efficiency",
|
|
1470
|
+
"score": 10,
|
|
1471
|
+
"max": 10
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"id": "safety",
|
|
1475
|
+
"name": "Safety & guardrails",
|
|
1476
|
+
"score": 10,
|
|
1477
|
+
"max": 10
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"id": "testability",
|
|
1481
|
+
"name": "Testability",
|
|
1482
|
+
"score": 10,
|
|
1483
|
+
"max": 10
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"id": "naming",
|
|
1487
|
+
"name": "Naming & conventions",
|
|
1488
|
+
"score": 10,
|
|
1489
|
+
"max": 10
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"evaluatedAt": "2026-04-30T23:05:13.096Z",
|
|
1493
|
+
"evaluatedVersion": "1.2.0"
|
|
1494
|
+
},
|
|
1495
|
+
"skill-best-practice": {
|
|
1496
|
+
"providerId": "skill-best-practice",
|
|
1497
|
+
"providerVersion": "1.1.0",
|
|
1498
|
+
"schemaVersion": 1,
|
|
1499
|
+
"passed": true,
|
|
1500
|
+
"overallScore": 93,
|
|
1501
|
+
"grade": "A",
|
|
1502
|
+
"categories": [
|
|
1503
|
+
{
|
|
1504
|
+
"id": "validation",
|
|
1505
|
+
"name": "Deterministic validation",
|
|
1506
|
+
"score": 13,
|
|
1507
|
+
"max": 14
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"evaluatedAt": "2026-04-30T23:05:13.096Z",
|
|
1511
|
+
"evaluatedVersion": "1.2.0"
|
|
1512
|
+
}
|
|
1203
1513
|
}
|
|
1204
1514
|
},
|
|
1205
1515
|
{
|
|
1206
|
-
"name": "
|
|
1207
|
-
"description": "
|
|
1208
|
-
"version": "1.
|
|
1516
|
+
"name": "excalidraw-generator",
|
|
1517
|
+
"description": "Generate professional diagrams as valid Excalidraw JSON files — flowcharts, architecture, ER diagrams, mind maps, sequence diagrams, wireframes, C4 models, and more. Understands text, code, schemas, or verbal descriptions. Don't use for draw.io/Mermaid output, polished production slide decks, or pixel-perfect brand graphics.",
|
|
1518
|
+
"version": "1.3.0",
|
|
1209
1519
|
"license": "MIT",
|
|
1210
|
-
"creator": "
|
|
1520
|
+
"creator": "",
|
|
1211
1521
|
"compatibility": "",
|
|
1212
1522
|
"allowedTools": [],
|
|
1213
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1214
|
-
"relPath": "skills/
|
|
1523
|
+
"installUrl": "github:luongnv89/skills:skills/excalidraw-generator",
|
|
1524
|
+
"relPath": "skills/excalidraw-generator",
|
|
1215
1525
|
"verified": true,
|
|
1216
|
-
"tokenCount":
|
|
1526
|
+
"tokenCount": 2453,
|
|
1217
1527
|
"evalSummary": {
|
|
1218
|
-
"overallScore":
|
|
1219
|
-
"grade": "
|
|
1528
|
+
"overallScore": 96,
|
|
1529
|
+
"grade": "A",
|
|
1220
1530
|
"categories": [
|
|
1221
1531
|
{
|
|
1222
1532
|
"id": "structure",
|
|
@@ -1227,7 +1537,7 @@
|
|
|
1227
1537
|
{
|
|
1228
1538
|
"id": "description",
|
|
1229
1539
|
"name": "Description quality",
|
|
1230
|
-
"score":
|
|
1540
|
+
"score": 8,
|
|
1231
1541
|
"max": 10
|
|
1232
1542
|
},
|
|
1233
1543
|
{
|
|
@@ -1239,13 +1549,13 @@
|
|
|
1239
1549
|
{
|
|
1240
1550
|
"id": "context-efficiency",
|
|
1241
1551
|
"name": "Context efficiency",
|
|
1242
|
-
"score":
|
|
1552
|
+
"score": 10,
|
|
1243
1553
|
"max": 10
|
|
1244
1554
|
},
|
|
1245
1555
|
{
|
|
1246
1556
|
"id": "safety",
|
|
1247
1557
|
"name": "Safety & guardrails",
|
|
1248
|
-
"score":
|
|
1558
|
+
"score": 9,
|
|
1249
1559
|
"max": 10
|
|
1250
1560
|
},
|
|
1251
1561
|
{
|
|
@@ -1261,25 +1571,99 @@
|
|
|
1261
1571
|
"max": 10
|
|
1262
1572
|
}
|
|
1263
1573
|
],
|
|
1264
|
-
"evaluatedAt": "2026-04-
|
|
1265
|
-
"evaluatedVersion": "1.
|
|
1574
|
+
"evaluatedAt": "2026-04-30T23:05:13.098Z",
|
|
1575
|
+
"evaluatedVersion": "1.3.0"
|
|
1576
|
+
},
|
|
1577
|
+
"evalSummaries": {
|
|
1578
|
+
"quality": {
|
|
1579
|
+
"providerId": "quality",
|
|
1580
|
+
"providerVersion": "1.0.0",
|
|
1581
|
+
"schemaVersion": 1,
|
|
1582
|
+
"passed": true,
|
|
1583
|
+
"overallScore": 96,
|
|
1584
|
+
"grade": "A",
|
|
1585
|
+
"categories": [
|
|
1586
|
+
{
|
|
1587
|
+
"id": "structure",
|
|
1588
|
+
"name": "Structure & completeness",
|
|
1589
|
+
"score": 10,
|
|
1590
|
+
"max": 10
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"id": "description",
|
|
1594
|
+
"name": "Description quality",
|
|
1595
|
+
"score": 8,
|
|
1596
|
+
"max": 10
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"id": "prompt-engineering",
|
|
1600
|
+
"name": "Prompt engineering",
|
|
1601
|
+
"score": 10,
|
|
1602
|
+
"max": 10
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"id": "context-efficiency",
|
|
1606
|
+
"name": "Context efficiency",
|
|
1607
|
+
"score": 10,
|
|
1608
|
+
"max": 10
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"id": "safety",
|
|
1612
|
+
"name": "Safety & guardrails",
|
|
1613
|
+
"score": 9,
|
|
1614
|
+
"max": 10
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"id": "testability",
|
|
1618
|
+
"name": "Testability",
|
|
1619
|
+
"score": 10,
|
|
1620
|
+
"max": 10
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"id": "naming",
|
|
1624
|
+
"name": "Naming & conventions",
|
|
1625
|
+
"score": 10,
|
|
1626
|
+
"max": 10
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"evaluatedAt": "2026-04-30T23:05:13.098Z",
|
|
1630
|
+
"evaluatedVersion": "1.3.0"
|
|
1631
|
+
},
|
|
1632
|
+
"skill-best-practice": {
|
|
1633
|
+
"providerId": "skill-best-practice",
|
|
1634
|
+
"providerVersion": "1.1.0",
|
|
1635
|
+
"schemaVersion": 1,
|
|
1636
|
+
"passed": true,
|
|
1637
|
+
"overallScore": 93,
|
|
1638
|
+
"grade": "A",
|
|
1639
|
+
"categories": [
|
|
1640
|
+
{
|
|
1641
|
+
"id": "validation",
|
|
1642
|
+
"name": "Deterministic validation",
|
|
1643
|
+
"score": 13,
|
|
1644
|
+
"max": 14
|
|
1645
|
+
}
|
|
1646
|
+
],
|
|
1647
|
+
"evaluatedAt": "2026-04-30T23:05:13.098Z",
|
|
1648
|
+
"evaluatedVersion": "1.3.0"
|
|
1649
|
+
}
|
|
1266
1650
|
}
|
|
1267
1651
|
},
|
|
1268
1652
|
{
|
|
1269
|
-
"name": "
|
|
1270
|
-
"description": "
|
|
1271
|
-
"version": "1.
|
|
1653
|
+
"name": "frontend-design",
|
|
1654
|
+
"description": "Build production-grade frontend interfaces with distinctive aesthetics and working code. Use when asked to create a UI, component, page, or frontend feature. Skip for backend/API work or usability-only audits.",
|
|
1655
|
+
"version": "1.2.2",
|
|
1272
1656
|
"license": "MIT",
|
|
1273
|
-
"creator": "
|
|
1657
|
+
"creator": "",
|
|
1274
1658
|
"compatibility": "",
|
|
1275
1659
|
"allowedTools": [],
|
|
1276
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1277
|
-
"relPath": "skills/
|
|
1660
|
+
"installUrl": "github:luongnv89/skills:skills/frontend-design",
|
|
1661
|
+
"relPath": "skills/frontend-design",
|
|
1278
1662
|
"verified": true,
|
|
1279
|
-
"tokenCount":
|
|
1663
|
+
"tokenCount": 3152,
|
|
1280
1664
|
"evalSummary": {
|
|
1281
|
-
"overallScore":
|
|
1282
|
-
"grade": "
|
|
1665
|
+
"overallScore": 96,
|
|
1666
|
+
"grade": "A",
|
|
1283
1667
|
"categories": [
|
|
1284
1668
|
{
|
|
1285
1669
|
"id": "structure",
|
|
@@ -1290,19 +1674,19 @@
|
|
|
1290
1674
|
{
|
|
1291
1675
|
"id": "description",
|
|
1292
1676
|
"name": "Description quality",
|
|
1293
|
-
"score":
|
|
1677
|
+
"score": 10,
|
|
1294
1678
|
"max": 10
|
|
1295
1679
|
},
|
|
1296
1680
|
{
|
|
1297
1681
|
"id": "prompt-engineering",
|
|
1298
1682
|
"name": "Prompt engineering",
|
|
1299
|
-
"score":
|
|
1683
|
+
"score": 10,
|
|
1300
1684
|
"max": 10
|
|
1301
1685
|
},
|
|
1302
1686
|
{
|
|
1303
1687
|
"id": "context-efficiency",
|
|
1304
1688
|
"name": "Context efficiency",
|
|
1305
|
-
"score":
|
|
1689
|
+
"score": 8,
|
|
1306
1690
|
"max": 10
|
|
1307
1691
|
},
|
|
1308
1692
|
{
|
|
@@ -1314,7 +1698,7 @@
|
|
|
1314
1698
|
{
|
|
1315
1699
|
"id": "testability",
|
|
1316
1700
|
"name": "Testability",
|
|
1317
|
-
"score":
|
|
1701
|
+
"score": 10,
|
|
1318
1702
|
"max": 10
|
|
1319
1703
|
},
|
|
1320
1704
|
{
|
|
@@ -1324,24 +1708,98 @@
|
|
|
1324
1708
|
"max": 10
|
|
1325
1709
|
}
|
|
1326
1710
|
],
|
|
1327
|
-
"evaluatedAt": "2026-04-
|
|
1328
|
-
"evaluatedVersion": "1.
|
|
1711
|
+
"evaluatedAt": "2026-04-30T23:05:13.100Z",
|
|
1712
|
+
"evaluatedVersion": "1.2.2"
|
|
1713
|
+
},
|
|
1714
|
+
"evalSummaries": {
|
|
1715
|
+
"quality": {
|
|
1716
|
+
"providerId": "quality",
|
|
1717
|
+
"providerVersion": "1.0.0",
|
|
1718
|
+
"schemaVersion": 1,
|
|
1719
|
+
"passed": true,
|
|
1720
|
+
"overallScore": 96,
|
|
1721
|
+
"grade": "A",
|
|
1722
|
+
"categories": [
|
|
1723
|
+
{
|
|
1724
|
+
"id": "structure",
|
|
1725
|
+
"name": "Structure & completeness",
|
|
1726
|
+
"score": 10,
|
|
1727
|
+
"max": 10
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "description",
|
|
1731
|
+
"name": "Description quality",
|
|
1732
|
+
"score": 10,
|
|
1733
|
+
"max": 10
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"id": "prompt-engineering",
|
|
1737
|
+
"name": "Prompt engineering",
|
|
1738
|
+
"score": 10,
|
|
1739
|
+
"max": 10
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"id": "context-efficiency",
|
|
1743
|
+
"name": "Context efficiency",
|
|
1744
|
+
"score": 8,
|
|
1745
|
+
"max": 10
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"id": "safety",
|
|
1749
|
+
"name": "Safety & guardrails",
|
|
1750
|
+
"score": 9,
|
|
1751
|
+
"max": 10
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"id": "testability",
|
|
1755
|
+
"name": "Testability",
|
|
1756
|
+
"score": 10,
|
|
1757
|
+
"max": 10
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "naming",
|
|
1761
|
+
"name": "Naming & conventions",
|
|
1762
|
+
"score": 10,
|
|
1763
|
+
"max": 10
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"evaluatedAt": "2026-04-30T23:05:13.100Z",
|
|
1767
|
+
"evaluatedVersion": "1.2.2"
|
|
1768
|
+
},
|
|
1769
|
+
"skill-best-practice": {
|
|
1770
|
+
"providerId": "skill-best-practice",
|
|
1771
|
+
"providerVersion": "1.1.0",
|
|
1772
|
+
"schemaVersion": 1,
|
|
1773
|
+
"passed": true,
|
|
1774
|
+
"overallScore": 100,
|
|
1775
|
+
"grade": "A",
|
|
1776
|
+
"categories": [
|
|
1777
|
+
{
|
|
1778
|
+
"id": "validation",
|
|
1779
|
+
"name": "Deterministic validation",
|
|
1780
|
+
"score": 14,
|
|
1781
|
+
"max": 14
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"evaluatedAt": "2026-04-30T23:05:13.100Z",
|
|
1785
|
+
"evaluatedVersion": "1.2.2"
|
|
1786
|
+
}
|
|
1329
1787
|
}
|
|
1330
1788
|
},
|
|
1331
1789
|
{
|
|
1332
|
-
"name": "
|
|
1333
|
-
"description": "
|
|
1334
|
-
"version": "1.
|
|
1790
|
+
"name": "idea-validator",
|
|
1791
|
+
"description": "Evaluate app ideas and startup concepts across market viability, technical feasibility, and competitive landscape. Use when asked to validate, review, or score a product idea. Don't use for writing a PRD, detailed go-to-market plans, or financial/investor pitch decks.",
|
|
1792
|
+
"version": "1.3.1",
|
|
1335
1793
|
"license": "MIT",
|
|
1336
|
-
"creator": "
|
|
1794
|
+
"creator": "",
|
|
1337
1795
|
"compatibility": "",
|
|
1338
1796
|
"allowedTools": [],
|
|
1339
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1340
|
-
"relPath": "skills/
|
|
1797
|
+
"installUrl": "github:luongnv89/skills:skills/idea-validator",
|
|
1798
|
+
"relPath": "skills/idea-validator",
|
|
1341
1799
|
"verified": true,
|
|
1342
|
-
"tokenCount":
|
|
1800
|
+
"tokenCount": 3947,
|
|
1343
1801
|
"evalSummary": {
|
|
1344
|
-
"overallScore":
|
|
1802
|
+
"overallScore": 94,
|
|
1345
1803
|
"grade": "A",
|
|
1346
1804
|
"categories": [
|
|
1347
1805
|
{
|
|
@@ -1353,7 +1811,7 @@
|
|
|
1353
1811
|
{
|
|
1354
1812
|
"id": "description",
|
|
1355
1813
|
"name": "Description quality",
|
|
1356
|
-
"score":
|
|
1814
|
+
"score": 10,
|
|
1357
1815
|
"max": 10
|
|
1358
1816
|
},
|
|
1359
1817
|
{
|
|
@@ -1371,7 +1829,7 @@
|
|
|
1371
1829
|
{
|
|
1372
1830
|
"id": "safety",
|
|
1373
1831
|
"name": "Safety & guardrails",
|
|
1374
|
-
"score":
|
|
1832
|
+
"score": 9,
|
|
1375
1833
|
"max": 10
|
|
1376
1834
|
},
|
|
1377
1835
|
{
|
|
@@ -1387,24 +1845,98 @@
|
|
|
1387
1845
|
"max": 10
|
|
1388
1846
|
}
|
|
1389
1847
|
],
|
|
1390
|
-
"evaluatedAt": "2026-04-
|
|
1391
|
-
"evaluatedVersion": "1.
|
|
1848
|
+
"evaluatedAt": "2026-04-30T23:05:13.102Z",
|
|
1849
|
+
"evaluatedVersion": "1.3.1"
|
|
1850
|
+
},
|
|
1851
|
+
"evalSummaries": {
|
|
1852
|
+
"quality": {
|
|
1853
|
+
"providerId": "quality",
|
|
1854
|
+
"providerVersion": "1.0.0",
|
|
1855
|
+
"schemaVersion": 1,
|
|
1856
|
+
"passed": true,
|
|
1857
|
+
"overallScore": 94,
|
|
1858
|
+
"grade": "A",
|
|
1859
|
+
"categories": [
|
|
1860
|
+
{
|
|
1861
|
+
"id": "structure",
|
|
1862
|
+
"name": "Structure & completeness",
|
|
1863
|
+
"score": 10,
|
|
1864
|
+
"max": 10
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"id": "description",
|
|
1868
|
+
"name": "Description quality",
|
|
1869
|
+
"score": 10,
|
|
1870
|
+
"max": 10
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"id": "prompt-engineering",
|
|
1874
|
+
"name": "Prompt engineering",
|
|
1875
|
+
"score": 9,
|
|
1876
|
+
"max": 10
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"id": "context-efficiency",
|
|
1880
|
+
"name": "Context efficiency",
|
|
1881
|
+
"score": 8,
|
|
1882
|
+
"max": 10
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"id": "safety",
|
|
1886
|
+
"name": "Safety & guardrails",
|
|
1887
|
+
"score": 9,
|
|
1888
|
+
"max": 10
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "testability",
|
|
1892
|
+
"name": "Testability",
|
|
1893
|
+
"score": 10,
|
|
1894
|
+
"max": 10
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"id": "naming",
|
|
1898
|
+
"name": "Naming & conventions",
|
|
1899
|
+
"score": 10,
|
|
1900
|
+
"max": 10
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"evaluatedAt": "2026-04-30T23:05:13.102Z",
|
|
1904
|
+
"evaluatedVersion": "1.3.1"
|
|
1905
|
+
},
|
|
1906
|
+
"skill-best-practice": {
|
|
1907
|
+
"providerId": "skill-best-practice",
|
|
1908
|
+
"providerVersion": "1.1.0",
|
|
1909
|
+
"schemaVersion": 1,
|
|
1910
|
+
"passed": true,
|
|
1911
|
+
"overallScore": 93,
|
|
1912
|
+
"grade": "A",
|
|
1913
|
+
"categories": [
|
|
1914
|
+
{
|
|
1915
|
+
"id": "validation",
|
|
1916
|
+
"name": "Deterministic validation",
|
|
1917
|
+
"score": 13,
|
|
1918
|
+
"max": 14
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1921
|
+
"evaluatedAt": "2026-04-30T23:05:13.102Z",
|
|
1922
|
+
"evaluatedVersion": "1.3.1"
|
|
1923
|
+
}
|
|
1392
1924
|
}
|
|
1393
1925
|
},
|
|
1394
1926
|
{
|
|
1395
|
-
"name": "
|
|
1396
|
-
"description": "
|
|
1397
|
-
"version": "
|
|
1927
|
+
"name": "install-script-generator",
|
|
1928
|
+
"description": "Generate cross-platform installation scripts for any software, library, or module. Produces a standalone install.sh runnable via a single curl/wget one-liner, with automatic OS, architecture, and package manager detection. Don't use for authoring Dockerfiles, CI/CD pipelines, or one-off local shell scripts.",
|
|
1929
|
+
"version": "2.1.0",
|
|
1398
1930
|
"license": "MIT",
|
|
1399
|
-
"creator": "
|
|
1931
|
+
"creator": "",
|
|
1400
1932
|
"compatibility": "",
|
|
1401
1933
|
"allowedTools": [],
|
|
1402
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1403
|
-
"relPath": "skills/
|
|
1934
|
+
"installUrl": "github:luongnv89/skills:skills/install-script-generator",
|
|
1935
|
+
"relPath": "skills/install-script-generator",
|
|
1404
1936
|
"verified": true,
|
|
1405
|
-
"tokenCount":
|
|
1937
|
+
"tokenCount": 1746,
|
|
1406
1938
|
"evalSummary": {
|
|
1407
|
-
"overallScore":
|
|
1939
|
+
"overallScore": 97,
|
|
1408
1940
|
"grade": "A",
|
|
1409
1941
|
"categories": [
|
|
1410
1942
|
{
|
|
@@ -1416,19 +1948,19 @@
|
|
|
1416
1948
|
{
|
|
1417
1949
|
"id": "description",
|
|
1418
1950
|
"name": "Description quality",
|
|
1419
|
-
"score":
|
|
1951
|
+
"score": 10,
|
|
1420
1952
|
"max": 10
|
|
1421
1953
|
},
|
|
1422
1954
|
{
|
|
1423
1955
|
"id": "prompt-engineering",
|
|
1424
1956
|
"name": "Prompt engineering",
|
|
1425
|
-
"score":
|
|
1957
|
+
"score": 9,
|
|
1426
1958
|
"max": 10
|
|
1427
1959
|
},
|
|
1428
1960
|
{
|
|
1429
1961
|
"id": "context-efficiency",
|
|
1430
1962
|
"name": "Context efficiency",
|
|
1431
|
-
"score":
|
|
1963
|
+
"score": 10,
|
|
1432
1964
|
"max": 10
|
|
1433
1965
|
},
|
|
1434
1966
|
{
|
|
@@ -1450,25 +1982,99 @@
|
|
|
1450
1982
|
"max": 10
|
|
1451
1983
|
}
|
|
1452
1984
|
],
|
|
1453
|
-
"evaluatedAt": "2026-04-
|
|
1454
|
-
"evaluatedVersion": "
|
|
1985
|
+
"evaluatedAt": "2026-04-30T23:05:13.104Z",
|
|
1986
|
+
"evaluatedVersion": "2.1.0"
|
|
1987
|
+
},
|
|
1988
|
+
"evalSummaries": {
|
|
1989
|
+
"quality": {
|
|
1990
|
+
"providerId": "quality",
|
|
1991
|
+
"providerVersion": "1.0.0",
|
|
1992
|
+
"schemaVersion": 1,
|
|
1993
|
+
"passed": true,
|
|
1994
|
+
"overallScore": 97,
|
|
1995
|
+
"grade": "A",
|
|
1996
|
+
"categories": [
|
|
1997
|
+
{
|
|
1998
|
+
"id": "structure",
|
|
1999
|
+
"name": "Structure & completeness",
|
|
2000
|
+
"score": 10,
|
|
2001
|
+
"max": 10
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"id": "description",
|
|
2005
|
+
"name": "Description quality",
|
|
2006
|
+
"score": 10,
|
|
2007
|
+
"max": 10
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"id": "prompt-engineering",
|
|
2011
|
+
"name": "Prompt engineering",
|
|
2012
|
+
"score": 9,
|
|
2013
|
+
"max": 10
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"id": "context-efficiency",
|
|
2017
|
+
"name": "Context efficiency",
|
|
2018
|
+
"score": 10,
|
|
2019
|
+
"max": 10
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"id": "safety",
|
|
2023
|
+
"name": "Safety & guardrails",
|
|
2024
|
+
"score": 9,
|
|
2025
|
+
"max": 10
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"id": "testability",
|
|
2029
|
+
"name": "Testability",
|
|
2030
|
+
"score": 10,
|
|
2031
|
+
"max": 10
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"id": "naming",
|
|
2035
|
+
"name": "Naming & conventions",
|
|
2036
|
+
"score": 10,
|
|
2037
|
+
"max": 10
|
|
2038
|
+
}
|
|
2039
|
+
],
|
|
2040
|
+
"evaluatedAt": "2026-04-30T23:05:13.104Z",
|
|
2041
|
+
"evaluatedVersion": "2.1.0"
|
|
2042
|
+
},
|
|
2043
|
+
"skill-best-practice": {
|
|
2044
|
+
"providerId": "skill-best-practice",
|
|
2045
|
+
"providerVersion": "1.1.0",
|
|
2046
|
+
"schemaVersion": 1,
|
|
2047
|
+
"passed": true,
|
|
2048
|
+
"overallScore": 93,
|
|
2049
|
+
"grade": "A",
|
|
2050
|
+
"categories": [
|
|
2051
|
+
{
|
|
2052
|
+
"id": "validation",
|
|
2053
|
+
"name": "Deterministic validation",
|
|
2054
|
+
"score": 13,
|
|
2055
|
+
"max": 14
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
"evaluatedAt": "2026-04-30T23:05:13.104Z",
|
|
2059
|
+
"evaluatedVersion": "2.1.0"
|
|
2060
|
+
}
|
|
1455
2061
|
}
|
|
1456
2062
|
},
|
|
1457
2063
|
{
|
|
1458
|
-
"name": "
|
|
1459
|
-
"description": "
|
|
1460
|
-
"version": "1.
|
|
2064
|
+
"name": "logo-designer",
|
|
2065
|
+
"description": "Generate professional SVG logos from project context, producing 7 brand variants (mark, full, wordmark, icon, favicon, white, black) plus a showcase HTML page. Skip for raster-only logos, product illustrations, or full brand-guideline docs.",
|
|
2066
|
+
"version": "1.2.1",
|
|
1461
2067
|
"license": "MIT",
|
|
1462
|
-
"creator": "
|
|
2068
|
+
"creator": "",
|
|
1463
2069
|
"compatibility": "",
|
|
1464
2070
|
"allowedTools": [],
|
|
1465
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1466
|
-
"relPath": "skills/
|
|
2071
|
+
"installUrl": "github:luongnv89/skills:skills/logo-designer",
|
|
2072
|
+
"relPath": "skills/logo-designer",
|
|
1467
2073
|
"verified": true,
|
|
1468
|
-
"tokenCount":
|
|
2074
|
+
"tokenCount": 2979,
|
|
1469
2075
|
"evalSummary": {
|
|
1470
|
-
"overallScore":
|
|
1471
|
-
"grade": "
|
|
2076
|
+
"overallScore": 99,
|
|
2077
|
+
"grade": "A",
|
|
1472
2078
|
"categories": [
|
|
1473
2079
|
{
|
|
1474
2080
|
"id": "structure",
|
|
@@ -1479,7 +2085,7 @@
|
|
|
1479
2085
|
{
|
|
1480
2086
|
"id": "description",
|
|
1481
2087
|
"name": "Description quality",
|
|
1482
|
-
"score":
|
|
2088
|
+
"score": 10,
|
|
1483
2089
|
"max": 10
|
|
1484
2090
|
},
|
|
1485
2091
|
{
|
|
@@ -1491,19 +2097,19 @@
|
|
|
1491
2097
|
{
|
|
1492
2098
|
"id": "context-efficiency",
|
|
1493
2099
|
"name": "Context efficiency",
|
|
1494
|
-
"score":
|
|
2100
|
+
"score": 10,
|
|
1495
2101
|
"max": 10
|
|
1496
2102
|
},
|
|
1497
2103
|
{
|
|
1498
2104
|
"id": "safety",
|
|
1499
2105
|
"name": "Safety & guardrails",
|
|
1500
|
-
"score":
|
|
2106
|
+
"score": 10,
|
|
1501
2107
|
"max": 10
|
|
1502
2108
|
},
|
|
1503
2109
|
{
|
|
1504
2110
|
"id": "testability",
|
|
1505
2111
|
"name": "Testability",
|
|
1506
|
-
"score":
|
|
2112
|
+
"score": 10,
|
|
1507
2113
|
"max": 10
|
|
1508
2114
|
},
|
|
1509
2115
|
{
|
|
@@ -1513,25 +2119,99 @@
|
|
|
1513
2119
|
"max": 10
|
|
1514
2120
|
}
|
|
1515
2121
|
],
|
|
1516
|
-
"evaluatedAt": "2026-04-
|
|
1517
|
-
"evaluatedVersion": "1.
|
|
2122
|
+
"evaluatedAt": "2026-04-30T23:05:13.105Z",
|
|
2123
|
+
"evaluatedVersion": "1.2.1"
|
|
2124
|
+
},
|
|
2125
|
+
"evalSummaries": {
|
|
2126
|
+
"quality": {
|
|
2127
|
+
"providerId": "quality",
|
|
2128
|
+
"providerVersion": "1.0.0",
|
|
2129
|
+
"schemaVersion": 1,
|
|
2130
|
+
"passed": true,
|
|
2131
|
+
"overallScore": 99,
|
|
2132
|
+
"grade": "A",
|
|
2133
|
+
"categories": [
|
|
2134
|
+
{
|
|
2135
|
+
"id": "structure",
|
|
2136
|
+
"name": "Structure & completeness",
|
|
2137
|
+
"score": 10,
|
|
2138
|
+
"max": 10
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"id": "description",
|
|
2142
|
+
"name": "Description quality",
|
|
2143
|
+
"score": 10,
|
|
2144
|
+
"max": 10
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"id": "prompt-engineering",
|
|
2148
|
+
"name": "Prompt engineering",
|
|
2149
|
+
"score": 9,
|
|
2150
|
+
"max": 10
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"id": "context-efficiency",
|
|
2154
|
+
"name": "Context efficiency",
|
|
2155
|
+
"score": 10,
|
|
2156
|
+
"max": 10
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"id": "safety",
|
|
2160
|
+
"name": "Safety & guardrails",
|
|
2161
|
+
"score": 10,
|
|
2162
|
+
"max": 10
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"id": "testability",
|
|
2166
|
+
"name": "Testability",
|
|
2167
|
+
"score": 10,
|
|
2168
|
+
"max": 10
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"id": "naming",
|
|
2172
|
+
"name": "Naming & conventions",
|
|
2173
|
+
"score": 10,
|
|
2174
|
+
"max": 10
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"evaluatedAt": "2026-04-30T23:05:13.105Z",
|
|
2178
|
+
"evaluatedVersion": "1.2.1"
|
|
2179
|
+
},
|
|
2180
|
+
"skill-best-practice": {
|
|
2181
|
+
"providerId": "skill-best-practice",
|
|
2182
|
+
"providerVersion": "1.1.0",
|
|
2183
|
+
"schemaVersion": 1,
|
|
2184
|
+
"passed": true,
|
|
2185
|
+
"overallScore": 100,
|
|
2186
|
+
"grade": "A",
|
|
2187
|
+
"categories": [
|
|
2188
|
+
{
|
|
2189
|
+
"id": "validation",
|
|
2190
|
+
"name": "Deterministic validation",
|
|
2191
|
+
"score": 14,
|
|
2192
|
+
"max": 14
|
|
2193
|
+
}
|
|
2194
|
+
],
|
|
2195
|
+
"evaluatedAt": "2026-04-30T23:05:13.105Z",
|
|
2196
|
+
"evaluatedVersion": "1.2.1"
|
|
2197
|
+
}
|
|
1518
2198
|
}
|
|
1519
2199
|
},
|
|
1520
2200
|
{
|
|
1521
|
-
"name": "
|
|
1522
|
-
"description": "
|
|
1523
|
-
"version": "1.
|
|
2201
|
+
"name": "ollama-optimizer",
|
|
2202
|
+
"description": "Optimize Ollama configuration for the current machine's hardware. Use when asked to speed up Ollama, tune local LLM performance, or pick models that fit available GPU/RAM.",
|
|
2203
|
+
"version": "1.0.4",
|
|
1524
2204
|
"license": "MIT",
|
|
1525
|
-
"creator": "
|
|
2205
|
+
"creator": "",
|
|
1526
2206
|
"compatibility": "",
|
|
1527
2207
|
"allowedTools": [],
|
|
1528
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1529
|
-
"relPath": "skills/
|
|
2208
|
+
"installUrl": "github:luongnv89/skills:skills/ollama-optimizer",
|
|
2209
|
+
"relPath": "skills/ollama-optimizer",
|
|
1530
2210
|
"verified": true,
|
|
1531
|
-
"tokenCount":
|
|
2211
|
+
"tokenCount": 2651,
|
|
1532
2212
|
"evalSummary": {
|
|
1533
|
-
"overallScore":
|
|
1534
|
-
"grade": "
|
|
2213
|
+
"overallScore": 94,
|
|
2214
|
+
"grade": "A",
|
|
1535
2215
|
"categories": [
|
|
1536
2216
|
{
|
|
1537
2217
|
"id": "structure",
|
|
@@ -1554,7 +2234,7 @@
|
|
|
1554
2234
|
{
|
|
1555
2235
|
"id": "context-efficiency",
|
|
1556
2236
|
"name": "Context efficiency",
|
|
1557
|
-
"score":
|
|
2237
|
+
"score": 10,
|
|
1558
2238
|
"max": 10
|
|
1559
2239
|
},
|
|
1560
2240
|
{
|
|
@@ -1566,7 +2246,7 @@
|
|
|
1566
2246
|
{
|
|
1567
2247
|
"id": "testability",
|
|
1568
2248
|
"name": "Testability",
|
|
1569
|
-
"score":
|
|
2249
|
+
"score": 8,
|
|
1570
2250
|
"max": 10
|
|
1571
2251
|
},
|
|
1572
2252
|
{
|
|
@@ -1576,25 +2256,99 @@
|
|
|
1576
2256
|
"max": 10
|
|
1577
2257
|
}
|
|
1578
2258
|
],
|
|
1579
|
-
"evaluatedAt": "2026-04-
|
|
1580
|
-
"evaluatedVersion": "1.
|
|
2259
|
+
"evaluatedAt": "2026-04-30T23:05:13.107Z",
|
|
2260
|
+
"evaluatedVersion": "1.0.4"
|
|
2261
|
+
},
|
|
2262
|
+
"evalSummaries": {
|
|
2263
|
+
"quality": {
|
|
2264
|
+
"providerId": "quality",
|
|
2265
|
+
"providerVersion": "1.0.0",
|
|
2266
|
+
"schemaVersion": 1,
|
|
2267
|
+
"passed": true,
|
|
2268
|
+
"overallScore": 94,
|
|
2269
|
+
"grade": "A",
|
|
2270
|
+
"categories": [
|
|
2271
|
+
{
|
|
2272
|
+
"id": "structure",
|
|
2273
|
+
"name": "Structure & completeness",
|
|
2274
|
+
"score": 10,
|
|
2275
|
+
"max": 10
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"id": "description",
|
|
2279
|
+
"name": "Description quality",
|
|
2280
|
+
"score": 10,
|
|
2281
|
+
"max": 10
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"id": "prompt-engineering",
|
|
2285
|
+
"name": "Prompt engineering",
|
|
2286
|
+
"score": 9,
|
|
2287
|
+
"max": 10
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"id": "context-efficiency",
|
|
2291
|
+
"name": "Context efficiency",
|
|
2292
|
+
"score": 10,
|
|
2293
|
+
"max": 10
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"id": "safety",
|
|
2297
|
+
"name": "Safety & guardrails",
|
|
2298
|
+
"score": 9,
|
|
2299
|
+
"max": 10
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "testability",
|
|
2303
|
+
"name": "Testability",
|
|
2304
|
+
"score": 8,
|
|
2305
|
+
"max": 10
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"id": "naming",
|
|
2309
|
+
"name": "Naming & conventions",
|
|
2310
|
+
"score": 10,
|
|
2311
|
+
"max": 10
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"evaluatedAt": "2026-04-30T23:05:13.107Z",
|
|
2315
|
+
"evaluatedVersion": "1.0.4"
|
|
2316
|
+
},
|
|
2317
|
+
"skill-best-practice": {
|
|
2318
|
+
"providerId": "skill-best-practice",
|
|
2319
|
+
"providerVersion": "1.1.0",
|
|
2320
|
+
"schemaVersion": 1,
|
|
2321
|
+
"passed": true,
|
|
2322
|
+
"overallScore": 93,
|
|
2323
|
+
"grade": "A",
|
|
2324
|
+
"categories": [
|
|
2325
|
+
{
|
|
2326
|
+
"id": "validation",
|
|
2327
|
+
"name": "Deterministic validation",
|
|
2328
|
+
"score": 13,
|
|
2329
|
+
"max": 14
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"evaluatedAt": "2026-04-30T23:05:13.107Z",
|
|
2333
|
+
"evaluatedVersion": "1.0.4"
|
|
2334
|
+
}
|
|
1581
2335
|
}
|
|
1582
2336
|
},
|
|
1583
2337
|
{
|
|
1584
|
-
"name": "
|
|
1585
|
-
"description": "Transform a project
|
|
1586
|
-
"version": "2.0
|
|
2338
|
+
"name": "oss-ready",
|
|
2339
|
+
"description": "Transform a project into a professional open-source repository by adding LICENSE, README, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, and GitHub issue/PR templates. Don't use for documentation overhauls, landing-page generation, or registry publishing.",
|
|
2340
|
+
"version": "1.2.0",
|
|
1587
2341
|
"license": "MIT",
|
|
1588
|
-
"creator": "
|
|
2342
|
+
"creator": "",
|
|
1589
2343
|
"compatibility": "",
|
|
1590
2344
|
"allowedTools": [],
|
|
1591
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1592
|
-
"relPath": "skills/
|
|
2345
|
+
"installUrl": "github:luongnv89/skills:skills/oss-ready",
|
|
2346
|
+
"relPath": "skills/oss-ready",
|
|
1593
2347
|
"verified": true,
|
|
1594
|
-
"tokenCount":
|
|
2348
|
+
"tokenCount": 3112,
|
|
1595
2349
|
"evalSummary": {
|
|
1596
|
-
"overallScore":
|
|
1597
|
-
"grade": "
|
|
2350
|
+
"overallScore": 99,
|
|
2351
|
+
"grade": "A",
|
|
1598
2352
|
"categories": [
|
|
1599
2353
|
{
|
|
1600
2354
|
"id": "structure",
|
|
@@ -1605,25 +2359,25 @@
|
|
|
1605
2359
|
{
|
|
1606
2360
|
"id": "description",
|
|
1607
2361
|
"name": "Description quality",
|
|
1608
|
-
"score":
|
|
2362
|
+
"score": 10,
|
|
1609
2363
|
"max": 10
|
|
1610
2364
|
},
|
|
1611
2365
|
{
|
|
1612
2366
|
"id": "prompt-engineering",
|
|
1613
2367
|
"name": "Prompt engineering",
|
|
1614
|
-
"score":
|
|
2368
|
+
"score": 10,
|
|
1615
2369
|
"max": 10
|
|
1616
2370
|
},
|
|
1617
2371
|
{
|
|
1618
2372
|
"id": "context-efficiency",
|
|
1619
2373
|
"name": "Context efficiency",
|
|
1620
|
-
"score":
|
|
2374
|
+
"score": 9,
|
|
1621
2375
|
"max": 10
|
|
1622
2376
|
},
|
|
1623
2377
|
{
|
|
1624
2378
|
"id": "safety",
|
|
1625
2379
|
"name": "Safety & guardrails",
|
|
1626
|
-
"score":
|
|
2380
|
+
"score": 10,
|
|
1627
2381
|
"max": 10
|
|
1628
2382
|
},
|
|
1629
2383
|
{
|
|
@@ -1639,25 +2393,99 @@
|
|
|
1639
2393
|
"max": 10
|
|
1640
2394
|
}
|
|
1641
2395
|
],
|
|
1642
|
-
"evaluatedAt": "2026-04-
|
|
1643
|
-
"evaluatedVersion": "2.0
|
|
2396
|
+
"evaluatedAt": "2026-04-30T23:05:13.109Z",
|
|
2397
|
+
"evaluatedVersion": "1.2.0"
|
|
2398
|
+
},
|
|
2399
|
+
"evalSummaries": {
|
|
2400
|
+
"quality": {
|
|
2401
|
+
"providerId": "quality",
|
|
2402
|
+
"providerVersion": "1.0.0",
|
|
2403
|
+
"schemaVersion": 1,
|
|
2404
|
+
"passed": true,
|
|
2405
|
+
"overallScore": 99,
|
|
2406
|
+
"grade": "A",
|
|
2407
|
+
"categories": [
|
|
2408
|
+
{
|
|
2409
|
+
"id": "structure",
|
|
2410
|
+
"name": "Structure & completeness",
|
|
2411
|
+
"score": 10,
|
|
2412
|
+
"max": 10
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"id": "description",
|
|
2416
|
+
"name": "Description quality",
|
|
2417
|
+
"score": 10,
|
|
2418
|
+
"max": 10
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"id": "prompt-engineering",
|
|
2422
|
+
"name": "Prompt engineering",
|
|
2423
|
+
"score": 10,
|
|
2424
|
+
"max": 10
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"id": "context-efficiency",
|
|
2428
|
+
"name": "Context efficiency",
|
|
2429
|
+
"score": 9,
|
|
2430
|
+
"max": 10
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"id": "safety",
|
|
2434
|
+
"name": "Safety & guardrails",
|
|
2435
|
+
"score": 10,
|
|
2436
|
+
"max": 10
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"id": "testability",
|
|
2440
|
+
"name": "Testability",
|
|
2441
|
+
"score": 10,
|
|
2442
|
+
"max": 10
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"id": "naming",
|
|
2446
|
+
"name": "Naming & conventions",
|
|
2447
|
+
"score": 10,
|
|
2448
|
+
"max": 10
|
|
2449
|
+
}
|
|
2450
|
+
],
|
|
2451
|
+
"evaluatedAt": "2026-04-30T23:05:13.109Z",
|
|
2452
|
+
"evaluatedVersion": "1.2.0"
|
|
2453
|
+
},
|
|
2454
|
+
"skill-best-practice": {
|
|
2455
|
+
"providerId": "skill-best-practice",
|
|
2456
|
+
"providerVersion": "1.1.0",
|
|
2457
|
+
"schemaVersion": 1,
|
|
2458
|
+
"passed": true,
|
|
2459
|
+
"overallScore": 100,
|
|
2460
|
+
"grade": "A",
|
|
2461
|
+
"categories": [
|
|
2462
|
+
{
|
|
2463
|
+
"id": "validation",
|
|
2464
|
+
"name": "Deterministic validation",
|
|
2465
|
+
"score": 14,
|
|
2466
|
+
"max": 14
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2469
|
+
"evaluatedAt": "2026-04-30T23:05:13.109Z",
|
|
2470
|
+
"evaluatedVersion": "1.2.0"
|
|
2471
|
+
}
|
|
1644
2472
|
}
|
|
1645
2473
|
},
|
|
1646
2474
|
{
|
|
1647
|
-
"name": "
|
|
1648
|
-
"description": "
|
|
1649
|
-
"version": "
|
|
2475
|
+
"name": "prd-generator",
|
|
2476
|
+
"description": "Generate Product Requirements Documents from `idea.md` and `validate.md` files. Use when asked to create or update a PRD. Don't use for TAD, sprint tasks, or raw idea validation.",
|
|
2477
|
+
"version": "1.3.1",
|
|
1650
2478
|
"license": "MIT",
|
|
1651
|
-
"creator": "
|
|
2479
|
+
"creator": "",
|
|
1652
2480
|
"compatibility": "",
|
|
1653
2481
|
"allowedTools": [],
|
|
1654
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1655
|
-
"relPath": "skills/
|
|
2482
|
+
"installUrl": "github:luongnv89/skills:skills/prd-generator",
|
|
2483
|
+
"relPath": "skills/prd-generator",
|
|
1656
2484
|
"verified": true,
|
|
1657
|
-
"tokenCount":
|
|
2485
|
+
"tokenCount": 2980,
|
|
1658
2486
|
"evalSummary": {
|
|
1659
|
-
"overallScore":
|
|
1660
|
-
"grade": "
|
|
2487
|
+
"overallScore": 97,
|
|
2488
|
+
"grade": "A",
|
|
1661
2489
|
"categories": [
|
|
1662
2490
|
{
|
|
1663
2491
|
"id": "structure",
|
|
@@ -1668,7 +2496,7 @@
|
|
|
1668
2496
|
{
|
|
1669
2497
|
"id": "description",
|
|
1670
2498
|
"name": "Description quality",
|
|
1671
|
-
"score":
|
|
2499
|
+
"score": 10,
|
|
1672
2500
|
"max": 10
|
|
1673
2501
|
},
|
|
1674
2502
|
{
|
|
@@ -1680,7 +2508,7 @@
|
|
|
1680
2508
|
{
|
|
1681
2509
|
"id": "context-efficiency",
|
|
1682
2510
|
"name": "Context efficiency",
|
|
1683
|
-
"score":
|
|
2511
|
+
"score": 9,
|
|
1684
2512
|
"max": 10
|
|
1685
2513
|
},
|
|
1686
2514
|
{
|
|
@@ -1702,22 +2530,96 @@
|
|
|
1702
2530
|
"max": 10
|
|
1703
2531
|
}
|
|
1704
2532
|
],
|
|
1705
|
-
"evaluatedAt": "2026-04-
|
|
1706
|
-
"evaluatedVersion": "
|
|
2533
|
+
"evaluatedAt": "2026-04-30T23:05:13.110Z",
|
|
2534
|
+
"evaluatedVersion": "1.3.1"
|
|
2535
|
+
},
|
|
2536
|
+
"evalSummaries": {
|
|
2537
|
+
"quality": {
|
|
2538
|
+
"providerId": "quality",
|
|
2539
|
+
"providerVersion": "1.0.0",
|
|
2540
|
+
"schemaVersion": 1,
|
|
2541
|
+
"passed": true,
|
|
2542
|
+
"overallScore": 97,
|
|
2543
|
+
"grade": "A",
|
|
2544
|
+
"categories": [
|
|
2545
|
+
{
|
|
2546
|
+
"id": "structure",
|
|
2547
|
+
"name": "Structure & completeness",
|
|
2548
|
+
"score": 10,
|
|
2549
|
+
"max": 10
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"id": "description",
|
|
2553
|
+
"name": "Description quality",
|
|
2554
|
+
"score": 10,
|
|
2555
|
+
"max": 10
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"id": "prompt-engineering",
|
|
2559
|
+
"name": "Prompt engineering",
|
|
2560
|
+
"score": 9,
|
|
2561
|
+
"max": 10
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"id": "context-efficiency",
|
|
2565
|
+
"name": "Context efficiency",
|
|
2566
|
+
"score": 9,
|
|
2567
|
+
"max": 10
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"id": "safety",
|
|
2571
|
+
"name": "Safety & guardrails",
|
|
2572
|
+
"score": 10,
|
|
2573
|
+
"max": 10
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"id": "testability",
|
|
2577
|
+
"name": "Testability",
|
|
2578
|
+
"score": 10,
|
|
2579
|
+
"max": 10
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"id": "naming",
|
|
2583
|
+
"name": "Naming & conventions",
|
|
2584
|
+
"score": 10,
|
|
2585
|
+
"max": 10
|
|
2586
|
+
}
|
|
2587
|
+
],
|
|
2588
|
+
"evaluatedAt": "2026-04-30T23:05:13.110Z",
|
|
2589
|
+
"evaluatedVersion": "1.3.1"
|
|
2590
|
+
},
|
|
2591
|
+
"skill-best-practice": {
|
|
2592
|
+
"providerId": "skill-best-practice",
|
|
2593
|
+
"providerVersion": "1.1.0",
|
|
2594
|
+
"schemaVersion": 1,
|
|
2595
|
+
"passed": true,
|
|
2596
|
+
"overallScore": 100,
|
|
2597
|
+
"grade": "A",
|
|
2598
|
+
"categories": [
|
|
2599
|
+
{
|
|
2600
|
+
"id": "validation",
|
|
2601
|
+
"name": "Deterministic validation",
|
|
2602
|
+
"score": 14,
|
|
2603
|
+
"max": 14
|
|
2604
|
+
}
|
|
2605
|
+
],
|
|
2606
|
+
"evaluatedAt": "2026-04-30T23:05:13.110Z",
|
|
2607
|
+
"evaluatedVersion": "1.3.1"
|
|
2608
|
+
}
|
|
1707
2609
|
}
|
|
1708
2610
|
},
|
|
1709
2611
|
{
|
|
1710
|
-
"name": "
|
|
1711
|
-
"description": "
|
|
1712
|
-
"version": "
|
|
2612
|
+
"name": "readme-to-landing-page",
|
|
2613
|
+
"description": "Transform a project README.md into a conversion-optimized landing page using PAS, AIDA, or StoryBrand — hero, value prop, how it works, quick start, CTA in pure markdown. Skip for full HTML sites or general blog copy.",
|
|
2614
|
+
"version": "2.1.0",
|
|
1713
2615
|
"license": "MIT",
|
|
1714
|
-
"creator": "
|
|
2616
|
+
"creator": "",
|
|
1715
2617
|
"compatibility": "",
|
|
1716
2618
|
"allowedTools": [],
|
|
1717
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1718
|
-
"relPath": "skills/
|
|
2619
|
+
"installUrl": "github:luongnv89/skills:skills/readme-to-landing-page",
|
|
2620
|
+
"relPath": "skills/readme-to-landing-page",
|
|
1719
2621
|
"verified": true,
|
|
1720
|
-
"tokenCount":
|
|
2622
|
+
"tokenCount": 2537,
|
|
1721
2623
|
"evalSummary": {
|
|
1722
2624
|
"overallScore": 94,
|
|
1723
2625
|
"grade": "A",
|
|
@@ -1737,13 +2639,13 @@
|
|
|
1737
2639
|
{
|
|
1738
2640
|
"id": "prompt-engineering",
|
|
1739
2641
|
"name": "Prompt engineering",
|
|
1740
|
-
"score":
|
|
2642
|
+
"score": 8,
|
|
1741
2643
|
"max": 10
|
|
1742
2644
|
},
|
|
1743
2645
|
{
|
|
1744
2646
|
"id": "context-efficiency",
|
|
1745
2647
|
"name": "Context efficiency",
|
|
1746
|
-
"score":
|
|
2648
|
+
"score": 9,
|
|
1747
2649
|
"max": 10
|
|
1748
2650
|
},
|
|
1749
2651
|
{
|
|
@@ -1765,24 +2667,98 @@
|
|
|
1765
2667
|
"max": 10
|
|
1766
2668
|
}
|
|
1767
2669
|
],
|
|
1768
|
-
"evaluatedAt": "2026-04-
|
|
1769
|
-
"evaluatedVersion": "
|
|
2670
|
+
"evaluatedAt": "2026-04-30T23:05:13.112Z",
|
|
2671
|
+
"evaluatedVersion": "2.1.0"
|
|
2672
|
+
},
|
|
2673
|
+
"evalSummaries": {
|
|
2674
|
+
"quality": {
|
|
2675
|
+
"providerId": "quality",
|
|
2676
|
+
"providerVersion": "1.0.0",
|
|
2677
|
+
"schemaVersion": 1,
|
|
2678
|
+
"passed": true,
|
|
2679
|
+
"overallScore": 94,
|
|
2680
|
+
"grade": "A",
|
|
2681
|
+
"categories": [
|
|
2682
|
+
{
|
|
2683
|
+
"id": "structure",
|
|
2684
|
+
"name": "Structure & completeness",
|
|
2685
|
+
"score": 10,
|
|
2686
|
+
"max": 10
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"id": "description",
|
|
2690
|
+
"name": "Description quality",
|
|
2691
|
+
"score": 10,
|
|
2692
|
+
"max": 10
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"id": "prompt-engineering",
|
|
2696
|
+
"name": "Prompt engineering",
|
|
2697
|
+
"score": 8,
|
|
2698
|
+
"max": 10
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"id": "context-efficiency",
|
|
2702
|
+
"name": "Context efficiency",
|
|
2703
|
+
"score": 9,
|
|
2704
|
+
"max": 10
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"id": "safety",
|
|
2708
|
+
"name": "Safety & guardrails",
|
|
2709
|
+
"score": 9,
|
|
2710
|
+
"max": 10
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"id": "testability",
|
|
2714
|
+
"name": "Testability",
|
|
2715
|
+
"score": 10,
|
|
2716
|
+
"max": 10
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"id": "naming",
|
|
2720
|
+
"name": "Naming & conventions",
|
|
2721
|
+
"score": 10,
|
|
2722
|
+
"max": 10
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"evaluatedAt": "2026-04-30T23:05:13.112Z",
|
|
2726
|
+
"evaluatedVersion": "2.1.0"
|
|
2727
|
+
},
|
|
2728
|
+
"skill-best-practice": {
|
|
2729
|
+
"providerId": "skill-best-practice",
|
|
2730
|
+
"providerVersion": "1.1.0",
|
|
2731
|
+
"schemaVersion": 1,
|
|
2732
|
+
"passed": true,
|
|
2733
|
+
"overallScore": 100,
|
|
2734
|
+
"grade": "A",
|
|
2735
|
+
"categories": [
|
|
2736
|
+
{
|
|
2737
|
+
"id": "validation",
|
|
2738
|
+
"name": "Deterministic validation",
|
|
2739
|
+
"score": 14,
|
|
2740
|
+
"max": 14
|
|
2741
|
+
}
|
|
2742
|
+
],
|
|
2743
|
+
"evaluatedAt": "2026-04-30T23:05:13.112Z",
|
|
2744
|
+
"evaluatedVersion": "2.1.0"
|
|
2745
|
+
}
|
|
1770
2746
|
}
|
|
1771
2747
|
},
|
|
1772
2748
|
{
|
|
1773
|
-
"name": "
|
|
1774
|
-
"description": "
|
|
1775
|
-
"version": "
|
|
2749
|
+
"name": "release-manager",
|
|
2750
|
+
"description": "Manage software releases end-to-end: bump version, generate changelog, tag, push, GitHub release, publish to PyPI/npm. Use when user asks to ship, cut a release, tag a version, or list changes since last tag. Skip routine commits and marketplace publishing.",
|
|
2751
|
+
"version": "2.4.1",
|
|
1776
2752
|
"license": "MIT",
|
|
1777
|
-
"creator": "
|
|
2753
|
+
"creator": "",
|
|
1778
2754
|
"compatibility": "",
|
|
1779
2755
|
"allowedTools": [],
|
|
1780
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1781
|
-
"relPath": "skills/
|
|
2756
|
+
"installUrl": "github:luongnv89/skills:skills/release-manager",
|
|
2757
|
+
"relPath": "skills/release-manager",
|
|
1782
2758
|
"verified": true,
|
|
1783
|
-
"tokenCount":
|
|
2759
|
+
"tokenCount": 2327,
|
|
1784
2760
|
"evalSummary": {
|
|
1785
|
-
"overallScore":
|
|
2761
|
+
"overallScore": 97,
|
|
1786
2762
|
"grade": "A",
|
|
1787
2763
|
"categories": [
|
|
1788
2764
|
{
|
|
@@ -1794,7 +2770,7 @@
|
|
|
1794
2770
|
{
|
|
1795
2771
|
"id": "description",
|
|
1796
2772
|
"name": "Description quality",
|
|
1797
|
-
"score":
|
|
2773
|
+
"score": 10,
|
|
1798
2774
|
"max": 10
|
|
1799
2775
|
},
|
|
1800
2776
|
{
|
|
@@ -1806,7 +2782,7 @@
|
|
|
1806
2782
|
{
|
|
1807
2783
|
"id": "context-efficiency",
|
|
1808
2784
|
"name": "Context efficiency",
|
|
1809
|
-
"score":
|
|
2785
|
+
"score": 9,
|
|
1810
2786
|
"max": 10
|
|
1811
2787
|
},
|
|
1812
2788
|
{
|
|
@@ -1828,24 +2804,98 @@
|
|
|
1828
2804
|
"max": 10
|
|
1829
2805
|
}
|
|
1830
2806
|
],
|
|
1831
|
-
"evaluatedAt": "2026-04-
|
|
1832
|
-
"evaluatedVersion": "
|
|
2807
|
+
"evaluatedAt": "2026-04-30T23:05:13.114Z",
|
|
2808
|
+
"evaluatedVersion": "2.4.1"
|
|
2809
|
+
},
|
|
2810
|
+
"evalSummaries": {
|
|
2811
|
+
"quality": {
|
|
2812
|
+
"providerId": "quality",
|
|
2813
|
+
"providerVersion": "1.0.0",
|
|
2814
|
+
"schemaVersion": 1,
|
|
2815
|
+
"passed": true,
|
|
2816
|
+
"overallScore": 97,
|
|
2817
|
+
"grade": "A",
|
|
2818
|
+
"categories": [
|
|
2819
|
+
{
|
|
2820
|
+
"id": "structure",
|
|
2821
|
+
"name": "Structure & completeness",
|
|
2822
|
+
"score": 10,
|
|
2823
|
+
"max": 10
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"id": "description",
|
|
2827
|
+
"name": "Description quality",
|
|
2828
|
+
"score": 10,
|
|
2829
|
+
"max": 10
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"id": "prompt-engineering",
|
|
2833
|
+
"name": "Prompt engineering",
|
|
2834
|
+
"score": 9,
|
|
2835
|
+
"max": 10
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"id": "context-efficiency",
|
|
2839
|
+
"name": "Context efficiency",
|
|
2840
|
+
"score": 9,
|
|
2841
|
+
"max": 10
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"id": "safety",
|
|
2845
|
+
"name": "Safety & guardrails",
|
|
2846
|
+
"score": 10,
|
|
2847
|
+
"max": 10
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"id": "testability",
|
|
2851
|
+
"name": "Testability",
|
|
2852
|
+
"score": 10,
|
|
2853
|
+
"max": 10
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"id": "naming",
|
|
2857
|
+
"name": "Naming & conventions",
|
|
2858
|
+
"score": 10,
|
|
2859
|
+
"max": 10
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"evaluatedAt": "2026-04-30T23:05:13.114Z",
|
|
2863
|
+
"evaluatedVersion": "2.4.1"
|
|
2864
|
+
},
|
|
2865
|
+
"skill-best-practice": {
|
|
2866
|
+
"providerId": "skill-best-practice",
|
|
2867
|
+
"providerVersion": "1.1.0",
|
|
2868
|
+
"schemaVersion": 1,
|
|
2869
|
+
"passed": true,
|
|
2870
|
+
"overallScore": 86,
|
|
2871
|
+
"grade": "B",
|
|
2872
|
+
"categories": [
|
|
2873
|
+
{
|
|
2874
|
+
"id": "validation",
|
|
2875
|
+
"name": "Deterministic validation",
|
|
2876
|
+
"score": 12,
|
|
2877
|
+
"max": 14
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"evaluatedAt": "2026-04-30T23:05:13.114Z",
|
|
2881
|
+
"evaluatedVersion": "2.4.1"
|
|
2882
|
+
}
|
|
1833
2883
|
}
|
|
1834
2884
|
},
|
|
1835
2885
|
{
|
|
1836
|
-
"name": "
|
|
1837
|
-
"description": "
|
|
1838
|
-
"version": "1.
|
|
2886
|
+
"name": "security-setup",
|
|
2887
|
+
"description": "Install local-first security hardening: pre-commit secret detection, offline dependency scans, static analysis, reports, and gated free CI. Use when hardening repos or adding security hooks. Don't use for incident response or cloud security reviews.",
|
|
2888
|
+
"version": "1.2.2",
|
|
1839
2889
|
"license": "MIT",
|
|
1840
|
-
"creator": "
|
|
1841
|
-
"compatibility": "",
|
|
2890
|
+
"creator": "",
|
|
2891
|
+
"compatibility": "Cross-platform (macOS, Linux, Windows). Requires git, Python 3.8+, and project write access. Uses pre-commit plus free local tools such as gitleaks, trivy, semgrep, bandit, or cargo-audit when appropriate. Semgrep on Windows requires WSL2.",
|
|
1842
2892
|
"allowedTools": [],
|
|
1843
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1844
|
-
"relPath": "skills/
|
|
2893
|
+
"installUrl": "github:luongnv89/skills:skills/security-setup",
|
|
2894
|
+
"relPath": "skills/security-setup",
|
|
1845
2895
|
"verified": true,
|
|
1846
|
-
"tokenCount":
|
|
2896
|
+
"tokenCount": 2969,
|
|
1847
2897
|
"evalSummary": {
|
|
1848
|
-
"overallScore":
|
|
2898
|
+
"overallScore": 99,
|
|
1849
2899
|
"grade": "A",
|
|
1850
2900
|
"categories": [
|
|
1851
2901
|
{
|
|
@@ -1863,7 +2913,7 @@
|
|
|
1863
2913
|
{
|
|
1864
2914
|
"id": "prompt-engineering",
|
|
1865
2915
|
"name": "Prompt engineering",
|
|
1866
|
-
"score":
|
|
2916
|
+
"score": 10,
|
|
1867
2917
|
"max": 10
|
|
1868
2918
|
},
|
|
1869
2919
|
{
|
|
@@ -1891,25 +2941,99 @@
|
|
|
1891
2941
|
"max": 10
|
|
1892
2942
|
}
|
|
1893
2943
|
],
|
|
1894
|
-
"evaluatedAt": "2026-04-
|
|
1895
|
-
"evaluatedVersion": "1.
|
|
2944
|
+
"evaluatedAt": "2026-04-30T23:05:13.115Z",
|
|
2945
|
+
"evaluatedVersion": "1.2.2"
|
|
2946
|
+
},
|
|
2947
|
+
"evalSummaries": {
|
|
2948
|
+
"quality": {
|
|
2949
|
+
"providerId": "quality",
|
|
2950
|
+
"providerVersion": "1.0.0",
|
|
2951
|
+
"schemaVersion": 1,
|
|
2952
|
+
"passed": true,
|
|
2953
|
+
"overallScore": 99,
|
|
2954
|
+
"grade": "A",
|
|
2955
|
+
"categories": [
|
|
2956
|
+
{
|
|
2957
|
+
"id": "structure",
|
|
2958
|
+
"name": "Structure & completeness",
|
|
2959
|
+
"score": 10,
|
|
2960
|
+
"max": 10
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"id": "description",
|
|
2964
|
+
"name": "Description quality",
|
|
2965
|
+
"score": 10,
|
|
2966
|
+
"max": 10
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"id": "prompt-engineering",
|
|
2970
|
+
"name": "Prompt engineering",
|
|
2971
|
+
"score": 10,
|
|
2972
|
+
"max": 10
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"id": "context-efficiency",
|
|
2976
|
+
"name": "Context efficiency",
|
|
2977
|
+
"score": 9,
|
|
2978
|
+
"max": 10
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"id": "safety",
|
|
2982
|
+
"name": "Safety & guardrails",
|
|
2983
|
+
"score": 10,
|
|
2984
|
+
"max": 10
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"id": "testability",
|
|
2988
|
+
"name": "Testability",
|
|
2989
|
+
"score": 10,
|
|
2990
|
+
"max": 10
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"id": "naming",
|
|
2994
|
+
"name": "Naming & conventions",
|
|
2995
|
+
"score": 10,
|
|
2996
|
+
"max": 10
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"evaluatedAt": "2026-04-30T23:05:13.115Z",
|
|
3000
|
+
"evaluatedVersion": "1.2.2"
|
|
3001
|
+
},
|
|
3002
|
+
"skill-best-practice": {
|
|
3003
|
+
"providerId": "skill-best-practice",
|
|
3004
|
+
"providerVersion": "1.1.0",
|
|
3005
|
+
"schemaVersion": 1,
|
|
3006
|
+
"passed": true,
|
|
3007
|
+
"overallScore": 100,
|
|
3008
|
+
"grade": "A",
|
|
3009
|
+
"categories": [
|
|
3010
|
+
{
|
|
3011
|
+
"id": "validation",
|
|
3012
|
+
"name": "Deterministic validation",
|
|
3013
|
+
"score": 15,
|
|
3014
|
+
"max": 15
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"evaluatedAt": "2026-04-30T23:05:13.115Z",
|
|
3018
|
+
"evaluatedVersion": "1.2.2"
|
|
3019
|
+
}
|
|
1896
3020
|
}
|
|
1897
3021
|
},
|
|
1898
3022
|
{
|
|
1899
|
-
"name": "
|
|
1900
|
-
"description": "
|
|
1901
|
-
"version": "1.
|
|
3023
|
+
"name": "seo-ai-optimizer",
|
|
3024
|
+
"description": "Audit and optimize websites for technical SEO, content SEO, and AI bot accessibility. Fixes meta tags, sitemaps, robots.txt, structured data, llms.txt, and GPTBot/ClaudeBot directives. Not for App Store ASO, paid search, or blog writing.",
|
|
3025
|
+
"version": "1.1.2",
|
|
1902
3026
|
"license": "MIT",
|
|
1903
|
-
"creator": "
|
|
3027
|
+
"creator": "",
|
|
1904
3028
|
"compatibility": "",
|
|
1905
3029
|
"allowedTools": [],
|
|
1906
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1907
|
-
"relPath": "skills/
|
|
3030
|
+
"installUrl": "github:luongnv89/skills:skills/seo-ai-optimizer",
|
|
3031
|
+
"relPath": "skills/seo-ai-optimizer",
|
|
1908
3032
|
"verified": true,
|
|
1909
|
-
"tokenCount":
|
|
3033
|
+
"tokenCount": 3100,
|
|
1910
3034
|
"evalSummary": {
|
|
1911
|
-
"overallScore":
|
|
1912
|
-
"grade": "
|
|
3035
|
+
"overallScore": 91,
|
|
3036
|
+
"grade": "A",
|
|
1913
3037
|
"categories": [
|
|
1914
3038
|
{
|
|
1915
3039
|
"id": "structure",
|
|
@@ -1920,25 +3044,25 @@
|
|
|
1920
3044
|
{
|
|
1921
3045
|
"id": "description",
|
|
1922
3046
|
"name": "Description quality",
|
|
1923
|
-
"score":
|
|
3047
|
+
"score": 10,
|
|
1924
3048
|
"max": 10
|
|
1925
3049
|
},
|
|
1926
3050
|
{
|
|
1927
3051
|
"id": "prompt-engineering",
|
|
1928
3052
|
"name": "Prompt engineering",
|
|
1929
|
-
"score":
|
|
3053
|
+
"score": 10,
|
|
1930
3054
|
"max": 10
|
|
1931
3055
|
},
|
|
1932
3056
|
{
|
|
1933
3057
|
"id": "context-efficiency",
|
|
1934
3058
|
"name": "Context efficiency",
|
|
1935
|
-
"score":
|
|
3059
|
+
"score": 7,
|
|
1936
3060
|
"max": 10
|
|
1937
3061
|
},
|
|
1938
3062
|
{
|
|
1939
3063
|
"id": "safety",
|
|
1940
3064
|
"name": "Safety & guardrails",
|
|
1941
|
-
"score":
|
|
3065
|
+
"score": 7,
|
|
1942
3066
|
"max": 10
|
|
1943
3067
|
},
|
|
1944
3068
|
{
|
|
@@ -1954,25 +3078,99 @@
|
|
|
1954
3078
|
"max": 10
|
|
1955
3079
|
}
|
|
1956
3080
|
],
|
|
1957
|
-
"evaluatedAt": "2026-04-
|
|
1958
|
-
"evaluatedVersion": "1.
|
|
3081
|
+
"evaluatedAt": "2026-04-30T23:05:13.117Z",
|
|
3082
|
+
"evaluatedVersion": "1.1.2"
|
|
3083
|
+
},
|
|
3084
|
+
"evalSummaries": {
|
|
3085
|
+
"quality": {
|
|
3086
|
+
"providerId": "quality",
|
|
3087
|
+
"providerVersion": "1.0.0",
|
|
3088
|
+
"schemaVersion": 1,
|
|
3089
|
+
"passed": true,
|
|
3090
|
+
"overallScore": 91,
|
|
3091
|
+
"grade": "A",
|
|
3092
|
+
"categories": [
|
|
3093
|
+
{
|
|
3094
|
+
"id": "structure",
|
|
3095
|
+
"name": "Structure & completeness",
|
|
3096
|
+
"score": 10,
|
|
3097
|
+
"max": 10
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"id": "description",
|
|
3101
|
+
"name": "Description quality",
|
|
3102
|
+
"score": 10,
|
|
3103
|
+
"max": 10
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"id": "prompt-engineering",
|
|
3107
|
+
"name": "Prompt engineering",
|
|
3108
|
+
"score": 10,
|
|
3109
|
+
"max": 10
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"id": "context-efficiency",
|
|
3113
|
+
"name": "Context efficiency",
|
|
3114
|
+
"score": 7,
|
|
3115
|
+
"max": 10
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"id": "safety",
|
|
3119
|
+
"name": "Safety & guardrails",
|
|
3120
|
+
"score": 7,
|
|
3121
|
+
"max": 10
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"id": "testability",
|
|
3125
|
+
"name": "Testability",
|
|
3126
|
+
"score": 10,
|
|
3127
|
+
"max": 10
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"id": "naming",
|
|
3131
|
+
"name": "Naming & conventions",
|
|
3132
|
+
"score": 10,
|
|
3133
|
+
"max": 10
|
|
3134
|
+
}
|
|
3135
|
+
],
|
|
3136
|
+
"evaluatedAt": "2026-04-30T23:05:13.117Z",
|
|
3137
|
+
"evaluatedVersion": "1.1.2"
|
|
3138
|
+
},
|
|
3139
|
+
"skill-best-practice": {
|
|
3140
|
+
"providerId": "skill-best-practice",
|
|
3141
|
+
"providerVersion": "1.1.0",
|
|
3142
|
+
"schemaVersion": 1,
|
|
3143
|
+
"passed": true,
|
|
3144
|
+
"overallScore": 100,
|
|
3145
|
+
"grade": "A",
|
|
3146
|
+
"categories": [
|
|
3147
|
+
{
|
|
3148
|
+
"id": "validation",
|
|
3149
|
+
"name": "Deterministic validation",
|
|
3150
|
+
"score": 14,
|
|
3151
|
+
"max": 14
|
|
3152
|
+
}
|
|
3153
|
+
],
|
|
3154
|
+
"evaluatedAt": "2026-04-30T23:05:13.117Z",
|
|
3155
|
+
"evaluatedVersion": "1.1.2"
|
|
3156
|
+
}
|
|
1959
3157
|
}
|
|
1960
3158
|
},
|
|
1961
3159
|
{
|
|
1962
|
-
"name": "
|
|
1963
|
-
"description": "
|
|
3160
|
+
"name": "slop-cleanup",
|
|
3161
|
+
"description": "Refactor a codebase to remove AI slop, dead code, weak types, duplication, defensive over-engineering, and legacy cruft using 8 parallel specialized subagents across two cleanup waves. Don't use for adding new features, performance tuning, or security-only audits.",
|
|
1964
3162
|
"version": "1.1.1",
|
|
1965
3163
|
"license": "MIT",
|
|
1966
|
-
"creator": "
|
|
3164
|
+
"creator": "",
|
|
1967
3165
|
"compatibility": "",
|
|
1968
3166
|
"allowedTools": [],
|
|
1969
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
1970
|
-
"relPath": "skills/
|
|
3167
|
+
"installUrl": "github:luongnv89/skills:skills/slop-cleanup",
|
|
3168
|
+
"relPath": "skills/slop-cleanup",
|
|
1971
3169
|
"verified": true,
|
|
1972
|
-
"tokenCount":
|
|
3170
|
+
"tokenCount": 4750,
|
|
1973
3171
|
"evalSummary": {
|
|
1974
|
-
"overallScore":
|
|
1975
|
-
"grade": "
|
|
3172
|
+
"overallScore": 96,
|
|
3173
|
+
"grade": "A",
|
|
1976
3174
|
"categories": [
|
|
1977
3175
|
{
|
|
1978
3176
|
"id": "structure",
|
|
@@ -1983,7 +3181,7 @@
|
|
|
1983
3181
|
{
|
|
1984
3182
|
"id": "description",
|
|
1985
3183
|
"name": "Description quality",
|
|
1986
|
-
"score":
|
|
3184
|
+
"score": 10,
|
|
1987
3185
|
"max": 10
|
|
1988
3186
|
},
|
|
1989
3187
|
{
|
|
@@ -1995,19 +3193,19 @@
|
|
|
1995
3193
|
{
|
|
1996
3194
|
"id": "context-efficiency",
|
|
1997
3195
|
"name": "Context efficiency",
|
|
1998
|
-
"score":
|
|
3196
|
+
"score": 8,
|
|
1999
3197
|
"max": 10
|
|
2000
3198
|
},
|
|
2001
3199
|
{
|
|
2002
3200
|
"id": "safety",
|
|
2003
3201
|
"name": "Safety & guardrails",
|
|
2004
|
-
"score":
|
|
3202
|
+
"score": 10,
|
|
2005
3203
|
"max": 10
|
|
2006
3204
|
},
|
|
2007
3205
|
{
|
|
2008
3206
|
"id": "testability",
|
|
2009
3207
|
"name": "Testability",
|
|
2010
|
-
"score":
|
|
3208
|
+
"score": 10,
|
|
2011
3209
|
"max": 10
|
|
2012
3210
|
},
|
|
2013
3211
|
{
|
|
@@ -2017,25 +3215,99 @@
|
|
|
2017
3215
|
"max": 10
|
|
2018
3216
|
}
|
|
2019
3217
|
],
|
|
2020
|
-
"evaluatedAt": "2026-04-
|
|
3218
|
+
"evaluatedAt": "2026-04-30T23:05:13.119Z",
|
|
2021
3219
|
"evaluatedVersion": "1.1.1"
|
|
3220
|
+
},
|
|
3221
|
+
"evalSummaries": {
|
|
3222
|
+
"quality": {
|
|
3223
|
+
"providerId": "quality",
|
|
3224
|
+
"providerVersion": "1.0.0",
|
|
3225
|
+
"schemaVersion": 1,
|
|
3226
|
+
"passed": true,
|
|
3227
|
+
"overallScore": 96,
|
|
3228
|
+
"grade": "A",
|
|
3229
|
+
"categories": [
|
|
3230
|
+
{
|
|
3231
|
+
"id": "structure",
|
|
3232
|
+
"name": "Structure & completeness",
|
|
3233
|
+
"score": 10,
|
|
3234
|
+
"max": 10
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"id": "description",
|
|
3238
|
+
"name": "Description quality",
|
|
3239
|
+
"score": 10,
|
|
3240
|
+
"max": 10
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"id": "prompt-engineering",
|
|
3244
|
+
"name": "Prompt engineering",
|
|
3245
|
+
"score": 9,
|
|
3246
|
+
"max": 10
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"id": "context-efficiency",
|
|
3250
|
+
"name": "Context efficiency",
|
|
3251
|
+
"score": 8,
|
|
3252
|
+
"max": 10
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"id": "safety",
|
|
3256
|
+
"name": "Safety & guardrails",
|
|
3257
|
+
"score": 10,
|
|
3258
|
+
"max": 10
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"id": "testability",
|
|
3262
|
+
"name": "Testability",
|
|
3263
|
+
"score": 10,
|
|
3264
|
+
"max": 10
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"id": "naming",
|
|
3268
|
+
"name": "Naming & conventions",
|
|
3269
|
+
"score": 10,
|
|
3270
|
+
"max": 10
|
|
3271
|
+
}
|
|
3272
|
+
],
|
|
3273
|
+
"evaluatedAt": "2026-04-30T23:05:13.119Z",
|
|
3274
|
+
"evaluatedVersion": "1.1.1"
|
|
3275
|
+
},
|
|
3276
|
+
"skill-best-practice": {
|
|
3277
|
+
"providerId": "skill-best-practice",
|
|
3278
|
+
"providerVersion": "1.1.0",
|
|
3279
|
+
"schemaVersion": 1,
|
|
3280
|
+
"passed": true,
|
|
3281
|
+
"overallScore": 93,
|
|
3282
|
+
"grade": "A",
|
|
3283
|
+
"categories": [
|
|
3284
|
+
{
|
|
3285
|
+
"id": "validation",
|
|
3286
|
+
"name": "Deterministic validation",
|
|
3287
|
+
"score": 13,
|
|
3288
|
+
"max": 14
|
|
3289
|
+
}
|
|
3290
|
+
],
|
|
3291
|
+
"evaluatedAt": "2026-04-30T23:05:13.119Z",
|
|
3292
|
+
"evaluatedVersion": "1.1.1"
|
|
3293
|
+
}
|
|
2022
3294
|
}
|
|
2023
3295
|
},
|
|
2024
3296
|
{
|
|
2025
|
-
"name": "
|
|
2026
|
-
"description": "Generate
|
|
2027
|
-
"version": "1.
|
|
3297
|
+
"name": "tad-generator",
|
|
3298
|
+
"description": "Generate a Technical Architecture Document (TAD) from a PRD. Use when asked to design the architecture, create a TAD, or define how a product is built. Creates/updates tad.md and reports GitHub links. Skip PRD authoring, sprint-tasks, or code implementation.",
|
|
3299
|
+
"version": "1.3.0",
|
|
2028
3300
|
"license": "MIT",
|
|
2029
|
-
"creator": "
|
|
3301
|
+
"creator": "",
|
|
2030
3302
|
"compatibility": "",
|
|
2031
3303
|
"allowedTools": [],
|
|
2032
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
2033
|
-
"relPath": "skills/
|
|
3304
|
+
"installUrl": "github:luongnv89/skills:skills/tad-generator",
|
|
3305
|
+
"relPath": "skills/tad-generator",
|
|
2034
3306
|
"verified": true,
|
|
2035
|
-
"tokenCount":
|
|
3307
|
+
"tokenCount": 3444,
|
|
2036
3308
|
"evalSummary": {
|
|
2037
|
-
"overallScore":
|
|
2038
|
-
"grade": "
|
|
3309
|
+
"overallScore": 96,
|
|
3310
|
+
"grade": "A",
|
|
2039
3311
|
"categories": [
|
|
2040
3312
|
{
|
|
2041
3313
|
"id": "structure",
|
|
@@ -2046,19 +3318,19 @@
|
|
|
2046
3318
|
{
|
|
2047
3319
|
"id": "description",
|
|
2048
3320
|
"name": "Description quality",
|
|
2049
|
-
"score":
|
|
3321
|
+
"score": 10,
|
|
2050
3322
|
"max": 10
|
|
2051
3323
|
},
|
|
2052
3324
|
{
|
|
2053
3325
|
"id": "prompt-engineering",
|
|
2054
3326
|
"name": "Prompt engineering",
|
|
2055
|
-
"score":
|
|
3327
|
+
"score": 10,
|
|
2056
3328
|
"max": 10
|
|
2057
3329
|
},
|
|
2058
3330
|
{
|
|
2059
3331
|
"id": "context-efficiency",
|
|
2060
3332
|
"name": "Context efficiency",
|
|
2061
|
-
"score":
|
|
3333
|
+
"score": 8,
|
|
2062
3334
|
"max": 10
|
|
2063
3335
|
},
|
|
2064
3336
|
{
|
|
@@ -2070,7 +3342,7 @@
|
|
|
2070
3342
|
{
|
|
2071
3343
|
"id": "testability",
|
|
2072
3344
|
"name": "Testability",
|
|
2073
|
-
"score":
|
|
3345
|
+
"score": 10,
|
|
2074
3346
|
"max": 10
|
|
2075
3347
|
},
|
|
2076
3348
|
{
|
|
@@ -2080,25 +3352,99 @@
|
|
|
2080
3352
|
"max": 10
|
|
2081
3353
|
}
|
|
2082
3354
|
],
|
|
2083
|
-
"evaluatedAt": "2026-04-
|
|
2084
|
-
"evaluatedVersion": "1.
|
|
3355
|
+
"evaluatedAt": "2026-04-30T23:05:13.121Z",
|
|
3356
|
+
"evaluatedVersion": "1.3.0"
|
|
3357
|
+
},
|
|
3358
|
+
"evalSummaries": {
|
|
3359
|
+
"quality": {
|
|
3360
|
+
"providerId": "quality",
|
|
3361
|
+
"providerVersion": "1.0.0",
|
|
3362
|
+
"schemaVersion": 1,
|
|
3363
|
+
"passed": true,
|
|
3364
|
+
"overallScore": 96,
|
|
3365
|
+
"grade": "A",
|
|
3366
|
+
"categories": [
|
|
3367
|
+
{
|
|
3368
|
+
"id": "structure",
|
|
3369
|
+
"name": "Structure & completeness",
|
|
3370
|
+
"score": 10,
|
|
3371
|
+
"max": 10
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"id": "description",
|
|
3375
|
+
"name": "Description quality",
|
|
3376
|
+
"score": 10,
|
|
3377
|
+
"max": 10
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"id": "prompt-engineering",
|
|
3381
|
+
"name": "Prompt engineering",
|
|
3382
|
+
"score": 10,
|
|
3383
|
+
"max": 10
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"id": "context-efficiency",
|
|
3387
|
+
"name": "Context efficiency",
|
|
3388
|
+
"score": 8,
|
|
3389
|
+
"max": 10
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"id": "safety",
|
|
3393
|
+
"name": "Safety & guardrails",
|
|
3394
|
+
"score": 9,
|
|
3395
|
+
"max": 10
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"id": "testability",
|
|
3399
|
+
"name": "Testability",
|
|
3400
|
+
"score": 10,
|
|
3401
|
+
"max": 10
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"id": "naming",
|
|
3405
|
+
"name": "Naming & conventions",
|
|
3406
|
+
"score": 10,
|
|
3407
|
+
"max": 10
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"evaluatedAt": "2026-04-30T23:05:13.121Z",
|
|
3411
|
+
"evaluatedVersion": "1.3.0"
|
|
3412
|
+
},
|
|
3413
|
+
"skill-best-practice": {
|
|
3414
|
+
"providerId": "skill-best-practice",
|
|
3415
|
+
"providerVersion": "1.1.0",
|
|
3416
|
+
"schemaVersion": 1,
|
|
3417
|
+
"passed": true,
|
|
3418
|
+
"overallScore": 86,
|
|
3419
|
+
"grade": "B",
|
|
3420
|
+
"categories": [
|
|
3421
|
+
{
|
|
3422
|
+
"id": "validation",
|
|
3423
|
+
"name": "Deterministic validation",
|
|
3424
|
+
"score": 12,
|
|
3425
|
+
"max": 14
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"evaluatedAt": "2026-04-30T23:05:13.121Z",
|
|
3429
|
+
"evaluatedVersion": "1.3.0"
|
|
3430
|
+
}
|
|
2085
3431
|
}
|
|
2086
3432
|
},
|
|
2087
3433
|
{
|
|
2088
|
-
"name": "
|
|
2089
|
-
"description": "
|
|
3434
|
+
"name": "tasks-generator",
|
|
3435
|
+
"description": "Generate development tasks from a PRD file with sprint-based planning. Use when users ask to create tasks from PRD, break down the PRD, generate sprint tasks, or want to convert product requirements into actionable development tasks. Creates/updates tasks.md and always reports GitHub links to changed files. Don't use for writing a PRD, authoring a TAD, or executing tasks (see openspec-task-loop).",
|
|
2090
3436
|
"version": "1.2.1",
|
|
2091
3437
|
"license": "MIT",
|
|
2092
|
-
"creator": "
|
|
3438
|
+
"creator": "",
|
|
2093
3439
|
"compatibility": "",
|
|
2094
3440
|
"allowedTools": [],
|
|
2095
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
2096
|
-
"relPath": "skills/
|
|
3441
|
+
"installUrl": "github:luongnv89/skills:skills/tasks-generator",
|
|
3442
|
+
"relPath": "skills/tasks-generator",
|
|
2097
3443
|
"verified": true,
|
|
2098
|
-
"tokenCount":
|
|
3444
|
+
"tokenCount": 2775,
|
|
2099
3445
|
"evalSummary": {
|
|
2100
|
-
"overallScore":
|
|
2101
|
-
"grade": "
|
|
3446
|
+
"overallScore": 93,
|
|
3447
|
+
"grade": "A",
|
|
2102
3448
|
"categories": [
|
|
2103
3449
|
{
|
|
2104
3450
|
"id": "structure",
|
|
@@ -2109,7 +3455,7 @@
|
|
|
2109
3455
|
{
|
|
2110
3456
|
"id": "description",
|
|
2111
3457
|
"name": "Description quality",
|
|
2112
|
-
"score":
|
|
3458
|
+
"score": 8,
|
|
2113
3459
|
"max": 10
|
|
2114
3460
|
},
|
|
2115
3461
|
{
|
|
@@ -2121,7 +3467,7 @@
|
|
|
2121
3467
|
{
|
|
2122
3468
|
"id": "context-efficiency",
|
|
2123
3469
|
"name": "Context efficiency",
|
|
2124
|
-
"score":
|
|
3470
|
+
"score": 9,
|
|
2125
3471
|
"max": 10
|
|
2126
3472
|
},
|
|
2127
3473
|
{
|
|
@@ -2143,24 +3489,98 @@
|
|
|
2143
3489
|
"max": 10
|
|
2144
3490
|
}
|
|
2145
3491
|
],
|
|
2146
|
-
"evaluatedAt": "2026-04-
|
|
3492
|
+
"evaluatedAt": "2026-04-30T23:05:13.123Z",
|
|
2147
3493
|
"evaluatedVersion": "1.2.1"
|
|
3494
|
+
},
|
|
3495
|
+
"evalSummaries": {
|
|
3496
|
+
"quality": {
|
|
3497
|
+
"providerId": "quality",
|
|
3498
|
+
"providerVersion": "1.0.0",
|
|
3499
|
+
"schemaVersion": 1,
|
|
3500
|
+
"passed": true,
|
|
3501
|
+
"overallScore": 93,
|
|
3502
|
+
"grade": "A",
|
|
3503
|
+
"categories": [
|
|
3504
|
+
{
|
|
3505
|
+
"id": "structure",
|
|
3506
|
+
"name": "Structure & completeness",
|
|
3507
|
+
"score": 10,
|
|
3508
|
+
"max": 10
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"id": "description",
|
|
3512
|
+
"name": "Description quality",
|
|
3513
|
+
"score": 8,
|
|
3514
|
+
"max": 10
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"id": "prompt-engineering",
|
|
3518
|
+
"name": "Prompt engineering",
|
|
3519
|
+
"score": 9,
|
|
3520
|
+
"max": 10
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"id": "context-efficiency",
|
|
3524
|
+
"name": "Context efficiency",
|
|
3525
|
+
"score": 9,
|
|
3526
|
+
"max": 10
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"id": "safety",
|
|
3530
|
+
"name": "Safety & guardrails",
|
|
3531
|
+
"score": 9,
|
|
3532
|
+
"max": 10
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"id": "testability",
|
|
3536
|
+
"name": "Testability",
|
|
3537
|
+
"score": 10,
|
|
3538
|
+
"max": 10
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"id": "naming",
|
|
3542
|
+
"name": "Naming & conventions",
|
|
3543
|
+
"score": 10,
|
|
3544
|
+
"max": 10
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"evaluatedAt": "2026-04-30T23:05:13.123Z",
|
|
3548
|
+
"evaluatedVersion": "1.2.1"
|
|
3549
|
+
},
|
|
3550
|
+
"skill-best-practice": {
|
|
3551
|
+
"providerId": "skill-best-practice",
|
|
3552
|
+
"providerVersion": "1.1.0",
|
|
3553
|
+
"schemaVersion": 1,
|
|
3554
|
+
"passed": true,
|
|
3555
|
+
"overallScore": 93,
|
|
3556
|
+
"grade": "A",
|
|
3557
|
+
"categories": [
|
|
3558
|
+
{
|
|
3559
|
+
"id": "validation",
|
|
3560
|
+
"name": "Deterministic validation",
|
|
3561
|
+
"score": 13,
|
|
3562
|
+
"max": 14
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"evaluatedAt": "2026-04-30T23:05:13.123Z",
|
|
3566
|
+
"evaluatedVersion": "1.2.1"
|
|
3567
|
+
}
|
|
2148
3568
|
}
|
|
2149
3569
|
},
|
|
2150
3570
|
{
|
|
2151
|
-
"name": "
|
|
2152
|
-
"description": "
|
|
2153
|
-
"version": "1.
|
|
3571
|
+
"name": "test-coverage",
|
|
3572
|
+
"description": "Generate unit tests for untested branches and edge cases. Use when coverage is low, CI flags gaps, or a release needs hardening. Not for integration/E2E suites, framework migrations, or fixing production bugs.",
|
|
3573
|
+
"version": "1.2.3",
|
|
2154
3574
|
"license": "MIT",
|
|
2155
|
-
"creator": "
|
|
3575
|
+
"creator": "",
|
|
2156
3576
|
"compatibility": "",
|
|
2157
3577
|
"allowedTools": [],
|
|
2158
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
2159
|
-
"relPath": "skills/
|
|
3578
|
+
"installUrl": "github:luongnv89/skills:skills/test-coverage",
|
|
3579
|
+
"relPath": "skills/test-coverage",
|
|
2160
3580
|
"verified": true,
|
|
2161
|
-
"tokenCount":
|
|
3581
|
+
"tokenCount": 2172,
|
|
2162
3582
|
"evalSummary": {
|
|
2163
|
-
"overallScore":
|
|
3583
|
+
"overallScore": 97,
|
|
2164
3584
|
"grade": "A",
|
|
2165
3585
|
"categories": [
|
|
2166
3586
|
{
|
|
@@ -2178,7 +3598,7 @@
|
|
|
2178
3598
|
{
|
|
2179
3599
|
"id": "prompt-engineering",
|
|
2180
3600
|
"name": "Prompt engineering",
|
|
2181
|
-
"score":
|
|
3601
|
+
"score": 9,
|
|
2182
3602
|
"max": 10
|
|
2183
3603
|
},
|
|
2184
3604
|
{
|
|
@@ -2206,25 +3626,99 @@
|
|
|
2206
3626
|
"max": 10
|
|
2207
3627
|
}
|
|
2208
3628
|
],
|
|
2209
|
-
"evaluatedAt": "2026-04-
|
|
2210
|
-
"evaluatedVersion": "1.
|
|
3629
|
+
"evaluatedAt": "2026-04-30T23:05:13.125Z",
|
|
3630
|
+
"evaluatedVersion": "1.2.3"
|
|
3631
|
+
},
|
|
3632
|
+
"evalSummaries": {
|
|
3633
|
+
"quality": {
|
|
3634
|
+
"providerId": "quality",
|
|
3635
|
+
"providerVersion": "1.0.0",
|
|
3636
|
+
"schemaVersion": 1,
|
|
3637
|
+
"passed": true,
|
|
3638
|
+
"overallScore": 97,
|
|
3639
|
+
"grade": "A",
|
|
3640
|
+
"categories": [
|
|
3641
|
+
{
|
|
3642
|
+
"id": "structure",
|
|
3643
|
+
"name": "Structure & completeness",
|
|
3644
|
+
"score": 10,
|
|
3645
|
+
"max": 10
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"id": "description",
|
|
3649
|
+
"name": "Description quality",
|
|
3650
|
+
"score": 10,
|
|
3651
|
+
"max": 10
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"id": "prompt-engineering",
|
|
3655
|
+
"name": "Prompt engineering",
|
|
3656
|
+
"score": 9,
|
|
3657
|
+
"max": 10
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"id": "context-efficiency",
|
|
3661
|
+
"name": "Context efficiency",
|
|
3662
|
+
"score": 10,
|
|
3663
|
+
"max": 10
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"id": "safety",
|
|
3667
|
+
"name": "Safety & guardrails",
|
|
3668
|
+
"score": 9,
|
|
3669
|
+
"max": 10
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"id": "testability",
|
|
3673
|
+
"name": "Testability",
|
|
3674
|
+
"score": 10,
|
|
3675
|
+
"max": 10
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"id": "naming",
|
|
3679
|
+
"name": "Naming & conventions",
|
|
3680
|
+
"score": 10,
|
|
3681
|
+
"max": 10
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"evaluatedAt": "2026-04-30T23:05:13.125Z",
|
|
3685
|
+
"evaluatedVersion": "1.2.3"
|
|
3686
|
+
},
|
|
3687
|
+
"skill-best-practice": {
|
|
3688
|
+
"providerId": "skill-best-practice",
|
|
3689
|
+
"providerVersion": "1.1.0",
|
|
3690
|
+
"schemaVersion": 1,
|
|
3691
|
+
"passed": true,
|
|
3692
|
+
"overallScore": 100,
|
|
3693
|
+
"grade": "A",
|
|
3694
|
+
"categories": [
|
|
3695
|
+
{
|
|
3696
|
+
"id": "validation",
|
|
3697
|
+
"name": "Deterministic validation",
|
|
3698
|
+
"score": 14,
|
|
3699
|
+
"max": 14
|
|
3700
|
+
}
|
|
3701
|
+
],
|
|
3702
|
+
"evaluatedAt": "2026-04-30T23:05:13.125Z",
|
|
3703
|
+
"evaluatedVersion": "1.2.3"
|
|
3704
|
+
}
|
|
2211
3705
|
}
|
|
2212
3706
|
},
|
|
2213
3707
|
{
|
|
2214
|
-
"name": "
|
|
2215
|
-
"description": "
|
|
2216
|
-
"version": "1.0
|
|
3708
|
+
"name": "usability-review",
|
|
3709
|
+
"description": "Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code. Don't use for visual/brand design critique, accessibility (WCAG) audits, or backend/API review.",
|
|
3710
|
+
"version": "1.2.0",
|
|
2217
3711
|
"license": "MIT",
|
|
2218
|
-
"creator": "
|
|
3712
|
+
"creator": "",
|
|
2219
3713
|
"compatibility": "",
|
|
2220
3714
|
"allowedTools": [],
|
|
2221
|
-
"installUrl": "github:luongnv89/skills:skills/
|
|
2222
|
-
"relPath": "skills/
|
|
3715
|
+
"installUrl": "github:luongnv89/skills:skills/usability-review",
|
|
3716
|
+
"relPath": "skills/usability-review",
|
|
2223
3717
|
"verified": true,
|
|
2224
|
-
"tokenCount":
|
|
3718
|
+
"tokenCount": 3100,
|
|
2225
3719
|
"evalSummary": {
|
|
2226
|
-
"overallScore":
|
|
2227
|
-
"grade": "
|
|
3720
|
+
"overallScore": 94,
|
|
3721
|
+
"grade": "A",
|
|
2228
3722
|
"categories": [
|
|
2229
3723
|
{
|
|
2230
3724
|
"id": "structure",
|
|
@@ -2247,19 +3741,19 @@
|
|
|
2247
3741
|
{
|
|
2248
3742
|
"id": "context-efficiency",
|
|
2249
3743
|
"name": "Context efficiency",
|
|
2250
|
-
"score":
|
|
3744
|
+
"score": 8,
|
|
2251
3745
|
"max": 10
|
|
2252
3746
|
},
|
|
2253
3747
|
{
|
|
2254
3748
|
"id": "safety",
|
|
2255
3749
|
"name": "Safety & guardrails",
|
|
2256
|
-
"score":
|
|
3750
|
+
"score": 10,
|
|
2257
3751
|
"max": 10
|
|
2258
3752
|
},
|
|
2259
3753
|
{
|
|
2260
3754
|
"id": "testability",
|
|
2261
3755
|
"name": "Testability",
|
|
2262
|
-
"score":
|
|
3756
|
+
"score": 10,
|
|
2263
3757
|
"max": 10
|
|
2264
3758
|
},
|
|
2265
3759
|
{
|
|
@@ -2269,8 +3763,82 @@
|
|
|
2269
3763
|
"max": 10
|
|
2270
3764
|
}
|
|
2271
3765
|
],
|
|
2272
|
-
"evaluatedAt": "2026-04-
|
|
2273
|
-
"evaluatedVersion": "1.0
|
|
3766
|
+
"evaluatedAt": "2026-04-30T23:05:13.126Z",
|
|
3767
|
+
"evaluatedVersion": "1.2.0"
|
|
3768
|
+
},
|
|
3769
|
+
"evalSummaries": {
|
|
3770
|
+
"quality": {
|
|
3771
|
+
"providerId": "quality",
|
|
3772
|
+
"providerVersion": "1.0.0",
|
|
3773
|
+
"schemaVersion": 1,
|
|
3774
|
+
"passed": true,
|
|
3775
|
+
"overallScore": 94,
|
|
3776
|
+
"grade": "A",
|
|
3777
|
+
"categories": [
|
|
3778
|
+
{
|
|
3779
|
+
"id": "structure",
|
|
3780
|
+
"name": "Structure & completeness",
|
|
3781
|
+
"score": 10,
|
|
3782
|
+
"max": 10
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"id": "description",
|
|
3786
|
+
"name": "Description quality",
|
|
3787
|
+
"score": 8,
|
|
3788
|
+
"max": 10
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"id": "prompt-engineering",
|
|
3792
|
+
"name": "Prompt engineering",
|
|
3793
|
+
"score": 10,
|
|
3794
|
+
"max": 10
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"id": "context-efficiency",
|
|
3798
|
+
"name": "Context efficiency",
|
|
3799
|
+
"score": 8,
|
|
3800
|
+
"max": 10
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"id": "safety",
|
|
3804
|
+
"name": "Safety & guardrails",
|
|
3805
|
+
"score": 10,
|
|
3806
|
+
"max": 10
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"id": "testability",
|
|
3810
|
+
"name": "Testability",
|
|
3811
|
+
"score": 10,
|
|
3812
|
+
"max": 10
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"id": "naming",
|
|
3816
|
+
"name": "Naming & conventions",
|
|
3817
|
+
"score": 10,
|
|
3818
|
+
"max": 10
|
|
3819
|
+
}
|
|
3820
|
+
],
|
|
3821
|
+
"evaluatedAt": "2026-04-30T23:05:13.126Z",
|
|
3822
|
+
"evaluatedVersion": "1.2.0"
|
|
3823
|
+
},
|
|
3824
|
+
"skill-best-practice": {
|
|
3825
|
+
"providerId": "skill-best-practice",
|
|
3826
|
+
"providerVersion": "1.1.0",
|
|
3827
|
+
"schemaVersion": 1,
|
|
3828
|
+
"passed": true,
|
|
3829
|
+
"overallScore": 93,
|
|
3830
|
+
"grade": "A",
|
|
3831
|
+
"categories": [
|
|
3832
|
+
{
|
|
3833
|
+
"id": "validation",
|
|
3834
|
+
"name": "Deterministic validation",
|
|
3835
|
+
"score": 13,
|
|
3836
|
+
"max": 14
|
|
3837
|
+
}
|
|
3838
|
+
],
|
|
3839
|
+
"evaluatedAt": "2026-04-30T23:05:13.126Z",
|
|
3840
|
+
"evaluatedVersion": "1.2.0"
|
|
3841
|
+
}
|
|
2274
3842
|
}
|
|
2275
3843
|
}
|
|
2276
3844
|
]
|