- marketplace.json: fix self-improving-agent entry (add version, author, rename tags→keywords), update engineering-skills count (21→23) - c-level-advisor/plugin.json: replace explicit skills/scripts arrays with "skills": "./" auto-discovery, remove namespace field - executive-mentor/plugin.json: same — use auto-discovery, fix author format, remove namespace/scripts/references fields Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
327 B
JSON
11 lines
327 B
JSON
{
|
|
"name": "executive-mentor",
|
|
"description": "Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard decisions, and forces honest post-mortems.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Alireza Rezvani"
|
|
},
|
|
"license": "MIT",
|
|
"skills": "./"
|
|
}
|