Invoice Generator

Create professional invoices for freelancers and service providers. TRIGGERS - Use when user wants to create an invoice, billing document, or payment request.

Winbda c8d1c34 854 B Updated 3 repo stars

File contents

Invoice Generator

Output Format

# INVOICE

**Invoice #**: [INV-0001]
**Date**: [Issue date]
**Due Date**: [Payment due date]

## From
[Your business name]
[Address]
[Email]

## Bill To
[Client name]
[Company]
[Address]

## Services

| Description | Quantity | Rate | Amount |
|------------|---------|------|--------|
| [Service 1] | [qty/hrs] | $[rate] | $[total] |
| [Service 2] | [qty/hrs] | $[rate] | $[total] |

| | |
|--|--|
| **Subtotal** | $[X] |
| **Tax ([X%])** | $[X] |
| **Total Due** | **$[X]** |

## Payment Methods
[Bank transfer / PayPal / Stripe / etc.]

## Notes
[Payment terms, late fees, thank you message]

Winbda/claude-skills-collection/tree/main/skills/invoice-generator commit c8d1c3497b

Frequently asked questions

npx skillmds add winbda/invoice-generator