Files
claude-skills-reference/c-level-advisor/executive-mentor/.claude-plugin/plugin.json
Reza Rezvani 0ce6de262e fix: resolve plugin.json schema validation errors
- 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>
2026-03-06 08:58:39 +01:00

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": "./"
}