mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
Resolves #546. Claude Code's recent path-traversal validation rejects "skills": "./" in plugin.json, causing all skills in these umbrella plugins to silently fail to load. Both fixes are required together — fixing only the manifest leaves skills/ missing on disk; fixing only the layout still trips manifest validation. Restructured umbrella plugins (sub-skill folders → skills/<name>/): - business-growth (4 skills) - c-level-advisor (28 skills) - finance (3 skills) - marketing-skill (44 skills) - product-team (16 skills) - project-management (8 skills) - ra-qm-team (13 skills) Each umbrella .claude-plugin/plugin.json now declares "skills": "skills". Marketplace.json: updated 8 sub-plugin source paths whose folders moved under skills/ (executive-mentor, content-creator, marketing-demand-acquisition, product-manager-toolkit, scrum-master, code-to-prd, research-summarizer, apple-hig-expert). Nested sub-plugin manifests: updated 6 homepage URLs to reflect the new paths (executive-mentor, business-investment-advisor, video-content-strategist, code-to-prd, apple-hig-expert, research-summarizer). engineering-team and engineering umbrellas are intentionally not changed here — they're being addressed separately by PR #548. https://claude.ai/code/session_01MTGGxfmYeKbNQ3NEp4fjv7 |
||
|---|---|---|
| .. | ||
| .claude-plugin | ||
| .codex | ||
| skills | ||
| CLAUDE.md | ||
| SKILL.md | ||