From 63b0dc82926813ea6ecbc7526295490474aef60c Mon Sep 17 00:00:00 2001 From: forkadarshp Date: Fri, 29 May 2026 20:17:41 +0530 Subject: [PATCH] docs: fix broken alternate install command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `npx agent-skills-cli add ...` doesn't resolve — that package's bins are `skills`/`agent-skills`, not `agent-skills-cli`. Replace it with the verified multi-agent form of the primary CLI: `npx skills add forkadarshp/MPort --agent '*'`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3bec01..58bc13a 100644 --- a/README.md +++ b/README.md @@ -168,10 +168,10 @@ Install once, use everywhere — the universal skills CLI wires ModelPort into C npx skills add forkadarshp/MPort ``` -*Alternatively, if you use multiple agents on the same machine:* +*Installing for every agent on your machine? Add `--agent '*'`:* ```bash -npx agent-skills-cli add forkadarshp/MPort +npx skills add forkadarshp/MPort --agent '*' ``` ### Manual Installation (Advanced)