mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
chore(plugins): install ECC operator plugin via project marketplace reference
Register the ECC marketplace (affaan-m/ECC) and enable the ecc@ecc plugin in committed .claude/settings.json so the 63 agents / 249 skills / 79 commands / hooks load at runtime for anyone who opens this repo (one-time trust prompt). Uses ECC's recommended plugin path; files are not vendored, so there is no collision with the existing skills library. https://claude.ai/code/session_01Vw7LCQLH5Wi7WHrrN47Hj6
This commit is contained in:
parent
56d41613d1
commit
97300c6903
1 changed files with 14 additions and 0 deletions
14
.claude/settings.json
Normal file
14
.claude/settings.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"extraKnownMarketplaces": {
|
||||
"ecc": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "affaan-m/ECC"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"ecc@ecc": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue