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
baa2d0220b
commit
abb7d57cf5
1 changed files with 3 additions and 1 deletions
|
|
@ -64,11 +64,13 @@ Key capabilities:
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
Add the marketplace and browse plugins with `/plugin`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Or add to your `~/.claude/settings.json`:
|
Or enable directly in `~/.claude/settings.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue