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 <noreply@anthropic.com>
This commit is contained in:
parent
c74feff3c9
commit
34bb4e5971
6 changed files with 45 additions and 28 deletions
|
|
@ -160,10 +160,22 @@ mode). Layer 2 reinforces Layer 1 with data-driven alerts.
|
|||
|
||||
## Quick start
|
||||
|
||||
### Install
|
||||
### Installation
|
||||
|
||||
Add the marketplace and browse plugins with `/plugin`:
|
||||
|
||||
```bash
|
||||
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
||||
```
|
||||
/plugin install path:/path/to/ai-psychosis
|
||||
|
||||
Or enable directly in `~/.claude/settings.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"enabledPlugins": {
|
||||
"ai-psychosis@ktg-plugin-marketplace": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Layer 1 and Layer 2 are active immediately. No configuration needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue