Files
everything-claude-code/.agents/plugins/marketplace.json
2026-04-05 14:31:30 -07:00

21 lines
353 B
JSON

{
"name": "ecc",
"interface": {
"displayName": "Everything Claude Code"
},
"plugins": [
{
"name": "ecc",
"source": {
"source": "local",
"path": "../.."
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}