agent-skill-manager 2.2.0 → 2.3.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 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.2.0 shipped on April 20, 2026. The project has had 35 releases. Check the [changelog](docs/CHANGELOG.md) for the full history.
528
+ v2.3.0 shipped on April 21, 2026. The project has had 36 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.
@@ -622,6 +622,15 @@ List all global skills sorted by provider location:
622
622
  asm list --scope global --sort location
623
623
  ```
624
624
 
625
+ When you have many skills installed, `asm list` offers condensed views:
626
+
627
+ ```bash
628
+ asm list --summary # counts by tool/scope/effort only
629
+ asm list --compact # one line per skill
630
+ asm list --group-by tool # group rows under tool headers
631
+ asm list --limit 20 # show only the first 20 rows
632
+ ```
633
+
625
634
  Search for skills and output JSON:
626
635
 
627
636
  ```bash