nicepkg/qr-code-generator
Generate QR codes with URLs and UTM tracking. Exports PNG/SVG with captions. Use for single codes, batch generation, or marketing campaigns with tracking parameters.
npx skills add https://github.com/nicepkg/ai-workflow --skill qr-code-generator
Given a URL, this skill generates:
Required:
Optional:
1) Validate the URL (scheme + domain).
2) Optionally append UTM parameters (using assets/templates/utm_template.json).
3) Generate QR:
4) Export:
5) If caption enabled:
6) Return links + a quick “usage notes” block (recommended minimum size, print tips).
scripts/generate_qr.py — single QR (PNG/SVG, optional caption)scripts/batch_generate.py — batch from CSV (id,url,label)assets/templates/utm_template.jsonassets/templates/print_notes.mdassets/templates/prompt_snippets.mdTake nicepkg/qr-code-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.