name: printer-job description: Execute Commodore and Epson printing workflows through c64bridge.
Intent
Use this skill for printer text output, bitmap output, and custom character definition.
Inputs
- Printer family: Commodore or Epson.
- Desired output type: text, bitmap row, or custom character definition.
- Any device or secondary-address requirements.
Execution
- Use
c64_printerwithop: "print_text"for text workflows. - Use
c64_printerwithop: "print_bitmap"for bitmap row workflows. - Use
c64_printerwithop: "define_chars"for custom character definitions. - Surface any generated BASIC or payload details the user must keep or reuse.
Validation
- Confirm which printer family and operation ran.
- Summarize any generated program text or printer control assumptions.
Safety
- Confirm printer family before issuing printer-specific control sequences.