From digital-printing
Zip a print job folder (PDFs + manifest + order document) into a single archive ready for transmission to a digital printer. Triggers on phrases like "zip the job folder", "package the print job", "make a zip for the printer".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-printingThis skill uses the workspace's default tool permissions.
Bundle a job folder and its order document into a single zip archive.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Bundle a job folder and its order document into a single zip archive.
<job-folder>.zip next to the folder.true, skip order.json and manifest.json from the archive (some printers prefer just files + the human-readable order). Default false.files/ and manifest.json.cd "$(dirname "$JOB")" && zip -r "${JOB_BASENAME}.zip" "$JOB_BASENAME"
share-job-folder with the Google Drive option instead — many email systems cap attachments at 25 MB.Zip path. Suggest share-job-folder as the natural next step.