This does what you'd expect: turns URLs into QR codes with the option to add UTM parameters for campaign tracking. It handles both single generation and batch jobs, which is handy if you're spinning up codes for a multi-channel campaign. The workflow pushes you toward HTTPS and higher error correction for print, and it exports as SVG or PNG depending on your use case. One nice touch is that it always shows you the actual encoded URL alongside the output, so you're never guessing what someone will land on when they scan. Straightforward tool that keeps QR generation from becoming a mess of spreadsheets and online generators.
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill qr-code-generator --agent claude-codeInstalls into .claude/skills of the current project.
Create QR assets that are safe to print, easy to scan, and explicit about the encoded destination.
scripts/generate_qr.py or batches with scripts/batch_generate.py.sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template