From 9f583ef8fbd62e064e90319ffecabf24f4be34a2 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Wed, 8 Apr 2026 15:10:24 +0200 Subject: [PATCH] docs: standardize installation instructions across all plugins All 6 plugin READMEs now use identical installation section: marketplace-first approach with /plugin browsing, then direct settings.json as alternative. Replaces inconsistent mix of git clone, plugin add, and JSON-only instructions. Co-Authored-By: Claude Opus 4.6 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f83b7..005353a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,13 @@ This plugin transforms Claude Code into a specialized OKR advisor that understan ### Installation -Add to your Claude Code plugin configuration: +Add the marketplace and browse plugins with `/plugin`: + +```bash +claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git +``` + +Or enable directly in `~/.claude/settings.json`: ```json {