Reimburse tracker
Six Claude Code skills for running a research lab: grant writing, manuscript revision, literature scouting, file triage, reimbursement tracking, and PI operations. Install into ~/.claude/skills/.
npx -y skills add allenlee0430/allenlee-lab-skills --skill reimburse-trackerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Extract, tabulate, and package receipts/invoices for expense reimbursement and grant expenditure reporting. Use to pull amounts/dates/vendors from receipt PDFs into a spreadsheet, match invoices to POs, and assemble reimbursement packets. Triggers on "reimbursement", "expense report", "receipts", "invoice", "expenditure report", "PO matching".
SKILL.md
1.7 KB, 334 tokens by cl100k_base, as published. Nobody here has run it
Reimburse Tracker — Receipts → Reimbursement Packet
Turns the pile of receipts/invoices in ~/Downloads/50_Lab_Admin_Procurement/ into clean reimbursement and grant-expenditure reports for UofT.
Workflow
- Gather the relevant receipts/invoices (PDFs) — use the PDF read tools (
read_pdf_content/ Nutrientread_text) to extract text. - For each, extract: *date, vendor, description, amount, currency, tax, PO#/invoice#, funding source/grant. Note foreign-currency items (some are USD/EUR — flag for FX conversion).
- Build a spreadsheet (xlsx skill) with one row per item, subtotals per funding source, and a grand total. Include a column linking to the source PDF filename.
- Match invoices to POs where a PO# is present (VWR, Bio-Rad, Eve Technologies, etc.).
- Assemble the packet: merge receipts into a single PDF in the same order as the spreadsheet (PDF merge tool), name it
Reimbursement_<name>_<YYYY-MM>.pdf. - Flag anything missing an amount or date to
90_Archive_To_Reviewand list it for the user.
Notes
- Grant expenditure reports (e.g. CFF "Report of Expenditures") have their own templates — reuse existing xlsx templates in the grants/admin folders.
- Never guess an amount; if OCR is ambiguous, surface it for confirmation.
- Keep personal receipts (
60_Personal_Legal_Finance) separate from lab reimbursements.