Agent skill
commerce-invoices
Manage invoices and overdue billing. Use when running `stateset-invoices` or reconciling invoice status.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-invoices
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?