agent-skill-manager 2.17.0 → 2.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +16 -2
  2. package/data/skill-index/ComposioHQ_awesome-claude-skills.json +153443 -0
  3. package/data/skill-index/Egonex-AI_Understand-Anything.json +2 -2
  4. package/data/skill-index/JuliusBrussee_caveman.json +3985 -0
  5. package/data/skill-index/Leonxlnx_taste-skill.json +47 -47
  6. package/data/skill-index/Nutlope_hallmark.json +185 -0
  7. package/data/skill-index/addyosmani_agent-skills.json +81 -81
  8. package/data/skill-index/anthropics_skills.json +69 -69
  9. package/data/skill-index/ayghri_i-have-adhd.json +185 -0
  10. package/data/skill-index/blader_humanizer.json +185 -0
  11. package/data/skill-index/cathrynlavery_diagram-design.json +185 -0
  12. package/data/skill-index/charlie947_answer-first.json +185 -0
  13. package/data/skill-index/charlie947_voiceprint.json +185 -0
  14. package/data/skill-index/google-labs-code_design.md.json +891 -0
  15. package/data/skill-index/hardikpandya_stop-slop.json +185 -0
  16. package/data/skill-index/mattpocock_skills.json +482 -114
  17. package/data/skill-index/multica-ai_andrej-karpathy-skills.json +185 -0
  18. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +44 -44
  19. package/data/skill-index/obra_superpowers.json +49 -49
  20. package/data/skill-index/pbakaus_impeccable.json +185 -0
  21. package/data/skill-index/tt-a1i_archify.json +185 -0
  22. package/data/skill-index/zarazhangrui_frontend-slides.json +185 -0
  23. package/data/skill-index-resources.json +136 -10
  24. package/dist/agent-skill-manager.js +283 -239
  25. package/dist/chunk-54VC5E5G.js +23 -0
  26. package/dist/chunk-ESKBKSXS.js +2 -0
  27. package/dist/{chunk-LS24FFOX.js → chunk-VGQYV246.js} +2 -2
  28. package/dist/{chunk-LH2C3PE7.js → chunk-ZAOVB3X2.js} +1 -1
  29. package/dist/config-PQRMSV7F.js +2 -0
  30. package/dist/{lock-NN2MADX7.js → lock-RVOMV2LT.js} +1 -1
  31. package/dist/spawn-JDSII5L3.js +2 -0
  32. package/dist/src-SP66WR5V.js +119 -0
  33. package/package.json +1 -1
  34. package/dist/chunk-BQ4RW237.js +0 -20
  35. package/dist/config-AZYQEQOQ.js +0 -2
  36. package/dist/src-BD3KFE5H.js +0 -119
