agentsclimarketplace

Reimburse tracker

Skill allenlee0430/allenlee-lab-skills/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/.

Install
npx -y skills add allenlee0430/allenlee-lab-skills --skill reimburse-tracker

Assembled 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

  1. Gather the relevant receipts/invoices (PDFs) — use the PDF read tools (read_pdf_content / Nutrient read_text) to extract text.
  2. 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).
  3. 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.
  4. Match invoices to POs where a PO# is present (VWR, Bio-Rad, Eve Technologies, etc.).
  5. 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.
  6. Flag anything missing an amount or date to 90_Archive_To_Review and 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.