agent-skill-manager 2.9.0 → 2.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.
- package/README.md +6 -5
- package/data/skill-index/Affitor_affiliate-skills.json +32 -8759
- package/data/skill-index/Eronred_aso-skills.json +129 -129
- package/data/skill-index/GPTomics_bioSkills.json +15445 -10094
- package/data/skill-index/Galaxy-Dawn_claude-scholar.json +144 -144
- package/data/skill-index/Imbad0202_academic-research-skills.json +52 -52
- package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +4568 -3985
- package/data/skill-index/Leonxlnx_taste-skill.json +234 -61
- 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 +306 -306
- package/data/skill-index/affaan-m_everything-claude-code.json +7535 -3337
- package/data/skill-index/alirezarezvani_claude-skills.json +6010 -2859
- package/data/skill-index/anthropics_skills.json +81 -81
- 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 +246 -91
- package/data/skill-index/coreyhaines31_marketingskills.json +683 -152
- package/data/skill-index/entireio_skills.json +986 -68
- package/data/skill-index/github_awesome-copilot.json +4130 -2466
- package/data/skill-index/google_skills.json +2608 -384
- package/data/skill-index/heygen-com_hyperframes.json +64 -64
- 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 +289 -307
- package/data/skill-index/mattpocock_skills.json +237 -94
- package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +29 -29
- package/data/skill-index/obra_superpowers.json +49 -49
- package/data/skill-index/romainsimon_paperasse.json +26 -26
- package/data/skill-index/sickn33_antigravity-awesome-skills.json +40353 -31808
- 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 +178 -178
- package/dist/{chunk-7DMA7RUC.js → chunk-E2P2XYIZ.js} +1 -1
- package/dist/{src-H2QOCGTV.js → src-TIH4UJL5.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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, test, and publish skills** — Scaffold new skills with `asm init`, symlink them for live development with `asm link`, audit for security issues, verify metadata, and publish to the [ASM Registry](https://github.com/luongnv89/asm-registry) with a single command. [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** — 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. 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">
|
|
@@ -474,7 +474,7 @@ asm install github:anthropics/skills --all
|
|
|
474
474
|
|
|
475
475
|
## Supported Agent Tools
|
|
476
476
|
|
|
477
|
-
`asm` ships with **
|
|
477
|
+
`asm` ships with **19 built-in providers**, all enabled by default. Disable any you don't need via `asm config edit`.
|
|
478
478
|
|
|
479
479
|
| Tool | Global Path | Project Path | Default |
|
|
480
480
|
| ------------------ | --------------------------------- | ----------------------- | :-----: |
|
|
@@ -495,6 +495,7 @@ asm install github:anthropics/skills --all
|
|
|
495
495
|
| Amp | `~/.amp/skills/` | `.amp/skills/` | enabled |
|
|
496
496
|
| Gemini CLI | `~/.gemini/skills/` | `.gemini/skills/` | enabled |
|
|
497
497
|
| Google Antigravity | `~/.antigravity/skills/` | `.antigravity/skills/` | enabled |
|
|
498
|
+
| Pi | `~/.pi/skills/` | `.pi/skills/` | enabled |
|
|
498
499
|
| Hermes | `~/.hermes/skills/` | `.hermes/skills/` | enabled |
|
|
499
500
|
|
|
500
501
|
Disable a provider — opens config in `$EDITOR`, set `"enabled": false` for any provider:
|
|
@@ -513,10 +514,10 @@ Need a tool not listed? Add a custom provider entry to the config.
|
|
|
513
514
|
Yes. `asm` is MIT licensed and free forever. No accounts, no telemetry, no paywalls.
|
|
514
515
|
|
|
515
516
|
**Is it actively maintained?**
|
|
516
|
-
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.
|
|
517
518
|
|
|
518
519
|
**Which AI agents does it support?**
|
|
519
|
-
|
|
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.
|
|
520
521
|
|
|
521
522
|
**How does it compare to managing skills manually?**
|
|
522
523
|
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.
|
|
@@ -858,7 +859,7 @@ The install command clones the repository, validates `SKILL.md` files, scans for
|
|
|
858
859
|
<details>
|
|
859
860
|
<summary><strong>Configuration</strong></summary>
|
|
860
861
|
|
|
861
|
-
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with
|
|
862
|
+
On first run, a config file is created at `~/.config/agent-skill-manager/config.json` with 19 default providers, all enabled:
|
|
862
863
|
|
|
863
864
|
```json
|
|
864
865
|
{
|