diff --git a/README.md b/README.md index b32a05c..2b532a6 100644 --- a/README.md +++ b/README.md @@ -80,43 +80,16 @@ Research-informed thresholds. Alerts are progressive and never blocking. Privacy ## Installation -### Step 1: Add this marketplace +Add the marketplace and install any plugin — two commands: -Add to your `~/.claude/plugins/known_marketplaces.json`: - -```json -{ - "ktg-plugin-marketplace": { - "source": { - "source": "git", - "url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git" - }, - "installLocation": "/.claude/plugins/marketplaces/ktg-plugin-marketplace", - "autoUpdate": true - } -} +```bash +claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git +claude plugin install llm-security@ktg-plugin-marketplace ``` -Replace `` with your actual home directory path. +Available plugins: `llm-security`, `config-audit`, `ultraplan-local`, `ai-psychosis` -### Step 2: Enable plugins - -Add the plugins you want to `~/.claude/settings.json`: - -```json -{ - "enabledPlugins": { - "llm-security@ktg-plugin-marketplace": true, - "config-audit@ktg-plugin-marketplace": true, - "ultraplan-local@ktg-plugin-marketplace": true, - "ai-psychosis@ktg-plugin-marketplace": true - } -} -``` - -### Step 3: Verify - -Open a new Claude Code session and run `/plugin` to see installed plugins. +Restart Claude Code to activate. Run `/plugin` to verify. ## Compatibility