- 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>
14 lines
680 B
JSON
14 lines
680 B
JSON
{
|
|
"name": "c-level-skills",
|
|
"description": "Complete virtual board of directors: 10 C-level advisory roles, 6 orchestration skills, 6 cross-cutting capabilities, and 6 culture & collaboration frameworks. Features internal quality loop, two-layer memory, board meeting protocol with Phase 2 isolation, proactive triggers, and structured user communication standard.",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "Alireza Rezvani",
|
|
"url": "https://alirezarezvani.com"
|
|
},
|
|
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor",
|
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
|
"license": "MIT",
|
|
"skills": "./"
|
|
}
|