invoice
This Claude Code skill generates a single-page, print-ready HTML invoice with a professional layout. It structures invoices with studio branding, sender and recipient details, itemized line items with pricing, payment terms, totals calculation, and bank transfer instructions, suitable for freelancers and design studios needing formatted billing documents.
git clone --depth 1 https://github.com/nexu-io/open-design /tmp/invoice && cp -r /tmp/invoice/design-templates/invoice ~/.claude/skills/invoiceSKILL.md
# Invoice Skill Produce a single-page printable invoice. ## Workflow 1. Read DESIGN.md. 2. Layout: - Top band: studio brand on the left, "INVOICE" + number + date + due date on the right. - Two columns: From (sender) / Bill to (recipient) with addresses. - Project ref + payment-terms strip. - Line items table: description / qty / unit / amount. - Right-aligned totals block: subtotal, retainer, tax, total due. - Payment instructions (bank, wire, ACH). - Thank-you note + signature line. 3. Print stylesheet @media print to remove backgrounds. ## Output contract ``` <artifact identifier="invoice-name" type="text/html" title="Invoice"> <!doctype html>...</artifact> ```
One-click contribution flow for Open Design (nexu-io/open-design) — even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.
|
|
|
Self-contained floating chat widget with welcome screen, social links, meeting button, and message input. Single HTML file, zero dependencies.
|
|