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.
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
| | |
|
|
39
39
|
| ------------------- | ------------------------------------------------------------------------------ |
|
|
40
|
-
| **Catalog** | 4,
|
|
40
|
+
| **Catalog** | 4,672 skills from 58 repos — [browse online](https://luongnv.com/asm/#/skills) |
|
|
41
41
|
| **Providers** | 19 agents (Claude, Codex, Cursor, Windsurf, Copilot, …) |
|
|
42
42
|
| **Agent-ready CLI** | `--json`, `--yes`, `--machine` on list, search, install, audit, eval |
|
|
43
43
|
| **Security** | Pre-install scan for shell exec, network access, credential exposure |
|
|
@@ -75,6 +75,7 @@ graph LR
|
|
|
75
75
|
| One-command install | `asm install github:user/repo` or `asm install skill-name` |
|
|
76
76
|
| Agent-parseable output | `--json` on list, search, inspect, install, audit |
|
|
77
77
|
| Duplicate audit | `asm audit --yes` removes redundant skills non-interactively |
|
|
78
|
+
| Semantic overlap audit | `asm audit overlap` finds different-name skills doing the same job |
|
|
78
79
|
| Attention budget | `asm stats --tokens` shows resident vs body token cost per tool |
|
|
79
80
|
| Residency audit | `asm audit residency` ranks skills to demote out of resident context |
|
|
80
81
|
| Reference tier | `asm get <skill>` delivers a body once, at zero residency |
|
|
@@ -122,6 +123,7 @@ Node.js 22+ required. Optional TUI: run `asm` with no arguments.
|
|
|
122
123
|
| Skill metadata for agents | `asm inspect my-skill --json` |
|
|
123
124
|
| Non-interactive install | `asm install code-review -p claude --yes --json` |
|
|
124
125
|
| Remove duplicates | `asm audit --yes` |
|
|
126
|
+
| Find same-job near-duplicates | `asm audit overlap` |
|
|
125
127
|
| See your context cost | `asm stats --tokens` |
|
|
126
128
|
| Find skills to demote | `asm audit residency` |
|
|
127
129
|
| Use a skill without residency | `asm get code-review` |
|
|
@@ -584,6 +586,7 @@ Multiple `asm` binaries on `PATH` can shadow a fresh upgrade.
|
|
|
584
586
|
| `asm index search <query>` | Search indexed skills |
|
|
585
587
|
| `asm index list` | List indexed repos |
|
|
586
588
|
| `asm index remove <owner/repo>` | Remove repo from index |
|
|
589
|
+
| `asm index overlap` | Find semantically overlapping skills in the index |
|
|
587
590
|
| `asm bundle list` | List bundles (`--predefined`) |
|
|
588
591
|
| `asm bundle install <name>` | Install every skill in a bundle |
|
|
589
592
|
| `asm bundle create <name>` | Create bundle from installed skills |
|
|
@@ -1100,7 +1103,7 @@ asm/
|
|
|
1100
1103
|
|
|
1101
1104
|
## Roadmap
|
|
1102
1105
|
|
|
1103
|
-
[Project kanban](https://github.com/users/luongnv89/projects/6)
|
|
1106
|
+
[Project kanban](https://github.com/users/luongnv89/projects/6)
|
|
1104
1107
|
|
|
1105
1108
|
## Contributing
|
|
1106
1109
|
|