agent-skill-manager 2.4.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 +1 -1
- package/data/skill-index/antonbabenko_terraform-skill.json +146 -0
- package/data/skill-index/google_skills.json +1790 -0
- package/data/skill-index-resources.json +19 -1
- package/dist/agent-skill-manager.js +202 -202
- package/dist/{chunk-CLIZUJVB.js → chunk-QY4LTOTR.js} +1 -1
- package/dist/{src-RNJS76U3.js → src-YK2KIAU7.js} +1 -1
- package/package.json +1 -1
- package/data/bundles/eu-project-ops.json +0 -25
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"updatedAt": "2026-04-
|
|
2
|
+
"updatedAt": "2026-04-24T00:00:00Z",
|
|
3
3
|
"repos": [
|
|
4
4
|
{
|
|
5
5
|
"source": "github:luongnv89/asm",
|
|
@@ -234,6 +234,24 @@
|
|
|
234
234
|
"description": "Write HTML. Render video. Built for agents.",
|
|
235
235
|
"maintainer": "@heygen-com",
|
|
236
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
|
|
237
255
|
}
|
|
238
256
|
]
|
|
239
257
|
}
|