Claude-skill-registry commerce-invoices
Manage invoices and overdue billing. Use when running `stateset-invoices` or reconciling invoice status.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commerce-invoices" ~/.claude/skills/majiayu000-claude-skill-registry-commerce-invoices && rm -rf "$T"
manifest:
skills/data/commerce-invoices/SKILL.mdsource content
Commerce Invoices
Create invoices, send to customers, and record payments.
How It Works
- Create an invoice with line items and terms.
- Send the invoice and track status.
- Record payments or partial payments.
- Report overdue invoices and aging.
Usage
- CLI:
stateset-invoices ... - Writes require
.--apply - MCP tools:
,list_invoices
,create_invoice
,send_invoice
,record_invoice_payment
.get_overdue_invoices
Output
{"status":"sent","invoice_id":"inv_123","total":5000}
Present Results to User
- Invoice status, terms, and totals.
- Payment records or overdue flags.
- Next actions (reminders, collections).
Troubleshooting
- Invoice already paid: show payment history.
- Missing customer: create or link a customer record.
References
- references/invoices-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/invoices.md