@@ -0,0 +1,185 @@
1
+ {
2
+ "repoUrl": "https://github.com/hardikpandya/stop-slop.git",
3
+ "owner": "hardikpandya",
4
+ "repo": "stop-slop",
5
+ "updatedAt": "2026-08-27T18:54:29.607Z",
6
+ "skillCount": 1,
7
+ "skills": [
8
+ {
9
+ "name": "stop-slop",
10
+ "description": "Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells. \u2014 anti-slop",
11
+ "version": "0.0.0",
12
+ "license": "",
13
+ "creator": "",
14
+ "compatibility": "",
15
+ "allowedTools": [],
16
+ "modelInvocable": true,
17
+ "userInvocable": true,
18
+ "installUrl": "github:hardikpandya/stop-slop",
19
+ "relPath": "",
20
+ "verified": true,
21
+ "tokenCount": 680,
22
+ "evalSummary": {
23
+ "overallScore": 64,
24
+ "grade": "D",
25
+ "categories": [
26
+ {
27
+ "id": "structure",
28
+ "name": "Structure & completeness",
29
+ "score": 8,
30
+ "max": 10
31
+ },
32
+ {
33
+ "id": "description",
34
+ "name": "Description quality",
35
+ "score": 10,
36
+ "max": 10
37
+ },
38
+ {
39
+ "id": "prompt-engineering",
40
+ "name": "Prompt engineering",
41
+ "score": 3,
42
+ "max": 10
43
+ },
44
+ {
45
+ "id": "context-efficiency",
46
+ "name": "Context efficiency",
47
+ "score": 9,
48
+ "max": 10
49
+ },
50
+ {
51
+ "id": "safety",
52
+ "name": "Safety & guardrails",
53
+ "score": 1,
54
+ "max": 10
55
+ },
56
+ {
57
+ "id": "testability",
58
+ "name": "Testability",
59
+ "score": 1,
60
+ "max": 10
61
+ },
62
+ {
63
+ "id": "license",
64
+ "name": "License verification",
65
+ "score": 2,
66
+ "max": 10
67
+ },
68
+ {
69
+ "id": "naming",
70
+ "name": "Naming & conventions",
71
+ "score": 10,
72
+ "max": 10
73
+ },
74
+ {
75
+ "id": "pii",
76
+ "name": "PII detection",
77
+ "score": 10,
78
+ "max": 10
79
+ },
80
+ {
81
+ "id": "script-lint",
82
+ "name": "Script linting",
83
+ "score": 10,
84
+ "max": 10
85
+ }
86
+ ],
87
+ "evaluatedAt": "2026-08-27T18:54:29.605Z",
88
+ "evaluatedVersion": "0.0.0"
89
+ },
90
+ "evalSummaries": {
91
+ "quality": {
92
+ "providerId": "quality",
93
+ "providerVersion": "1.0.0",
94
+ "schemaVersion": 1,
95
+ "passed": true,
96
+ "overallScore": 63,
97
+ "grade": "D",
98
+ "categories": [
99
+ {
100
+ "id": "structure",
101
+ "name": "Structure & completeness",
102
+ "score": 8,
103
+ "max": 10
104
+ },
105
+ {
106
+ "id": "description",
107
+ "name": "Description quality",
108
+ "score": 10,
109
+ "max": 10
110
+ },
111
+ {
112
+ "id": "prompt-engineering",
113
+ "name": "Prompt engineering",
114
+ "score": 3,
115
+ "max": 10
116
+ },
117
+ {
118
+ "id": "context-efficiency",
119
+ "name": "Context efficiency",
120
+ "score": 9,
121
+ "max": 10
122
+ },
123
+ {
124
+ "id": "safety",
125
+ "name": "Safety & guardrails",
126
+ "score": 1,
127
+ "max": 10
128
+ },
129
+ {
130
+ "id": "testability",
131
+ "name": "Testability",
132
+ "score": 1,
133
+ "max": 10
134
+ },
135
+ {
136
+ "id": "license",
137
+ "name": "License verification",
138
+ "score": 2,
139
+ "max": 10
140
+ },
141
+ {
142
+ "id": "naming",
143
+ "name": "Naming & conventions",
144
+ "score": 9,
145
+ "max": 10
146
+ },
147
+ {
148
+ "id": "pii",
149
+ "name": "PII detection",
150
+ "score": 10,
151
+ "max": 10
152
+ },
153
+ {
154
+ "id": "script-lint",
155
+ "name": "Script linting",
156
+ "score": 10,
157
+ "max": 10
158
+ }
159
+ ],
160
+ "evaluatedAt": "2026-08-27T18:54:29.605Z",
161
+ "evaluatedVersion": "0.0.0"
162
+ },
163
+ "skill-best-practice": {
164
+ "providerId": "skill-best-practice",
165
+ "providerVersion": "1.1.0",
166
+ "schemaVersion": 1,
167
+ "passed": false,
168
+ "overallScore": 77,
169
+ "grade": "C",
170
+ "categories": [
171
+ {
172
+ "id": "validation",
173
+ "name": "Deterministic validation",
174
+ "score": 10,
175
+ "max": 13
176
+ }
177
+ ],
178
+ "evaluatedAt": "2026-08-27T18:54:29.605Z",
179
+ "evaluatedVersion": "0.0.0"
180
+ }
181
+ }
182
+ }
183
+ ],
184
+ "bundles": []
185
+ }