docs: simplify installation to two CLI commands

Replace manual JSON editing with claude plugin marketplace add/install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-06 21:04:08 +02:00
commit c7fcc110c0

View file

@ -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": "<your-home>/.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 `<your-home>` 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