Create professional invoices for freelancers and service providers. TRIGGERS - Use when user wants to create an invoice, billing document, or payment request.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Winbda/claude-skills-collection --skill invoice-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Invoice Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/winbda-invoice-generator)More formats (shields.io, HTML) on the badges page.
---
name: invoice-generator
description: |
Create professional invoices for freelancers and service providers.
TRIGGERS - Use when user wants to create an invoice, billing document, or payment request.
---
# Invoice Generator
## Output Format
```markdown
# 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]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!