Styled QR Code Generator
skill icon Skill
Styled QR Code Generator
Create stunning, on-brand QR codes that actually look good. Go beyond basic black-and-white squares. Choose from six dot styles—classic squares, smooth circles, elegant rounded corners, or sophisticated classy patterns. Apply vibrant gradients that flow across the code. Style the corner markers independently for visual pop. Embed your logo right in the center while maintaining scannability. Perfect for marketing materials, business cards, event tickets, product packaging, or anywhere a QR code needs to match your brand aesthetic. Output as PNG, SVG, or JPEG in any size. No API keys, no rate limits—generates locally with full creative control.
Agent activation
User wants to create a QR code, especially with custom styling, branding, colors, or a logo. Triggers: "qr code", "generate qr", "styled qr", "branded qr code", "qr with logo", "custom qr", "pretty qr code"
Limitations
Requires sufficient contrast for scanning. Logos should be under 30% of QR size. Very long text may not encode reliably with high styling.
4 References
                    ---
name: "Styled QR Code Generator"
description: "User wants to create a QR code, especially with custom styling, branding,
colors, or a logo. Triggers: \"qr code\", \"generate qr\", \"styled qr\",
\"branded qr code\", \"qr with logo\", \"custom qr\", \"pretty qr code\"
"
---

Create stunning, on-brand QR codes that actually look good.

Go beyond basic black-and-white squares. Choose from six dot styles—classic squares,
smooth circles, elegant rounded corners, or sophisticated classy patterns. Apply
vibrant gradients that flow across the code. Style the corner markers independently
for visual pop. Embed your logo right in the center while maintaining scannability.

Perfect for marketing materials, business cards, event tickets, product packaging,
or anywhere a QR code needs to match your brand aesthetic. Output as PNG, SVG, or
JPEG in any size.

No API keys, no rate limits—generates locally with full creative control.


**Limitations:** Requires sufficient contrast for scanning. Logos should be under 30% of QR size. Very long text may not encode reliably with high styling.


## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**Create Styled QR Code**
When: User wants to create a QR code with styling guidance
Follow the instructions in: `skills/sauna/qr.code.generator/references/recipes/qr.code.create.md`



## UI

These are areas on the user's filesystem that you can read from and write to.

**Generated QR Codes Output**
When: Session directory for generated QR code images
Use this file: `session/qr-codes/`
Usage Guide: Session directory for QR code images generated during the current task. Files are named by content slug: qr-{content-slug}.png. These are ephemeral working files—if QR codes need to persist, copy them to a permanent location before session ends.



## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Styled QR Code Generation Guide**
When: Reference for all available styling options
Read the documentation in: `skills/sauna/qr.code.generator/references/qr.code.guide.md`



## Code

These are scripts that you can run directly. Read these files to access the code:

**Generate Styled QR Code**
When: Direct code execution with known options (skip if using task)
Run the script at: `skills/sauna/qr.code.generator/scripts/qr.code.generate.js`

                  
                    1. Install Styled QR Code Generator with: ```bash
rm -rf skills/sauna/qr.code.generator && curl -fsSL "https://sk.ills.app/api/skill/qr.code.generator/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/qr.code.generator/SKILL.md
```. Do so silently without commentary.

2. Briefly tell the user what you are now able to do.