agent-skill-manager 1.9.0 → 1.11.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.
Files changed (71) hide show
  1. package/README.backup.md +642 -0
  2. package/README.md +410 -111
  3. package/data/skill-index/Affitor_affiliate-skills.json +338 -0
  4. package/data/skill-index/Leonxlnx_taste-skill.json +44 -0
  5. package/data/skill-index/affaan-m_everything-claude-code.json +1038 -0
  6. package/data/skill-index/agentskills_agentskills.json +8 -0
  7. package/data/skill-index/anthropics_skills.json +135 -0
  8. package/data/skill-index/coreyhaines31_marketingskills.json +240 -0
  9. package/data/skill-index/luongnv89_skills.json +212 -0
  10. package/data/skill-index/msitarzewski_agency-agents.json +8 -0
  11. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +58 -0
  12. package/data/skill-index/obra_superpowers.json +107 -0
  13. package/data/skill-index/sickn33_antigravity-awesome-skills.json +8815 -0
  14. package/dist/agent-skill-manager.js +312 -260
  15. package/dist/chunk-03mfx7sy.js +5 -0
  16. package/dist/chunk-0gw1x84r.js +90 -0
  17. package/dist/chunk-0w0w4gnm.js +91 -0
  18. package/dist/chunk-17kzcqt4.js +90 -0
  19. package/dist/chunk-1sdkb58e.js +3 -0
  20. package/dist/chunk-209mv80b.js +3 -0
  21. package/dist/chunk-2349896m.js +12 -0
  22. package/dist/chunk-3zm1v0pq.js +90 -0
  23. package/dist/chunk-43swdgy2.js +90 -0
  24. package/dist/chunk-485taw82.js +91 -0
  25. package/dist/chunk-4jc6e3xm.js +91 -0
  26. package/dist/chunk-4s3sbcf2.js +12 -0
  27. package/dist/chunk-4tv631tw.js +12 -0
  28. package/dist/chunk-54rwqf4w.js +91 -0
  29. package/dist/chunk-5cwc58vj.js +90 -0
  30. package/dist/chunk-6ecpan8g.js +3 -0
  31. package/dist/chunk-6tftx6gm.js +12 -0
  32. package/dist/chunk-73eekpnj.js +90 -0
  33. package/dist/chunk-7k9yabfg.js +91 -0
  34. package/dist/chunk-7sn5pag9.js +91 -0
  35. package/dist/chunk-8h3ad84n.js +90 -0
  36. package/dist/chunk-8y0gex4v.js +12 -0
  37. package/dist/chunk-9668693x.js +12 -0
  38. package/dist/chunk-9k118dda.js +91 -0
  39. package/dist/chunk-ab81xqvq.js +90 -0
  40. package/dist/chunk-c6mtebtr.js +12 -0
  41. package/dist/chunk-cbs9dyjx.js +12 -0
  42. package/dist/chunk-ck068w5h.js +3 -0
  43. package/dist/chunk-emqrzrc1.js +12 -0
  44. package/dist/chunk-ez3qf1xz.js +12 -0
  45. package/dist/chunk-g3tzskxg.js +12 -0
  46. package/dist/chunk-h9j73ee1.js +12 -0
  47. package/dist/chunk-j4ce5mjn.js +9 -0
  48. package/dist/chunk-j94dd9cr.js +91 -0
  49. package/dist/chunk-mm5wwxyn.js +90 -0
  50. package/dist/chunk-mncxq9nn.js +12 -0
  51. package/dist/chunk-ms0jj7vd.js +12 -0
  52. package/dist/chunk-pdzs9y18.js +90 -0
  53. package/dist/chunk-ppm4jjp1.js +5 -0
  54. package/dist/chunk-rescyvdm.js +91 -0
  55. package/dist/chunk-rmdq3572.js +91 -0
  56. package/dist/chunk-sh9vmxxe.js +3 -0
  57. package/dist/chunk-t1nkz9f1.js +12 -0
  58. package/dist/chunk-t2t69k6e.js +3 -0
  59. package/dist/chunk-tbdz2vyz.js +12 -0
  60. package/dist/chunk-tv8s2rz8.js +12 -0
  61. package/dist/chunk-vm7srtey.js +90 -0
  62. package/dist/chunk-vqrx4fdg.js +91 -0
  63. package/dist/chunk-vxavrtsc.js +12 -0
  64. package/dist/chunk-w4c58cnv.js +12 -0
  65. package/dist/chunk-xbcxp92m.js +12 -0
  66. package/dist/chunk-yfsk14ce.js +9 -0
  67. package/dist/chunk-ynv3b0jx.js +91 -0
  68. package/dist/chunk-yp5vmh8y.js +90 -0
  69. package/dist/chunk-z8agvha5.js +12 -0
  70. package/dist/chunk-zysx39h2.js +90 -0
  71. package/package.json +3 -1
