9c1e253dcc
v3.0.3's fix (#262) restored skills/ and .claude-plugin/ to the git archive, which Claude Code needs for /plugin install. But scripts/build-skill.sh uses the same archive to produce the claude.ai .skill bundle, which must contain exactly one root SKILL.md and stay under the 200-file cap. Fix: after git archive, 'zip -d' strips both directories from the .skill bundle. git archive output is unchanged (Claude Code still gets the full tarball on /plugin install). Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>