agent-skill-manager 2.3.0 → 2.5.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.
- package/README.md +25 -37
- package/data/bundles/content-writing.json +30 -0
- package/data/bundles/devops.json +30 -0
- package/data/bundles/frontend-dev.json +35 -0
- package/data/bundles/ios-release.json +30 -0
- package/data/skill-index/antonbabenko_terraform-skill.json +146 -0
- package/data/skill-index/google_skills.json +1790 -0
- package/data/skill-index/luongnv89_asm.json +73 -0
- package/data/skill-index-resources.json +28 -1
- package/dist/agent-skill-manager.js +442 -431
- package/dist/chunk-7BMOBFGJ.js +2 -0
- package/dist/chunk-GOI5LV72.js +3 -0
- package/dist/chunk-PVEAYTE2.js +3 -0
- package/dist/chunk-QY4LTOTR.js +19 -0
- package/dist/config-55HAAFSH.js +2 -0
- package/dist/devtools-W557IAG7.js +8 -0
- package/dist/lock-SOHBB4N3.js +2 -0
- package/dist/src-YK2KIAU7.js +108 -0
- package/package.json +55 -21
- package/scripts/postinstall.cjs +3 -7
- package/dist/chunk-76faq0t9.js +0 -93
- package/dist/chunk-83zxj8cj.js +0 -3
- package/dist/chunk-chw0sgjp.js +0 -3
- package/dist/chunk-dtg819nd.js +0 -19
- package/dist/highlights-eq9cgrbb.scm +0 -604
- package/dist/highlights-ghv9g403.scm +0 -205
- package/dist/highlights-hk7bwhj4.scm +0 -284
- package/dist/highlights-r812a2qc.scm +0 -150
- package/dist/highlights-x6tmsnaa.scm +0 -115
- package/dist/injections-73j83es3.scm +0 -27
- package/dist/tree-sitter-javascript-nd0q4pe9.wasm +0 -0
- package/dist/tree-sitter-markdown-411r6y9b.wasm +0 -0
- package/dist/tree-sitter-markdown_inline-j5349f42.wasm +0 -0
- package/dist/tree-sitter-typescript-zxjzwt75.wasm +0 -0
- package/dist/tree-sitter-zig-e78zbjpm.wasm +0 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repoUrl": "https://github.com/luongnv89/asm.git",
|
|
3
|
+
"owner": "luongnv89",
|
|
4
|
+
"repo": "asm",
|
|
5
|
+
"updatedAt": "2026-04-21T20:48:38.441Z",
|
|
6
|
+
"skillCount": 1,
|
|
7
|
+
"skills": [
|
|
8
|
+
{
|
|
9
|
+
"name": "skill-auto-improver",
|
|
10
|
+
"description": "Improve a SKILL.md skill by running `asm eval`, fixing weakest categories, and looping until it clears the 85/8 floor or stops with a blocker. Use when leveling up a skill, preparing for publish, or rescuing a failing eval.",
|
|
11
|
+
"version": "0.1.0",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"creator": "luongnv89",
|
|
14
|
+
"compatibility": "Claude Code",
|
|
15
|
+
"allowedTools": ["Bash", "Read", "Write", "Edit", "Grep", "Glob"],
|
|
16
|
+
"installUrl": "github:luongnv89/asm:skills/skill-auto-improver",
|
|
17
|
+
"relPath": "skills/skill-auto-improver",
|
|
18
|
+
"verified": true,
|
|
19
|
+
"featured": true,
|
|
20
|
+
"tokenCount": 3101,
|
|
21
|
+
"evalSummary": {
|
|
22
|
+
"overallScore": 100,
|
|
23
|
+
"grade": "A",
|
|
24
|
+
"categories": [
|
|
25
|
+
{
|
|
26
|
+
"id": "structure",
|
|
27
|
+
"name": "Structure & completeness",
|
|
28
|
+
"score": 10,
|
|
29
|
+
"max": 10
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "description",
|
|
33
|
+
"name": "Description quality",
|
|
34
|
+
"score": 10,
|
|
35
|
+
"max": 10
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "prompt-engineering",
|
|
39
|
+
"name": "Prompt engineering",
|
|
40
|
+
"score": 10,
|
|
41
|
+
"max": 10
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "context-efficiency",
|
|
45
|
+
"name": "Context efficiency",
|
|
46
|
+
"score": 10,
|
|
47
|
+
"max": 10
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "safety",
|
|
51
|
+
"name": "Safety & guardrails",
|
|
52
|
+
"score": 10,
|
|
53
|
+
"max": 10
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "testability",
|
|
57
|
+
"name": "Testability",
|
|
58
|
+
"score": 10,
|
|
59
|
+
"max": 10
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "naming",
|
|
63
|
+
"name": "Naming & conventions",
|
|
64
|
+
"score": 10,
|
|
65
|
+
"max": 10
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"evaluatedAt": "2026-04-21T20:48:38.441Z",
|
|
69
|
+
"evaluatedVersion": "0.1.0"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"updatedAt": "2026-04-
|
|
2
|
+
"updatedAt": "2026-04-24T00:00:00Z",
|
|
3
3
|
"repos": [
|
|
4
|
+
{
|
|
5
|
+
"source": "github:luongnv89/asm",
|
|
6
|
+
"url": "https://github.com/luongnv89/asm",
|
|
7
|
+
"owner": "luongnv89",
|
|
8
|
+
"repo": "asm",
|
|
9
|
+
"description": "Built-in ASM skills (only skill-auto-improver is published to the catalog)",
|
|
10
|
+
"maintainer": "@luongnv89",
|
|
11
|
+
"enabled": false
|
|
12
|
+
},
|
|
4
13
|
{
|
|
5
14
|
"source": "github:anthropics/skills",
|
|
6
15
|
"url": "https://github.com/anthropics/skills",
|
|
@@ -225,6 +234,24 @@
|
|
|
225
234
|
"description": "Write HTML. Render video. Built for agents.",
|
|
226
235
|
"maintainer": "@heygen-com",
|
|
227
236
|
"enabled": true
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"source": "github:google/skills",
|
|
240
|
+
"url": "https://github.com/google/skills",
|
|
241
|
+
"owner": "google",
|
|
242
|
+
"repo": "skills",
|
|
243
|
+
"description": "Agent Skills for Google products and technologies",
|
|
244
|
+
"maintainer": "@google",
|
|
245
|
+
"enabled": true
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"source": "github:antonbabenko/terraform-skill",
|
|
249
|
+
"url": "https://github.com/antonbabenko/terraform-skill",
|
|
250
|
+
"owner": "antonbabenko",
|
|
251
|
+
"repo": "terraform-skill",
|
|
252
|
+
"description": "Terraform & OpenTofu Skill for AI Agents - testing, modules, CI/CD, and production patterns",
|
|
253
|
+
"maintainer": "@antonbabenko",
|
|
254
|
+
"enabled": true
|
|
228
255
|
}
|
|
229
256
|
]
|
|
230
257
|
}
|