agent-skill-manager 2.10.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 +1 -1
- 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 +4709 -3833
- package/data/skill-index/Galaxy-Dawn_claude-scholar.json +144 -144
- package/data/skill-index/Imbad0202_academic-research-skills.json +28 -28
- package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +831 -1083
- 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 +3436 -1723
- package/data/skill-index/alirezarezvani_claude-skills.json +2139 -1454
- 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 +138 -138
- package/data/skill-index/entireio_skills.json +40 -40
- package/data/skill-index/github_awesome-copilot.json +1197 -1070
- package/data/skill-index/google_skills.json +603 -126
- package/data/skill-index/heygen-com_hyperframes.json +55 -55
- 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 +104 -98
- 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 +31414 -27257
- 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-GXMGHLWC.js → chunk-E2P2XYIZ.js} +1 -1
- package/dist/{src-A6NEPNI5.js → src-TIH4UJL5.js} +1 -1
- package/package.json +1 -1
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.
|