Claude-skill-registry invoice-billing-statement

Provide receipts and billing statements. Use when a customer needs an invoice, receipt, or payment confirmation for a completed purchase.

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/invoice-billing-statement" ~/.claude/skills/majiayu000-claude-skill-registry-invoice-billing-statement && rm -rf "$T"
manifest: skills/data/invoice-billing-statement/SKILL.md
source content

Invoice and Billing Statement

Response Patterns (from samples)

Common openings:

  • "Hi,"
  • "Hello! A fix for the invoice has been sent out. Can you retry https://epicreact.dev/invoice/ and let me know if that works for you?"
  • "Hello,"

Common core lines:

Common closings:

  • "Once you're logged in, you can view a fully customized invoice here: https://testingjavascript.com/invoice."
  • "From there, you can add any required information to the "Prepared for" section of the invoice."
  • "Happy coding!"

Phrases That Work (4-gram frequency)

  • "view a fully customized" — 163 (33.4%)
  • "a fully customized invoice" — 163 (33.4%)
  • "fully customized invoice here" — 162 (33.2%)
  • "customized invoice here https" — 162 (33.2%)
  • "can view a fully" — 159 (32.6%)
  • "you can view a" — 151 (30.9%)
  • "logged in you can" — 147 (30.1%)
  • "once you're logged in" — 145 (29.7%)
  • "you're logged in you" — 145 (29.7%)
  • "in you can view" — 145 (29.7%)

Tone Guidance (observed)

What NOT To Do

  • Don't introduce policy details that are not present in the verified response lines above.
  • Don't paraphrase or reframe the customer's question in a way that changes meaning.
  • Don't add refund/discount promises unless they appear in the extracted responses for this topic.

Validation

Draft must:

  • Include at least one of the required phrases from the validation block
  • Stay consistent with the observed response patterns above
  • NOT introduce policy details that are not present in the verified response lines above.