From 0a90f25c172a9d08ee04c3415644b03fd446f3b0 Mon Sep 17 00:00:00 2001 From: Kamal Date: Wed, 15 Oct 2025 15:42:08 +0530 Subject: [PATCH] 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e06d0c9..63c4ca7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ The official Every marketplace where engineers from Every.to share their workflo ## Quick start +### Standard Installation Run Claude and add the marketplace: ``` @@ -15,6 +16,13 @@ Then install the plugin: ``` /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