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
3082ec355a
commit
85efea701c
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
|
@ -100,17 +100,20 @@ A human reviewing the plugin's README and SKILL.md would likely miss most of the
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Clone from Forgejo into your Claude Code plugins directory:
|
Add the marketplace and browse plugins with `/plugin`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.fromaitochitta.com/open/claude-code-llm-security.git \
|
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
||||||
~/.claude/plugins/claude-code-llm-security
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Or if you have the plugin marketplace:
|
Or enable directly in `~/.claude/settings.json`:
|
||||||
|
|
||||||
```bash
|
```json
|
||||||
claude plugin add plugin-marketplace/llm-security
|
{
|
||||||
|
"enabledPlugins": {
|
||||||
|
"llm-security@ktg-plugin-marketplace": true
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue