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:
Claude 2026-06-02 03:41:50 +00:00
parent 56d41613d1
commit 97300c6903
No known key found for this signature in database

14
.claude/settings.json Normal file
View 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
}
}