skills-vault/skills/bundle-zip
wantsong 287ef86eca Add bundle-zip skill 2026-06-18 01:44:16 +08:00
..
agents Add bundle-zip skill 2026-06-18 01:44:16 +08:00
fixtures Add bundle-zip skill 2026-06-18 01:44:16 +08:00
scripts Add bundle-zip skill 2026-06-18 01:44:16 +08:00
tests Add bundle-zip skill 2026-06-18 01:44:16 +08:00
README.md Add bundle-zip skill 2026-06-18 01:44:16 +08:00
SKILL.md Add bundle-zip skill 2026-06-18 01:44:16 +08:00

README.md

Bundle Zip

Source Skill for creating zip archives from explicit file lists while preserving source-relative paths.

The canonical entry point is SKILL.md; the deterministic packager is in scripts/bundle_zip.py.

Run Python code through the shared repository environment:

conda run -n skills-vault python .\scripts\bundle_zip.py --file-list "C:\path\files.txt" --relative-root-marker repo-name --output "C:\path\bundle.zip" --verify --json

Validate from the repository root with the same environment:

conda run -n skills-vault python -B -m unittest discover -s skills\bundle-zip\tests -v
conda run -n skills-vault python -B C:\Users\wangq\.codex\skills\.system\skill-creator\scripts\quick_validate.py skills\bundle-zip