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
906abb8201
commit
9f583ef8fb
1 changed files with 7 additions and 1 deletions
|
|
@ -60,7 +60,13 @@ This plugin transforms Claude Code into a specialized OKR advisor that understan
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Add to your Claude Code plugin configuration:
|
Add the marketplace and browse plugins with `/plugin`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Or enable directly in `~/.claude/settings.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue