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:
parent
6aec429a32
commit
c7fcc110c0
1 changed files with 6 additions and 33 deletions
39
README.md
39
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": "<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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue