From 035255fc5dcff3b3b7f79ee8099596f7ca48e219 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Wed, 8 Apr 2026 21:18:31 +0200 Subject: [PATCH] docs: move Installation and Compatibility above Plugins section Co-Authored-By: Claude Opus 4.6 --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 403a001..9cf53b5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ Open-source Claude Code plugins for AI-assisted development, security, and plann Built for my own Claude Code workflow and shared openly for anyone who finds them useful. Solo project — bug reports and feature requests are welcome, pull requests are not accepted. +## Installation + +```bash +claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git +``` + +Then open Claude Code and type `/plugin` to browse and install plugins from the marketplace. + +## Compatibility + +- Claude Code CLI, desktop app, and IDE extensions +- macOS, Linux, Windows +- No external dependencies (all scanners and hooks are self-contained) + --- ## Plugins @@ -144,20 +158,6 @@ Key commands: `/okr:skriv`, `/okr:kvalitet`, `/okr:gap`, `/okr:analyse`, `/okr:k --- -## Installation - -```bash -claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git -``` - -Then open Claude Code and type `/plugin` to browse and install plugins from the marketplace. - -## Compatibility - -- Claude Code CLI, desktop app, and IDE extensions -- macOS, Linux, Windows -- No external dependencies (all scanners and hooks are self-contained) - ## License MIT