mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: unblock urgent install and gateguard regressions
This commit is contained in:
parent
e0ddb331f6
commit
76b6e22b4d
19 changed files with 337 additions and 69 deletions
10
README.md
10
README.md
|
|
@ -174,7 +174,7 @@ Get up and running in under 2 minutes:
|
|||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
|
||||
# Install plugin
|
||||
/plugin install ecc@ecc
|
||||
/plugin install everything-claude-code
|
||||
```
|
||||
|
||||
### Step 2: Install Rules (Required)
|
||||
|
|
@ -236,7 +236,7 @@ For manual install instructions see the README in the `rules/` folder. When copy
|
|||
# /plan "Add user authentication"
|
||||
|
||||
# Check available commands
|
||||
/plugin list ecc@ecc
|
||||
/plugin list everything-claude-code@everything-claude-code
|
||||
```
|
||||
|
||||
**That's it!** You now have access to 47 agents, 181 skills, and 79 legacy command shims.
|
||||
|
|
@ -648,7 +648,7 @@ The easiest way to use this repo - install as a Claude Code plugin:
|
|||
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
|
||||
|
||||
# Install the plugin
|
||||
/plugin install ecc@ecc
|
||||
/plugin install everything-claude-code
|
||||
```
|
||||
|
||||
Or add directly to your `~/.claude/settings.json`:
|
||||
|
|
@ -664,7 +664,7 @@ Or add directly to your `~/.claude/settings.json`:
|
|||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"ecc@ecc": true
|
||||
"everything-claude-code@everything-claude-code": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
@ -882,7 +882,7 @@ Slash forms below are shown because they are still the fastest familiar entrypoi
|
|||
<summary><b>How do I check which agents/commands are installed?</b></summary>
|
||||
|
||||
```bash
|
||||
/plugin list ecc@ecc
|
||||
/plugin list everything-claude-code@everything-claude-code
|
||||
```
|
||||
|
||||
This shows all available agents, commands, and skills from the plugin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue