agent-skill-manager 2.15.0 → 2.17.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "updatedAt": "2026-08-07T00:00:00Z",
2
+ "updatedAt": "2026-08-25T00:00:00Z",
3
3
  "repos": [
4
4
  {
5
5
  "source": "github:luongnv89/asm",
@@ -522,6 +522,15 @@
522
522
  "description": "Preserves the reasoning behind a codebase — architecture decisions, rejected alternatives, workarounds, incident learnings as versioned Markdown",
523
523
  "maintainer": "@oliver-zehentleitner",
524
524
  "enabled": true
525
+ },
526
+ {
527
+ "source": "github:antithesishq/antithesis-skills",
528
+ "url": "https://github.com/antithesishq/antithesis-skills",
529
+ "owner": "antithesishq",
530
+ "repo": "antithesis-skills",
531
+ "description": "AI Skills for Antithesis Users",
532
+ "maintainer": "@antithesishq",
533
+ "enabled": true
525
534
  }
526
535
  ]
527
536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-skill-manager",
3
- "version": "2.15.0",
3
+ "version": "2.17.0",
4
4
  "description": "Interactive TUI for managing installed skills for AI coding agents (Claude Code, Codex, OpenClaw, and more)",
5
5
  "type": "module",
6
6
  "bin": {