From 09645771c6a06d0b514bf4c5ff3adecb088ae7d0 Mon Sep 17 00:00:00 2001 From: Arthur Verrez Date: Wed, 17 Jun 2026 09:37:28 -0700 Subject: [PATCH] README: lead Install with the tsuga CLI, keep manual marketplace commands --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5d6de5d..acbb321 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,22 @@ Adding and auditing OpenTelemetry in a codebase across nine languages (Python, G ## Install +The [Tsuga CLI](https://www.npmjs.com/package/@tsuga/cli) adds the marketplace and installs the plugin in one command: + +```bash +npm install -g @tsuga/cli + +# Claude Code +tsuga install plugin claude-code --include-telemetry + +# Codex +tsuga install plugin codex --include-telemetry +``` + +`--include-telemetry` also installs the `telemetry` plugin; drop it to install only `tsuga`. For Claude Code, this enables marketplace auto-update so the plugins refresh on their own (pass `--no-auto-update` to skip). + +Or add the marketplace and install the plugins directly: + ```bash # Claude Code claude plugin marketplace add tsuga-dev/agent-plugins