Skip to main content
ClaudeWave
Skill6.7k estrellas del repoactualizado 11d ago

invoice

This Claude Code skill generates a printable A4 invoice template featuring sender and recipient information blocks, itemized line items with quantity and unit price calculations, tax breakdown, total amounts, and payment instructions. Use this skill when creating professional invoices that need to be printed or exported as PDFs while maintaining proper formatting, color contrast, and organized layout for accounting and business documentation purposes.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/nexu-io/html-anything /tmp/invoice && cp -r /tmp/invoice/next/src/lib/templates/skills/invoice ~/.claude/skills/invoice
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

【模板: 可打印发票】
【意图】A4 可打印的发票单页。
【布局】
- Header: 发票号 / 日期 / 截止日
- From / Bill to 两块
- Line items table (描述 / 数量 / 单价 / 金额)
- Tax breakdown + Totals (右对齐)
- Payment instructions 区
【设计细节】
- @media print 样式; 颜色对比保留