agent-skill-manager 2.0.0 → 2.2.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 (34) hide show
  1. package/README.md +2 -2
  2. package/data/skill-index/Affitor_affiliate-skills.json +2813 -50
  3. package/data/skill-index/Eronred_aso-skills.json +1561 -31
  4. package/data/skill-index/GPTomics_bioSkills.json +22988 -443
  5. package/data/skill-index/Galaxy-Dawn_claude-scholar.json +2509 -49
  6. package/data/skill-index/Imbad0202_academic-research-skills.json +223 -19
  7. package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +7015 -697
  8. package/data/skill-index/Leonxlnx_taste-skill.json +429 -9
  9. package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +53 -2
  10. package/data/skill-index/MiniMax-AI_skills.json +1291 -22
  11. package/data/skill-index/affaan-m_everything-claude-code.json +27501 -780
  12. package/data/skill-index/alirezarezvani_claude-skills.json +27045 -453
  13. package/data/skill-index/anthropics_skills.json +938 -20
  14. package/data/skill-index/bytedance_deer-flow.json +1201 -19
  15. package/data/skill-index/coreyhaines31_marketingskills.json +1913 -41
  16. package/data/skill-index/github_awesome-copilot.json +25089 -354
  17. package/data/skill-index/heygen-com_hyperframes.json +324 -0
  18. package/data/skill-index/himself65_finance-skills.json +1254 -27
  19. package/data/skill-index/kemiljk_fluid-design.json +53 -2
  20. package/data/skill-index/kepano_obsidian-skills.json +262 -7
  21. package/data/skill-index/luongnv89_skills.json +1917 -69
  22. package/data/skill-index/mattpocock_skills.json +1157 -50
  23. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +365 -8
  24. package/data/skill-index/obra_superpowers.json +729 -15
  25. package/data/skill-index/sickn33_antigravity-awesome-skills.json +270593 -6809
  26. package/data/skill-index/slavingia_skills.json +521 -11
  27. package/data/skill-index-resources.json +10 -1
  28. package/dist/agent-skill-manager.js +161 -161
  29. package/dist/chunk-796ss41d.js +15 -0
  30. package/dist/{chunk-1becp2v6.js → chunk-d61nf7gg.js} +1 -1
  31. package/dist/{chunk-a26gjzjk.js → chunk-vgzgtfy6.js} +1 -1
  32. package/dist/{chunk-2kpv20e1.js → chunk-y89teqgt.js} +43 -42
  33. package/package.json +1 -1
  34. package/dist/chunk-b5czdh0p.js +0 -15
package/README.md CHANGED
@@ -525,7 +525,7 @@ Need a tool not listed? Add a custom provider entry to the config.
525
525
  Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
526
526
 
527
527
  **Is it actively maintained?**
528
- v2.0.0 shipped on April 19, 2026. The project has had 32 releases. Check the [changelog](docs/CHANGELOG.md) for the full history.
528
+ v2.2.0 shipped on April 20, 2026. The project has had 35 releases. Check the [changelog](docs/CHANGELOG.md) for the full history.
529
529
 
530
530
  **Which AI agents does it support?**
531
531
  18 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, Hermes, and a generic Agents provider. All 18 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.
@@ -798,7 +798,7 @@ asm install github:user/my-skill -p claude --yes --json
798
798
  | `-y, --yes` | Skip confirmation prompt |
799
799
  | `--json` | Output result as JSON |
800
800
 
801
- **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.
801
+ **Multi-skill repo support:** When a repo doesn't have `SKILL.md` at the root, `asm` automatically scans for skills in subdirectories (up to 5 levels deep). In interactive mode, it presents a numbered picker. Use `--path` to target a specific skill or `--all` to batch-install everything.
802
802
 
803
803
  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.
804
804