package/README.md CHANGED
@@ -7,112 +7,227 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <em>The universal skill manager for AI agents.</em>
10
+ <a href="https://www.npmjs.com/package/agent-skill-manager"><img src="https://img.shields.io/npm/v/agent-skill-manager.svg" alt="npm version" /></a>
11
+ <a href="https://www.npmjs.com/package/agent-skill-manager"><img src="https://img.shields.io/npm/dm/agent-skill-manager.svg" alt="npm downloads" /></a>
12
+ <a href="https://github.com/luongnv89/agent-skill-manager/stargazers"><img src="https://img.shields.io/github/stars/luongnv89/agent-skill-manager.svg?style=social" alt="GitHub stars" /></a>
13
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License" /></a>
14
+ <a href="https://github.com/luongnv89/agent-skill-manager/actions"><img src="https://github.com/luongnv89/agent-skill-manager/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
15
+ <a href="https://bun.sh"><img src="https://img.shields.io/badge/runtime-Bun%20%E2%89%A5%201.0-black.svg" alt="Bun" /></a>
11
16
  </p>
12
17
 
18
+ <h1 align="center">One tool to manage every AI agent's skills</h1>
19
+
13
20
  <p align="center">
14
- <a href="#features">Features</a> &middot;
15
- <a href="#install">Install</a> &middot;
16
- <a href="#usage">Usage</a> &middot;
17
- <a href="#configuration">Configuration</a> &middot;
18
- <a href="docs/">Docs</a> &middot;
19
- <a href="CONTRIBUTING.md">Contributing</a> &middot;
20
- <a href="LICENSE">License</a>
21
+ Stop juggling skill directories across Claude Code, Codex, Cursor, Windsurf, and 10+ other AI agents.<br/>
22
+ <strong>agent-skill-manager</strong> (<code>asm</code>) gives you a single TUI and CLI to install, search, audit, and organize all your agent skills — everywhere.
21
23
  </p>
22
24
 
23
25
  <p align="center">
24
- <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License" /></a>
25
- <a href="https://www.npmjs.com/package/agent-skill-manager"><img src="https://img.shields.io/npm/v/agent-skill-manager.svg" alt="npm version" /></a>
26
- <a href="https://bun.sh"><img src="https://img.shields.io/badge/runtime-Bun%20%E2%89%A5%201.0-black.svg" alt="Bun" /></a>
27
- <a href="https://github.com/luongnv89/agent-skill-manager/actions"><img src="https://github.com/luongnv89/agent-skill-manager/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
26
+ <a href="#get-started-in-30-seconds"><strong>Get Started in 30 Seconds &rarr;</strong></a>
27
+ </p>
28
+
29
+ ---
30
+
31
+ <p align="center">
32
+ <img src="assets/screenshots/tui.png" alt="agent-skill-manager TUI dashboard" width="800" />
28
33
  </p>
29
34
 
30
35
  ---
31
36
 
