From 73d4b916ed70f12458cd7ece5070abad1d77fb92 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 15 May 2026 14:15:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92aab5f..0da48a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Agent plugins made by [StackOne](https://stackone.com) to empower your agents wi ```bash # Add the marketplace -/plugin marketplace add stackonehq/agent-plugins-marketplace +/plugin marketplace add stackonehq/agent-plugins # Install the StackOne plugin (all 7 skills) /plugin install stackone@stackone-marketplace @@ -18,10 +18,10 @@ Agent plugins made by [StackOne](https://stackone.com) to empower your agents wi ```bash # Install all skills (works with Claude Code, Cursor, Codex, Windsurf, etc.) -npx skills add stackonehq/agent-plugins-marketplace +npx skills add stackonehq/agent-plugins # Install a specific skill -npx skills add stackonehq/agent-plugins-marketplace@stackone-agents +npx skills add stackonehq/agent-plugins@stackone-agents ``` ## Available Skills