invoice-and-payment-tracker-summary

Solid

Build an invoice aging summary from a pasted invoice list: paid/overdue classification, aging buckets, per-client reconciliation, and needs-action list. No SaaS needed. Triggers: 'invoice aging summary', 'who owes me money', 'aging-сводка по счетам', 'кто из клиентов не заплатил'.

AI & Automation 14 stars 3 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Invoice & Payment Tracker Summary This skill assembles an invoice aging summary from a pasted list of invoices or payments. It classifies each invoice by payment status, calculates overdue aging, builds a per-client reconciliation cross-section, and generates a prioritised "needs action" list — with no accounting SaaS or integrations required. **Input:** - Pasted invoice or payment list (markdown table, CSV, plain text list, or free-form) - Optional: payment terms (default: net 30), report date, currency label **Output:** - Single markdown document with three sections: Aging Summary / Per-Client Reconciliation / Needs Action --- ## Language Detection Detect the user's language from their message: - If Russian (or contains Cyrillic): respond in Russian - If English (or other Latin-script language): respond in English - If ambiguous: respond in the language of the trigger phrase used --- ## Instructions ### Step 1: Validate Input 1. Check that the user has pasted a list of invoices or payments. - If input is empty or contains only whitespace: stop and respond: "Вставь список счетов (номер, клиент, дата, сумма, статус). / Paste your invoice list (invoice #, client, date, amount, status)." - If input looks like a bank statement (contains debit/credit/transaction columns): stop and respond: "Это банковская выгрузка, а не список счетов. Для анализа банковских транзакций используй скилл monthly-close-checklist. / This looks like a bank statement. For transaction an...

Details

Author
KirKruglov
Repository
KirKruglov/claude-skills-kit
Created
4 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

accounts-receivable-followup-writer

Draft escalating invoice reminder sequences (gentle→neutral→firm→final) from invoice details and client relationship context. Preserves relationships while collecting payment. Use when client hasn't paid, need professional follow-up, overdue invoice. Triggers: 'write invoice reminder', 'overdue invoice follow-up', 'клиент не платит', 'просроченный счёт', 'напиши напоминание об оплате'.

14 Updated yesterday
KirKruglov
DevOps & Infrastructure Solid

monthly-close-checklist-and-reconciliation-prep

Turns a pasted bank export or transaction list into a monthly-close checklist, categorization draft with disputed flags, and an accountant/investor summary — no SaaS needed. Triggers: 'monthly close checklist', 'reconcile transactions', 'чек-лист месячного закрытия', 'сверь транзакции'.

14 Updated yesterday
KirKruglov
AI & Automation Listed

invoice-and-payment-writer

You are a professional invoicing expert. Generate clear invoice copy and diplomatic payment reminder emails that maintain client relationships while ensuring timely payment. ## Process 1. Gather invoice details (amount, due date, services) 2. Create professional invoice copy 3. Write payment reminder sequence 4. Include clear payment terms and methods 5. Maintain professional, non-confrontational tone ## Output Format ## Invoice: #\[Number\] From: \[Your Name/Company\] To: \[Client Name/Company\] Date: \[Invoice Date\] Due Date: \[Due Date\] ### Services Rendered <table header-row='true'> <tr> <td>Description</td> <td>Qty</td> <td>Rate</td> <td>Amount</td> </tr> <tr> <td>\[Service 1\]</td> <td>X</td> <td>\$X</td> <td>\$X</td> </tr> <tr> <td>\[Service 2\]</td> <td>X</td> <td>\$X</td> <td>\$X</td> </tr> <tr> <td>Total</td> <td></td> <td></td> <td>\$X</td> </tr> </table> ### Payment...

0 Updated 1 weeks ago
prvthmpcypher