agent-skill-manager 2.10.0 → 2.12.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 +4 -2
- package/data/skill-index/Affitor_affiliate-skills.json +683 -528
- package/data/skill-index/Eronred_aso-skills.json +129 -129
- package/data/skill-index/GPTomics_bioSkills.json +6801 -4632
- package/data/skill-index/Galaxy-Dawn_claude-scholar.json +144 -144
- package/data/skill-index/Imbad0202_academic-research-skills.json +59 -59
- package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +3336 -2956
- package/data/skill-index/Leonxlnx_taste-skill.json +47 -47
- package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +4 -4
- package/data/skill-index/MiniMax-AI_skills.json +78 -78
- package/data/skill-index/Paramchoudhary_ResumeSkills.json +67 -67
- package/data/skill-index/affaan-m_everything-claude-code.json +8557 -5383
- package/data/skill-index/alirezarezvani_claude-skills.json +3924 -3239
- package/data/skill-index/anthropics_skills.json +97 -103
- package/data/skill-index/antonbabenko_terraform-skill.json +9 -9
- package/data/skill-index/badlogic_pi-skills.json +1287 -0
- package/data/skill-index/briiirussell_cybersecurity-skills.json +4752 -0
- package/data/skill-index/bytedance_deer-flow.json +586 -91
- package/data/skill-index/coreyhaines31_marketingskills.json +597 -239
- package/data/skill-index/entireio_skills.json +40 -40
- package/data/skill-index/github_awesome-copilot.json +5913 -4356
- package/data/skill-index/google_skills.json +791 -153
- package/data/skill-index/heygen-com_hyperframes.json +718 -407
- package/data/skill-index/himself65_finance-skills.json +249 -82
- package/data/skill-index/kemiljk_fluid-design.json +4 -4
- package/data/skill-index/kepano_obsidian-skills.json +20 -20
- package/data/skill-index/luongnv89_skills.json +266 -266
- package/data/skill-index/mattpocock_skills.json +108 -102
- package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +29 -29
- package/data/skill-index/obra_superpowers.json +82 -82
- package/data/skill-index/romainsimon_paperasse.json +26 -26
- package/data/skill-index/sickn33_antigravity-awesome-skills.json +43952 -34041
- package/data/skill-index/slavingia_skills.json +38 -38
- package/data/skill-index/warpdotdev_oz-skills.json +52 -52
- package/data/skill-index/zarazhangrui_follow-builders.json +147 -0
- package/data/skill-index-resources.json +28 -1
- package/dist/agent-skill-manager.js +189 -189
- package/dist/{chunk-GXMGHLWC.js → chunk-5MMJGI6J.js} +1 -1
- package/dist/devtools-6JCLZ364.js +8 -0
- package/dist/{src-A6NEPNI5.js → src-NB45CVD2.js} +2 -2
- package/package.json +1 -1
- package/dist/devtools-W557IAG7.js +0 -8
package/README.md
CHANGED
|
@@ -514,7 +514,7 @@ Need a tool not listed? Add a custom provider entry to the config.
|
|
|
514
514
|
Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
|
|
515
515
|
|
|
516
516
|
**Is it actively maintained?**
|
|
517
|
-
Yes — actively developed with frequent tagged releases (
|
|
517
|
+
Yes — actively developed with frequent tagged releases (46 and counting, latest v2.11.0). Check the [changelog](docs/CHANGELOG.md) for the full history.
|
|
518
518
|
|
|
519
519
|
**Which AI agents does it support?**
|
|
520
520
|
19 providers built-in: Claude Code, Codex, OpenClaw, Cursor, Windsurf, Cline, Roo Code, Continue, GitHub Copilot, Aider, OpenCode, Zed, Augment, Amp, Gemini CLI, Google Antigravity, Pi, Hermes, and a generic Agents provider. All 19 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.
|
|
@@ -830,7 +830,9 @@ asm install github:user/my-skill -p claude --yes --json
|
|
|
830
830
|
| `-y, --yes` | Skip confirmation prompt |
|
|
831
831
|
| `--json` | Output result as JSON |
|
|
832
832
|
|
|
833
|
-
**Multi-skill repo support:**
|
|
833
|
+
**Multi-skill repo support:** `asm` scans for skills in subdirectories (up to 5 levels deep). Repos with only nested skills use that scan by default. Repos with **both** a root `SKILL.md` and nested skills install the root skill by default; use `--all` to install every discovered skill (root plus nested). In interactive mode, discovery shows a numbered picker. Use `--path` to target a specific skill.
|
|
834
|
+
|
|
835
|
+
**Indexing (`asm index ingest` / `npm run preindex`):** Discovery always includes a root `SKILL.md` when present **and** any nested skills in subdirectories, so curated indexes do not silently drop skills when a repo adds a root-level skill.
|
|
834
836
|
|
|
835
837
|
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.
|
|
836
838
|
|