Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading