agentsclimarketplace

Legacy reporting printing

Skill jukrap/ai-agent-playbook/skills/legacy/legacy-reporting-printing

Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.

Install
npx -y skills add jukrap/ai-agent-playbook --skill legacy-reporting-printing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when maintaining report generation, print preview, PDF/Excel export, barcode/label printing, invoices, templates, or printer/device-specific output flows.

SKILL.md

1.2 KB, 198 tokens by cl100k_base, as published. Nobody here has run it

Legacy Reporting Printing

Treat output format, pagination, and device behavior as product contracts.

Workflow

  1. Identify template source, data query, formatting layer, export library, printer path, and device assumptions.
  2. Check page size, margins, DPI, fonts, barcode/QR readability, locale, timezone, and number/date formatting.
  3. Preserve existing output fields and layout unless product explicitly changes them.
  4. Verify sample output with representative data, long text, empty values, and multi-page cases.
  5. Record printer/browser/export environment used for validation.

Guardrails

  • Do not trust screen preview as proof of physical print correctness.
  • Do not change Excel/PDF column order or template fields without downstream consumer checks.
  • Do not assume fonts, printer drivers, or paper sizes are consistent across client machines.

Reference

Read references/report-print-contract.md for report fields, pagination, export, printer, device, and downstream-consumer checks.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.