Skip to main content

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 "发票".

설치로 이동

소스 정보

저장소
nexu-io/open-design
최근 소스 활동
2026년 7월 27일 14:02
감지된 SKILL.md 언어
영어
스타
96,674
포크
11,234

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
invoice
description
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 "发票".
triggers
["invoice","bill","billing statement","发票","账单"]
od
{"mode":"prototype","platform":"desktop","scenario":"finance","preview":{"type":"html","entry":"index.html"},"design_system":{"requires":true,"sections":["color","typography","layout","components"]},"example_prompt":"Create an invoice from a freelance design studio billing a client for a brand identity project — three line items, 10% retainer, 9% sales tax."}
# 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> ```
GitHub에서 보기