invoice
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".
npx skills add nexu-io/open-design --skill invoice --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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> ```
- Workflow
- Output contract
What does the invoice skill do?
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".
How do I install it?
Run `npx skills add nexu-io/open-design --skill invoice --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.