mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
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
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"extraKnownMarketplaces": {
|
|
"ecc": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "affaan-m/ECC"
|
|
}
|
|
}
|
|
},
|
|
"enabledPlugins": {
|
|
"ecc@ecc": true
|
|
}
|
|
}
|