32
- **agent-skill-manager** (`asm`) is an interactive TUI and CLI for managing installed skills across AI coding agents — [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex](https://github.com/openai/codex), [OpenClaw](https://github.com/openclaw), and more. Built with [OpenTUI](https://github.com/nicholasgasior/opentui) and [Bun](https://bun.sh).
37
+ ## Your AI agent skills are a mess
38
+
39
+ You use Claude Code at work, Codex for side projects, and OpenClaw for experiments. Each tool keeps skills in its own hidden directory with its own conventions. Here's what that looks like in practice:
40
+
41
+ - **Skills scattered everywhere** — `~/.claude/skills/`, `~/.codex/skills/`, `~/.openclaw/skills/`, project-level `.claude/skills/`... you have the same skill installed three times and can't remember which version is where
42
+ - **No visibility** — there's no quick way to see what's installed, what's duplicated, or what's outdated across all your agents
43
+ - **Installing is manual and risky** — you clone repos, copy folders, hope the SKILL.md is valid, and pray you didn't just install something that exfiltrates your codebase
44
+
45
+ The more AI agents you use, the worse this gets. Every new tool adds another skill directory to babysit.
46
+
47
+ ## `asm` brings order to the chaos
48
+
49
+ **agent-skill-manager** is a single command that manages skills across every AI coding agent you use. One TUI. One CLI. Every agent.
50
+
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
+ - **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
+ - **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** — 15 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, and a generic Agents provider. Add custom providers in seconds via config.
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.
33
56
 
34
57
  <p align="center">
35
- <img src="assets/screenshots/asm-list.png" alt="agent-skill-manager TUI dashboard" width="800" />
58
+ <img src="assets/screenshots/asm-stats.png" alt="asm stats — skill statistics across all providers" width="700" />
59
+ <br/><em>asm stats — totals, disk usage, and per-provider breakdown at a glance</em>
36
60
  </p>
37
61
 
38
- ## Features
62
+ ## How it works
39
63
 
40
- - **Dual interface**Full interactive TUI and non-interactive CLI (`asm list`, `asm search`, etc.)
41
- - **Multi-agent support**Manage skills for Claude Code, Codex, OpenClaw, and custom agent tools from a single tool
42
- - **Configurable providers** — Define which agent tool directories to scan via `~/.config/agent-skill-manager/config.json`
43
- - **Global & project scopes** — Filter skills by global (`~/.<tool>/skills/`) or project-level (`./<tool>/skills/`)
44
- - **Real-time search** — Filter skills by name, description, or provider
45
- - **Sort** — By name, version, or location
46
- - **Detailed skill view** — Metadata from SKILL.md frontmatter including provider, path, symlink info
47
- - **Duplicate audit** — Detect and remove duplicate skills across providers and scopes
48
- - **Install from GitHub** — Install skills from any public/private GitHub repo with `asm install github:user/repo`
49
- - **Security scanning** — Automatic pattern-based security warnings before installing skills
50
- - **Safe uninstall** — Confirmation dialog, removes skill directories, rule files, and AGENTS.md blocks
51
- - **In-TUI config editor** — Toggle providers on/off, or open config in `$EDITOR`
52
- - **JSON output** — Machine-readable output for scripting (`--json`)
64
+ 1. **Install `asm`**one command via npm, Bun, or curl
65
+ 2. **Run `asm`**it auto-discovers skills across all configured agent directories
66
+ 3. **Manage everything** — install, search, inspect, audit, and uninstall skills from the TUI or CLI
67
+ 4. **Stay safe** — security scan skills before installing, detect duplicates, and clean up with confidence
53
68
 
54
- ## Install
69
+ <p align="center">
70
+ <a href="#get-started-in-30-seconds"><strong>Start Managing Your Skills &rarr;</strong></a>
71
+ </p>
55
72
 
56
- ### npm (recommended)
73
+ <p align="center">
74
+ <img src="assets/screenshots/asm-search-code-review.png" alt="asm search — find installed and available skills" width="700" />
75
+ <br/><em>asm search code-review — finds installed skills and suggests new ones from indexed repos</em>
76
+ </p>
57
77
 
58
- The npm package ships as a pre-built bundle — **no build step required** on install.
78
+ ---
59
79
 
60
- **Prerequisites:** [Bun](https://bun.sh) >= 1.0.0 (used as the runtime)
80
+ ## Get Started in 30 Seconds
81
+
82
+ ### npm (recommended)
61
83
 
62
84
  ```bash
63
- # Install globally via npm
64
85
  npm install -g agent-skill-manager
65
-
66
- # Or via Bun
67
- bun install -g agent-skill-manager
68
86
  ```
69
87
 
70
- > **Note:** While the package is installed through npm, it requires the [Bun](https://bun.sh) runtime to execute. Install Bun with: `curl -fsSL https://bun.sh/install | bash`
88
+ > Requires [Bun](https://bun.sh) >= 1.0.0 as the runtime. Install Bun: `curl -fsSL https://bun.sh/install | bash`
71
89
 
72
- ### Quick Install (one command)
90
+ ### One-liner install
73
91
 
74
92
  ```bash
75
93
  curl -sSL https://raw.githubusercontent.com/luongnv89/agent-skill-manager/main/install.sh | bash
76
94
  ```
77
95
 
78
- Or with wget:
96
+ This installs Bun (if needed) and `agent-skill-manager` globally. Then just run:
79
97
 
80
98
  ```bash
81
- wget -qO- https://raw.githubusercontent.com/luongnv89/agent-skill-manager/main/install.sh | bash
99
+ asm
82
100
  ```
83
101
 
84
- This will automatically install [Bun](https://bun.sh) (if not already installed) and then install `agent-skill-manager` globally.
102
+ <p align="center">
103
+ <a href="#cli-commands"><strong>See All Commands &rarr;</strong></a>
104
+ </p>
105
+
106
+ ---
85
107
 
86
- ### From Source
108
+ ## Open-Source Skill Collections
109
+
110
+ A curated list of skill repositories you can install with a single command. Over **1,500 skills** available across these collections:
111
+
112
+ > **Last updated:** 2026-03-18
113
+
114
+ | Repository | Description | Stars | Skills |
115
+ | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------ | -----: | -----: |
116
+ | [anthropic-skills](https://github.com/anthropics/skills) | Official Agent Skills from Anthropic | 95,957 | 18 |
117
+ | [superpowers](https://github.com/obra/superpowers) | Agentic skills framework & development methodology | 89,816 | 14 |
118
+ | [everything-claude-code](https://github.com/affaan-m/everything-claude-code) | Performance optimization system for Claude Code, Codex, and beyond | 81,392 | 147 |
119
+ | [agency-agents](https://github.com/msitarzewski/agency-agents) | Specialized expert agents with personality and proven deliverables | 50,749 | — |
120
+ | [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | Design intelligence for building professional UI/UX | 43,112 | 7 |
121
+ | [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) | 1,000+ battle-tested skills for Claude Code, Cursor, and more | 25,047 | 1,258 |
122
+ | [marketingskills](https://github.com/coreyhaines31/marketingskills) | Marketing skills — CRO, copywriting, SEO, analytics, growth | 14,099 | 33 |
123
+ | [agentskills](https://github.com/agentskills/agentskills) | Specification and documentation for Agent Skills | 13,342 | — |
124
+ | [taste-skill](https://github.com/Leonxlnx/taste-skill) | Gives your AI good taste — stops generic, boring output | 3,389 | 5 |
125
+ | [affiliate-skills](https://github.com/Affitor/affiliate-skills) | Full affiliate marketing funnel: research to deploy | 99 | 47 |
126
+ | [skills](https://github.com/luongnv89/skills) | Reusable skills to supercharge your AI agents | 1 | 29 |
127
+
128
+ Install any collection:
87
129
 
88
130
  ```bash
89
- git clone https://github.com/luongnv89/agent-skill-manager.git
90
- cd agent-skill-manager
91
- bun install
92
- bun run build # bundle to dist/
93
- bun run start # run from source (development)
131
+ asm install github:anthropics/skills # interactive picker
132
+ asm install github:anthropics/skills --all # install everything
94
133
  ```
95
134
 
96
- ### Advanced Options
135
+ <p align="center">
136
+ <img src="assets/screenshots/asm-inspect-oss-ready.png" alt="asm inspect — detailed skill information" width="700" />
137
+ <br/><em>asm inspect oss-ready — version, creator, and every tool installation at once</em>
138
+ </p>
139
+
140
+ ---
141
+
142
+ ## Supported Agent Tools
143
+
144
+ `asm` ships with **15 built-in providers**, all enabled by default. Disable any you don't need via `asm config edit`.
145
+
146
+ | Tool | Global Path | Project Path | Default |
147
+ | ---------------- | --------------------------------- | ----------------------- | :-----: |
148
+ | Claude Code | `~/.claude/skills/` | `.claude/skills/` | enabled |
149
+ | Codex | `~/.codex/skills/` | `.codex/skills/` | enabled |
150
+ | OpenClaw | `~/.openclaw/skills/` | `.openclaw/skills/` | enabled |
151
+ | Agents (generic) | `~/.agents/skills/` | `.agents/skills/` | enabled |
152
+ | Cursor | `~/.cursor/rules/` | `.cursor/rules/` | enabled |
153
+ | Windsurf | `~/.windsurf/rules/` | `.windsurf/rules/` | enabled |
154
+ | Cline | `~/Documents/Cline/Rules/` | `.clinerules/` | enabled |
155
+ | Roo Code | `~/.roo/rules/` | `.roo/rules/` | enabled |
156
+ | Continue | `~/.continue/rules/` | `.continue/rules/` | enabled |
157
+ | GitHub Copilot | `~/.github/instructions/` | `.github/instructions/` | enabled |
158
+ | Aider | `~/.aider/skills/` | `.aider/skills/` | enabled |
159
+ | OpenCode | `~/.config/opencode/skills/` | `.opencode/skills/` | enabled |
160
+ | Zed | `~/.config/zed/prompt_overrides/` | `.zed/rules/` | enabled |
161
+ | Augment | `~/.augment/rules/` | `.augment/rules/` | enabled |
162
+ | Amp | `~/.amp/skills/` | `.amp/skills/` | enabled |
163
+
164
+ Disable a provider:
97
165
 
98
166
  ```bash
99
- # Download and inspect the install script before running
100
- curl -sSL https://raw.githubusercontent.com/luongnv89/agent-skill-manager/main/install.sh -o install.sh
101
- less install.sh # review the script
102
- bash install.sh
167
+ asm config edit # opens config in $EDITOR set "enabled": false for any provider
103
168
  ```
104
169
 
105
- ## Usage
170
+ Need a tool not listed? Add a custom provider entry to the config.
106
171
 
107
- ### Interactive TUI
172
+ ---
173
+
174
+ ## FAQ
175
+
176
+ **Is it free?**
177
+ Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
178
+
179
+ **Is it actively maintained?**
180
+ v1.11.0 shipped on March 21, 2026. The project has had 11 releases in the past week. Check the [changelog](docs/CHANGELOG.md) for the full history.
181
+
182
+ **Which AI agents does it support?**
183
+ 15 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, and a generic Agents provider. All 15 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.
184
+
185
+ **How does it compare to managing skills manually?**
186
+ 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.
187
+
188
+ <p align="center">
189
+ <img src="assets/screenshots/asm-audit.png" alt="asm audit — duplicate detection across providers" width="700" />
190
+ <br/><em>asm audit — finds duplicate groups and tells you exactly which to keep</em>
191
+ </p>
192
+
193
+ **Can I use it with private repos?**
194
+ Yes. Use `--transport ssh` or `--transport auto` to clone private repos via SSH.
108
195
 
109
- Launch without arguments to open the interactive terminal UI:
196
+ **Is it safe to install skills from GitHub?**
197
+ `asm` includes built-in security scanning that flags dangerous patterns (shell execution, network access, credential exposure, obfuscation) before installation. Run `asm audit security github:user/repo` to scan any skill before installing.
198
+
199
+ <p align="center">
200
+ <img src="assets/screenshots/asm-audit-security-oss-ready.png" alt="asm audit security — security scanning report" width="700" />
201
+ <br/><em>asm audit security oss-ready — flags external URLs, shell execution, and credential access</em>
202
+ </p>
203
+
204
+ **What's the SKILL.md format?**
205
+ Every skill is a directory containing a `SKILL.md` file with YAML frontmatter (name, description, version) followed by markdown instructions the AI agent loads at runtime. Run `asm init my-skill` to scaffold one.
206
+
207
+ ---
208
+
209
+ ## Start Managing Your Skills Today
210
+
211
+ You're already using AI agents. You're already installing skills. The only question is whether you keep doing it manually — or let `asm` handle it.
212
+
213
+ MIT licensed. Free forever. One install command.
214
+
215
+ <p align="center">
216
+ <a href="#get-started-in-30-seconds"><strong>Install agent-skill-manager &rarr;</strong></a>
217
+ </p>
218
+
219
+ ---
220
+
221
+ <details>
222
+ <summary><strong>CLI Commands</strong></summary>
223
+
224
+ ### Interactive TUI
110
225
 
111
226
  ```bash
112
227
  asm # or: agent-skill-manager
113
228
  ```
114
229
 
115
- ### CLI Commands
230
+ ### Commands
116
231
 
117
232
  ```bash
118
233
  asm list # List all discovered skills
@@ -122,6 +237,10 @@ asm install <source> # Install a skill from GitHub
122
237
  asm uninstall <skill-name> # Remove a skill (with confirmation)
123
238
  asm audit # Detect duplicate skills
124
239
  asm audit security <name> # Run security audit on a skill
240
+ asm index ingest <repo> # Index a skill repo for searching
241
+ asm index search <query> # Search indexed skills
242
+ asm index list # List indexed repositories
243
+ asm index remove <owner/repo> # Remove a repo from the index
125
244
  asm config show # Print current config
126
245
  asm config path # Print config file path
127
246
  asm config reset # Reset config to defaults
@@ -140,7 +259,39 @@ asm config edit # Open config in $EDITOR
140
259
  --no-color Disable ANSI colors
141
260
  ```
142
261
 
143
- ### Installing Skills from GitHub
262
+ ### Examples
263
+
264
+ ```bash
265
+ # List all global skills sorted by provider location
266
+ asm list --scope global --sort location
267
+
268
+ # Search for skills and output JSON
269
+ asm search "code review" --json
270
+
271
+ # Inspect a specific skill
272
+ asm inspect my-skill
273
+
274
+ # Remove duplicates automatically
275
+ asm audit --yes
276
+
277
+ # Security audit a skill before installing
278
+ asm audit security github:user/repo
279
+
280
+ # Audit all installed skills
281
+ asm audit security --all
282
+
283
+ # Uninstall without confirmation
284
+ asm uninstall old-skill --yes
285
+
286
+ # Index a skill repo and search it
287
+ asm index ingest github:anthropics/skills
288
+ asm index search "frontend design" --json
289
+ ```
290
+
291
+ </details>
292
+
293
+ <details>
294
+ <summary><strong>Installing Skills from GitHub</strong></summary>
144
295
 
145
296
  Install skills directly from GitHub repositories — supports both single-skill repos and multi-skill collections:
146
297
 
@@ -162,57 +313,41 @@ asm install github:user/skills#main:skills/agent-config
162
313
  asm install github:user/private-skill --transport ssh
163
314
  asm install github:user/private-skill -t auto # try HTTPS, fallback to SSH
164
315
 
316
+ # Vercel skills CLI (delegates to npx skills add, then registers in asm)
317
+ asm install github:user/skills --method vercel --skill my-skill
318
+ asm install https://github.com/user/skills -m vercel --skill my-skill -y
319
+
165
320
  # Other options
166
321
  asm install github:user/my-skill --name custom-name
167
322
  asm install github:user/my-skill --force
168
323
  asm install github:user/my-skill -p claude --yes --json
169
324
  ```
170
325
 
171
- **Source format:** `github:owner/repo[#branch-or-tag]` or `github:owner/repo#ref:path` for subfolder installs. HTTPS GitHub URLs with `/tree/` paths (e.g., `https://github.com/user/skills/tree/main/skills/agent-config`) are also supported — the branch and subfolder are auto-detected.
326
+ **Source format:** `github:owner/repo[#branch-or-tag]` or `github:owner/repo#ref:path` for subfolder installs. HTTPS GitHub URLs with `/tree/` paths are also supported — the branch and subfolder are auto-detected.
172
327
 
173
328
  **Install flags:**
174
329
 
175
- | Flag | Description |
176
- | ------------------------ | ------------------------------------------------------ |
177
- | `-p, --provider <name>` | Target provider (claude, codex, openclaw, agents) |
178
- | `--name <name>` | Override skill directory name |
179
- | `--path <subdir>` | Install a specific skill from a subdirectory |
180
- | `--all` | Install all skills found in the repo |
181
- | `-t, --transport <mode>` | Transport: `https`, `ssh`, or `auto` (default: `auto`) |
182
- | `-f, --force` | Overwrite if skill already exists |
183
- | `-y, --yes` | Skip confirmation prompt |
184
- | `--json` | Output result as JSON |
330
+ | Flag | Description |
331
+ | ------------------------ | ---------------------------------------------------------- |
332
+ | `-p, --tool <name>` | Target tool (claude, codex, cursor, windsurf, etc.) |
333
+ | `--name <name>` | Override skill directory name |
334
+ | `--path <subdir>` | Install a specific skill from a subdirectory |
335
+ | `--all` | Install all skills found in the repo |
336
+ | `-m, --method <method>` | Install method: `default` or `vercel` (default: `default`) |
337
+ | `--skill <name>` | Alias for `--path` (Vercel skills CLI compatibility) |
338
+ | `-t, --transport <mode>` | Transport: `https`, `ssh`, or `auto` (default: `auto`) |
339
+ | `-f, --force` | Overwrite if skill already exists |
340
+ | `-y, --yes` | Skip confirmation prompt |
341
+ | `--json` | Output result as JSON |
185
342
 
186
343
  **Multi-skill repo support:** When a repo doesn't have `SKILL.md` at the root, `asm` automatically scans for skills in subdirectories (up to 3 levels deep). In interactive mode, it presents a numbered picker. Use `--path` to target a specific skill or `--all` to batch-install everything.
187
344
 
188
345
  The install command clones the repository, validates `SKILL.md` files, scans for security warnings, previews skill metadata, and installs to the selected provider's global skill directory. Requires `git` on PATH.
189
346
 
190
- ### Examples
191
-
192
- ```bash
193
- # List all global skills sorted by provider location
194
- asm list --scope global --sort location
195
-
196
- # Search for skills and output JSON
197
- asm search "code review" --json
347
+ </details>
198
348
 
199
- # Inspect a specific skill
200
- asm inspect my-skill
201
-
202
- # Remove duplicates automatically
203
- asm audit --yes
204
-
205
- # Security audit a skill before installing
206
- asm audit security github:user/repo
207
-
208
- # Audit all installed skills
209
- asm audit security --all
210
-
211
- # Uninstall without confirmation
212
- asm uninstall old-skill --yes
213
- ```
214
-
215
- ## TUI Keyboard Shortcuts
349
+ <details>
350
+ <summary><strong>TUI Keyboard Shortcuts</strong></summary>
216
351
 
217
352
  | Key | Action |
218
353
  | -------------- | ------------------------------------- |
@@ -229,9 +364,12 @@ asm uninstall old-skill --yes
229
364
  | `q` | Quit |
230
365
  | `?` | Toggle help overlay |
231
366
 
232
- ## Configuration
367
+ </details>
368
+
369
+ <details>
370
+ <summary><strong>Configuration</strong></summary>
233
371
 
234
- On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with default providers:
372
+ On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with 15 default providers, all enabled:
235
373
 
236
374
  ```json
237
375
  {
@@ -264,6 +402,83 @@ On first run, a config file is created at `~/.config/agent-skill-manager/config.
264
402
  "global": "~/.agents/skills",
265
403
  "project": ".agents/skills",
266
404
  "enabled": true
405
+ },
406
+ {
407
+ "name": "cursor",
408
+ "label": "Cursor",
409
+ "global": "~/.cursor/rules",
410
+ "project": ".cursor/rules",
411
+ "enabled": false
412
+ },
413
+ {
414
+ "name": "windsurf",
415
+ "label": "Windsurf",
416
+ "global": "~/.windsurf/rules",
417
+ "project": ".windsurf/rules",
418
+ "enabled": false
419
+ },
420
+ {
421
+ "name": "cline",
422
+ "label": "Cline",
423
+ "global": "~/Documents/Cline/Rules",
424
+ "project": ".clinerules",
425
+ "enabled": false
426
+ },
427
+ {
428
+ "name": "roocode",
429
+ "label": "Roo Code",
430
+ "global": "~/.roo/rules",
431
+ "project": ".roo/rules",
432
+ "enabled": false
433
+ },
434
+ {
435
+ "name": "continue",
436
+ "label": "Continue",
437
+ "global": "~/.continue/rules",
438
+ "project": ".continue/rules",
439
+ "enabled": false
440
+ },
441
+ {
442
+ "name": "copilot",
443
+ "label": "GitHub Copilot",
444
+ "global": "~/.github/instructions",
445
+ "project": ".github/instructions",
446
+ "enabled": false
447
+ },
448
+ {
449
+ "name": "aider",
450
+ "label": "Aider",
451
+ "global": "~/.aider/skills",
452
+ "project": ".aider/skills",
453
+ "enabled": false
454
+ },
455
+ {
456
+ "name": "opencode",
457
+ "label": "OpenCode",
458
+ "global": "~/.config/opencode/skills",
459
+ "project": ".opencode/skills",
460
+ "enabled": false
461
+ },
462
+ {
463
+ "name": "zed",
464
+ "label": "Zed",
465
+ "global": "~/.config/zed/prompt_overrides",
466
+ "project": ".zed/rules",
467
+ "enabled": false
468
+ },
469
+ {
470
+ "name": "augment",
471
+ "label": "Augment",
472
+ "global": "~/.augment/rules",
473
+ "project": ".augment/rules",
474
+ "enabled": false
475
+ },
476
+ {
477
+ "name": "amp",
478
+ "label": "Amp",
479
+ "global": "~/.amp/skills",
480
+ "project": ".amp/skills",
481
+ "enabled": false
267
482
  }
268
483
  ],
269
484
  "customPaths": [],
@@ -274,25 +489,94 @@ On first run, a config file is created at `~/.config/agent-skill-manager/config.
274
489
  }
275
490
  ```
276
491
 
277
- - **Add providers** — Add new entries to the `providers` array for any agent tool
492
+ - **Enable providers** — Set `"enabled": true` to start scanning a provider
278
493
  - **Custom paths** — Add arbitrary directories via `customPaths`
279
- - **Disable providers** — Set `enabled: false` to skip scanning a provider
494
+ - **Disable providers** — Set `"enabled": false` to skip scanning a provider
280
495
  - **Preferences** — Set default scope and sort order
281
496
 
282
- You can also manage config from the CLI (`asm config show|path|reset|edit`) or toggle providers in the TUI by pressing `c`.
497
+ Manage config from the CLI (`asm config show|path|reset|edit`) or toggle providers in the TUI by pressing `c`.
283
498
 
284
- ## Supported Agent Tools
499
+ </details>
500
+
501
+ <details>
502
+ <summary><strong>SKILL.md Format</strong></summary>
503
+
504
+ Every skill is a directory containing a `SKILL.md` file. The file starts with a YAML frontmatter block followed by markdown instructions that the AI agent loads at runtime.
505
+
506
+ ### Frontmatter
507
+
508
+ ```yaml
509
+ ---
510
+ name: my-skill
511
+ description: "A short description of what this skill does"
512
+ license: "MIT"
513
+ metadata:
514
+ version: 1.0.0
515
+ creator: "Your Name <you@example.com>"
516
+ ---
517
+ ```
518
+
519
+ | Field | Required | Description |
520
+ | ------------------ | :------: | --------------------------------------------------- |
521
+ | `name` | yes | Unique skill identifier (used in list/search) |
522
+ | `description` | yes | One-line summary shown in listings |
523
+ | `license` | no | SPDX license identifier (e.g., `MIT`, `Apache-2.0`) |
524
+ | `metadata.version` | no | Semver version string (defaults to `0.0.0`) |
525
+ | `metadata.creator` | no | Author name and optional email |
526
+
527
+ > **Version resolution:** `asm` prefers `metadata.version` over a top-level `version` field. If neither is present, the version defaults to `0.0.0`. Both formats are supported for backward compatibility.
528
+
529
+ ### Body
530
+
531
+ The markdown body after the frontmatter is loaded by the AI agent as the skill's instructions. A typical structure:
532
+
533
+ ```markdown
534
+ # my-skill
535
+
536
+ Describe what this skill does here.
537
+
538
+ ## When to Use
539
+
540
+ - Trigger conditions for this skill
541
+
542
+ ## Instructions
543
+
544
+ - Step-by-step instructions for the agent
545
+ ```
546
+
547
+ ### Scaffold a new skill
548
+
549
+ ```bash
550
+ asm init my-skill # creates my-skill/SKILL.md in the default provider
551
+ asm init my-skill -p claude # creates in Claude Code's skill directory
552
+ ```
285
553
 
286
- | Tool | Global Path | Project Path |
287
- | ---------------- | --------------------- | ------------------- |
288
- | Claude Code | `~/.claude/skills/` | `.claude/skills/` |
289
- | Codex | `~/.codex/skills/` | `.codex/skills/` |
290
- | OpenClaw | `~/.openclaw/skills/` | `.openclaw/skills/` |
291
- | Agents (generic) | `~/.agents/skills/` | `.agents/skills/` |
554
+ </details>
292
555
 
293
- Additional tools can be added via the config file.
556
+ <details>
557
+ <summary><strong>From Source</strong></summary>
294
558
 
295
- ## Project Structure
559
+ ```bash
560
+ git clone https://github.com/luongnv89/agent-skill-manager.git
561
+ cd agent-skill-manager
562
+ bun install
563
+ bun run build # bundle to dist/
564
+ bun run start # run from source (development)
565
+ ```
566
+
567
+ ### Advanced Install
568
+
569
+ ```bash
570
+ # Download and inspect the install script before running
571
+ curl -sSL https://raw.githubusercontent.com/luongnv89/agent-skill-manager/main/install.sh -o install.sh
572
+ less install.sh # review the script
573
+ bash install.sh
574
+ ```
575
+
576
+ </details>
577
+
578
+ <details>
579
+ <summary><strong>Project Structure</strong></summary>
296
580
 
297
581
  ```text
298
582
  agent-skill-manager/
@@ -315,7 +599,8 @@ agent-skill-manager/
315
599
  │ │ ├── types.ts # Shared TypeScript types
316
600
  │ │ ├── colors.ts # TUI color palette
317
601
  │ │ ├── version.ts # Version constant
318
- │ │ └── frontmatter.ts # SKILL.md frontmatter parser
602
+ │ │ ├── frontmatter.ts # SKILL.md frontmatter parser
603
+ │ │ └── editor.ts # $EDITOR command parser
319
604
  │ └── views/
320
605
  │ ├── dashboard.ts # Main dashboard layout
321
606
  │ ├── skill-list.ts # Scrollable skill list
@@ -339,7 +624,10 @@ agent-skill-manager/
339
624
  └── README.md
340
625
  ```
341
626
 
342
- ## Tech Stack
627
+ </details>
628
+
629
+ <details>
630
+ <summary><strong>Tech Stack</strong></summary>
343
631
 
344
632
  - **Runtime:** [Bun](https://bun.sh) >= 1.0.0
345
633
  - **Language:** TypeScript (ESNext, strict mode)
@@ -348,7 +636,10 @@ agent-skill-manager/
348
636
  - **Testing:** Bun test runner
349
637
  - **CI:** GitHub Actions + pre-commit hooks
350
638
 
351
- ## Documentation
639
+ </details>
640
+
641
+ <details>
642
+ <summary><strong>Documentation</strong></summary>
352
643
 
353
644
  | Document | Description |
354
645
  | ------------------------------------- | ---------------------------------------- |
@@ -361,10 +652,18 @@ agent-skill-manager/
361
652
  | [Security](SECURITY.md) | Vulnerability reporting |
362
653
  | [Code of Conduct](CODE_OF_CONDUCT.md) | Community guidelines |
363
654
 
655
+ </details>
656
+
657
+ ---
658
+
659
+ ## Roadmap
660
+
661
+ Track our progress and upcoming features on the [project kanban board](https://github.com/users/luongnv89/projects/6). See [prd.md](prd.md) for the full product requirements and [tasks.md](tasks.md) for the sprint-based development plan.
662
+
364
663
  ## Contributing
365
664
 
366
665
  Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
367
666
 
368
667
  ## License
369
668
 
370
- [MIT](LICENSE) — see the [LICENSE](LICENSE) file for details.
669
+ [MIT](LICENSE) — free to use, modify, and distribute. See the [LICENSE](LICENSE) file for details.