09031bb185
Codex review found two issues with the initial fix: - GitHub source object causes redundant clone, may fail without SSH - skills paths in plugin.json need ./ prefix Changed source to "./" (matches Anthropic's own marketplace pattern) and simplified skills to "./skills" (auto-discovers all skill dirs). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>