docs: add one-command installation option via Claude Plugins CLI

Adds alternative installation method that combines marketplace addition and plugin installation into a single npx command for improved UX.
This commit is contained in:
Kamal
2025-10-15 15:42:08 +05:30
committed by GitHub
parent 1c180dcb9e
commit 0a90f25c17

View File

@@ -4,6 +4,7 @@ The official Every marketplace where engineers from Every.to share their workflo
## Quick start ## Quick start
### Standard Installation
Run Claude and add the marketplace: Run Claude and add the marketplace:
``` ```
@@ -15,6 +16,13 @@ Then install the plugin:
``` ```
/plugin install compounding-engineering /plugin install compounding-engineering
``` ```
### One-Command Installation
Use the [Claude Plugins CLI](https://claude-plugins.dev) to skip the marketplace setup:
```bash
npx claude-plugins install @EveryInc/every-marketplace/compounding-engineering
```
This automatically adds the marketplace and installs the plugin in a single step.
## Available plugins ## Available plugins