agent-skill-manager 1.15.0 → 1.16.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.backup.md +39 -23
- package/README.md +41 -25
- package/dist/agent-skill-manager.js +160 -135
- package/dist/{chunk-q9kp1v01.js → chunk-6cfm11vm.js} +13 -11
- package/dist/{chunk-257hhznr.js → chunk-6n912478.js} +1 -1
- package/dist/chunk-t6myftbf.js +3 -0
- package/package.json +1 -1
- package/dist/chunk-vhkxjexp.js +0 -3
package/README.backup.md
CHANGED
|
@@ -51,7 +51,7 @@ The more AI agents you use, the worse this gets. Every new tool adds another ski
|
|
|
51
51
|
- **See everything at once** — List, search, and filter skills across all providers and scopes from one dashboard. No more `ls`-ing through hidden directories.
|
|
52
52
|
- **Install from GitHub in one command** — `asm install github:user/repo` handles cloning, validation, and placement. Supports single-skill repos, multi-skill collections, subfolder URLs, and private repos via SSH.
|
|
53
53
|
- **Catch problems before they bite** — Built-in security scanning flags dangerous patterns (shell execution, network access, credential exposure, obfuscation) before you install. Duplicate audit finds and cleans redundant skills across providers.
|
|
54
|
-
- **Works with every major agent** —
|
|
54
|
+
- **Works with every major agent** — 17 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, and a generic Agents provider. Add custom providers in seconds via config.
|
|
55
55
|
- **Two interfaces, one tool** — Full interactive TUI with keyboard navigation, search, and detail views. Or use the CLI with `--json` for scripting and automation.
|
|
56
56
|
|
|
57
57
|
<p align="center">
|
|
@@ -130,25 +130,27 @@ asm install github:anthropics/skills --all # install everything
|
|
|
130
130
|
|
|
131
131
|
## Supported Agent Tools
|
|
132
132
|
|
|
133
|
-
`asm` ships with **
|
|
134
|
-
|
|
135
|
-
| Tool
|
|
136
|
-
|
|
|
137
|
-
| Claude Code
|
|
138
|
-
| Codex
|
|
139
|
-
| OpenClaw
|
|
140
|
-
| Agents (generic)
|
|
141
|
-
| Cursor
|
|
142
|
-
| Windsurf
|
|
143
|
-
| Cline
|
|
144
|
-
| Roo Code
|
|
145
|
-
| Continue
|
|
146
|
-
| GitHub Copilot
|
|
147
|
-
| Aider
|
|
148
|
-
| OpenCode
|
|
149
|
-
| Zed
|
|
150
|
-
| Augment
|
|
151
|
-
| Amp
|
|
133
|
+
`asm` ships with **17 built-in providers**. The first 4 are enabled by default; the rest can be enabled via `asm config edit`.
|
|
134
|
+
|
|
135
|
+
| Tool | Global Path | Project Path | Default |
|
|
136
|
+
| ------------------ | --------------------------------- | ----------------------- | :------: |
|
|
137
|
+
| Claude Code | `~/.claude/skills/` | `.claude/skills/` | enabled |
|
|
138
|
+
| Codex | `~/.codex/skills/` | `.codex/skills/` | enabled |
|
|
139
|
+
| OpenClaw | `~/.openclaw/skills/` | `.openclaw/skills/` | enabled |
|
|
140
|
+
| Agents (generic) | `~/.agents/skills/` | `.agents/skills/` | enabled |
|
|
141
|
+
| Cursor | `~/.cursor/rules/` | `.cursor/rules/` | disabled |
|
|
142
|
+
| Windsurf | `~/.windsurf/rules/` | `.windsurf/rules/` | disabled |
|
|
143
|
+
| Cline | `~/Documents/Cline/Rules/` | `.clinerules/` | disabled |
|
|
144
|
+
| Roo Code | `~/.roo/rules/` | `.roo/rules/` | disabled |
|
|
145
|
+
| Continue | `~/.continue/rules/` | `.continue/rules/` | disabled |
|
|
146
|
+
| GitHub Copilot | `~/.github/instructions/` | `.github/instructions/` | disabled |
|
|
147
|
+
| Aider | `~/.aider/skills/` | `.aider/skills/` | disabled |
|
|
148
|
+
| OpenCode | `~/.config/opencode/skills/` | `.opencode/skills/` | disabled |
|
|
149
|
+
| Zed | `~/.config/zed/prompt_overrides/` | `.zed/rules/` | disabled |
|
|
150
|
+
| Augment | `~/.augment/rules/` | `.augment/rules/` | disabled |
|
|
151
|
+
| Amp | `~/.amp/skills/` | `.amp/skills/` | disabled |
|
|
152
|
+
| Gemini CLI | `~/.gemini/skills/` | `.gemini/skills/` | disabled |
|
|
153
|
+
| Google Antigravity | `~/.antigravity/skills/` | `.antigravity/skills/` | disabled |
|
|
152
154
|
|
|
153
155
|
Enable a provider:
|
|
154
156
|
|
|
@@ -166,10 +168,10 @@ Need a tool not listed? Add a custom provider entry to the config.
|
|
|
166
168
|
Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
|
|
167
169
|
|
|
168
170
|
**Is it actively maintained?**
|
|
169
|
-
v1.
|
|
171
|
+
v1.16.0 shipped on March 25, 2026. The project has had 25 releases. Check the [changelog](docs/CHANGELOG.md) for the full history.
|
|
170
172
|
|
|
171
173
|
**Which AI agents does it support?**
|
|
172
|
-
|
|
174
|
+
17 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, and a generic Agents provider. The first 4 are enabled by default; enable the rest via `asm config edit`. You can also add any custom agent that stores skills as directories with a `SKILL.md` file.
|
|
173
175
|
|
|
174
176
|
**How does it compare to managing skills manually?**
|
|
175
177
|
Manual management means remembering where each agent stores skills, cloning repos by hand, checking for duplicates yourself, and having no security scanning. `asm` automates all of that with one command.
|
|
@@ -342,7 +344,7 @@ The install command clones the repository, validates `SKILL.md` files, scans for
|
|
|
342
344
|
<details>
|
|
343
345
|
<summary><strong>Configuration</strong></summary>
|
|
344
346
|
|
|
345
|
-
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with
|
|
347
|
+
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with 17 default providers. The first 4 are enabled; the rest are disabled until you enable them:
|
|
346
348
|
|
|
347
349
|
```json
|
|
348
350
|
{
|
|
@@ -452,6 +454,20 @@ On first run, a config file is created at `~/.config/agent-skill-manager/config.
|
|
|
452
454
|
"global": "~/.amp/skills",
|
|
453
455
|
"project": ".amp/skills",
|
|
454
456
|
"enabled": false
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "gemini",
|
|
460
|
+
"label": "Gemini CLI",
|
|
461
|
+
"global": "~/.gemini/skills",
|
|
462
|
+
"project": ".gemini/skills",
|
|
463
|
+
"enabled": false
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "antigravity",
|
|
467
|
+
"label": "Google Antigravity",
|
|
468
|
+
"global": "~/.antigravity/skills",
|
|
469
|
+
"project": ".antigravity/skills",
|
|
470
|
+
"enabled": false
|
|
455
471
|
}
|
|
456
472
|
],
|
|
457
473
|
"customPaths": [],
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<p align="center">
|
|
26
26
|
<a href="#get-started-in-30-seconds"><strong>Get Started in 30 Seconds →</strong></a>
|
|
27
27
|
|
|
|
28
|
-
<a href="https://luongnv.com/asm/"><strong>Browse
|
|
28
|
+
<a href="https://luongnv.com/asm/"><strong>Browse 2,600+ Skills Online →</strong></a>
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
31
|
---
|
|
@@ -62,7 +62,7 @@ The more AI agents you use, the worse this gets. Every new tool adds another ski
|
|
|
62
62
|
- **Install from GitHub in one command** — `asm install github:user/repo` handles cloning, validation, and placement. Supports single-skill repos, multi-skill collections, subfolder URLs, and private repos via SSH.
|
|
63
63
|
- **Catch problems before they bite** — Built-in security scanning flags dangerous patterns (shell execution, network access, credential exposure, obfuscation) before you install. Duplicate audit finds and cleans redundant skills across providers.
|
|
64
64
|
- **Create and test skills locally** — Scaffold new skills with `asm init`, symlink them for live development with `asm link`, audit for security issues, and verify metadata — all before publishing. [See the full local dev workflow ↓](#build-test-and-ship-your-own-skills)
|
|
65
|
-
- **Works with every major agent** —
|
|
65
|
+
- **Works with every major agent** — 17 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, and a generic Agents provider. Add custom providers in seconds via config.
|
|
66
66
|
- **Two interfaces, one tool** — Full interactive TUI with keyboard navigation, search, and detail views. Or use the CLI with `--json` for scripting and automation.
|
|
67
67
|
|
|
68
68
|
<p align="center">
|
|
@@ -283,7 +283,7 @@ asm
|
|
|
283
283
|
|
|
284
284
|
## Open-Source Skill Collections
|
|
285
285
|
|
|
286
|
-
A curated list of skill repositories you can install with a single command. Over **
|
|
286
|
+
A curated list of skill repositories you can install with a single command. Over **2,600 skills** available across these collections:
|
|
287
287
|
|
|
288
288
|
> **Last updated:** 2026-03-18
|
|
289
289
|
|
|
@@ -322,25 +322,27 @@ asm install github:anthropics/skills --all
|
|
|
322
322
|
|
|
323
323
|
## Supported Agent Tools
|
|
324
324
|
|
|
325
|
-
`asm` ships with **
|
|
326
|
-
|
|
327
|
-
| Tool
|
|
328
|
-
|
|
|
329
|
-
| Claude Code
|
|
330
|
-
| Codex
|
|
331
|
-
| OpenClaw
|
|
332
|
-
| Agents (generic)
|
|
333
|
-
| Cursor
|
|
334
|
-
| Windsurf
|
|
335
|
-
| Cline
|
|
336
|
-
| Roo Code
|
|
337
|
-
| Continue
|
|
338
|
-
| GitHub Copilot
|
|
339
|
-
| Aider
|
|
340
|
-
| OpenCode
|
|
341
|
-
| Zed
|
|
342
|
-
| Augment
|
|
343
|
-
| Amp
|
|
325
|
+
`asm` ships with **17 built-in providers**, all enabled by default. Disable any you don't need via `asm config edit`.
|
|
326
|
+
|
|
327
|
+
| Tool | Global Path | Project Path | Default |
|
|
328
|
+
| ------------------ | --------------------------------- | ----------------------- | :-----: |
|
|
329
|
+
| Claude Code | `~/.claude/skills/` | `.claude/skills/` | enabled |
|
|
330
|
+
| Codex | `~/.codex/skills/` | `.codex/skills/` | enabled |
|
|
331
|
+
| OpenClaw | `~/.openclaw/skills/` | `.openclaw/skills/` | enabled |
|
|
332
|
+
| Agents (generic) | `~/.agents/skills/` | `.agents/skills/` | enabled |
|
|
333
|
+
| Cursor | `~/.cursor/rules/` | `.cursor/rules/` | enabled |
|
|
334
|
+
| Windsurf | `~/.windsurf/rules/` | `.windsurf/rules/` | enabled |
|
|
335
|
+
| Cline | `~/Documents/Cline/Rules/` | `.clinerules/` | enabled |
|
|
336
|
+
| Roo Code | `~/.roo/rules/` | `.roo/rules/` | enabled |
|
|
337
|
+
| Continue | `~/.continue/rules/` | `.continue/rules/` | enabled |
|
|
338
|
+
| GitHub Copilot | `~/.github/instructions/` | `.github/instructions/` | enabled |
|
|
339
|
+
| Aider | `~/.aider/skills/` | `.aider/skills/` | enabled |
|
|
340
|
+
| OpenCode | `~/.config/opencode/skills/` | `.opencode/skills/` | enabled |
|
|
341
|
+
| Zed | `~/.config/zed/prompt_overrides/` | `.zed/rules/` | enabled |
|
|
342
|
+
| Augment | `~/.augment/rules/` | `.augment/rules/` | enabled |
|
|
343
|
+
| Amp | `~/.amp/skills/` | `.amp/skills/` | enabled |
|
|
344
|
+
| Gemini CLI | `~/.gemini/skills/` | `.gemini/skills/` | enabled |
|
|
345
|
+
| Google Antigravity | `~/.antigravity/skills/` | `.antigravity/skills/` | enabled |
|
|
344
346
|
|
|
345
347
|
Disable a provider — opens config in `$EDITOR`, set `"enabled": false` for any provider:
|
|
346
348
|
|
|
@@ -358,10 +360,10 @@ Need a tool not listed? Add a custom provider entry to the config.
|
|
|
358
360
|
Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
|
|
359
361
|
|
|
360
362
|
**Is it actively maintained?**
|
|
361
|
-
v1.
|
|
363
|
+
v1.16.0 shipped on March 25, 2026. The project has had 25 releases. Check the [changelog](docs/CHANGELOG.md) for the full history.
|
|
362
364
|
|
|
363
365
|
**Which AI agents does it support?**
|
|
364
|
-
|
|
366
|
+
17 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, and a generic Agents provider. All 17 are enabled by default; disable any you don't need via `asm config edit`. You can also add any custom agent that stores skills as directories with a `SKILL.md` file.
|
|
365
367
|
|
|
366
368
|
**How does it compare to managing skills manually?**
|
|
367
369
|
Manual management means remembering where each agent stores skills, cloning repos by hand, checking for duplicates yourself, and having no security scanning. `asm` automates all of that with one command.
|
|
@@ -641,7 +643,7 @@ The install command clones the repository, validates `SKILL.md` files, scans for
|
|
|
641
643
|
<details>
|
|
642
644
|
<summary><strong>Configuration</strong></summary>
|
|
643
645
|
|
|
644
|
-
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with
|
|
646
|
+
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with 17 default providers, all enabled:
|
|
645
647
|
|
|
646
648
|
```json
|
|
647
649
|
{
|
|
@@ -751,6 +753,20 @@ On first run, a config file is created at `~/.config/agent-skill-manager/config.
|
|
|
751
753
|
"global": "~/.amp/skills",
|
|
752
754
|
"project": ".amp/skills",
|
|
753
755
|
"enabled": false
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "gemini",
|
|
759
|
+
"label": "Gemini CLI",
|
|
760
|
+
"global": "~/.gemini/skills",
|
|
761
|
+
"project": ".gemini/skills",
|
|
762
|
+
"enabled": false
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "antigravity",
|
|
766
|
+
"label": "Google Antigravity",
|
|
767
|
+
"global": "~/.antigravity/skills",
|
|
768
|
+
"project": ".antigravity/skills",
|
|
769
|
+
"enabled": false
|
|
754
770
|
}
|
|
755
771
|
],
|
|
756
772
|
"customPaths": [],
|