From Timekeeper
Read and produce documents — parse xlsx, docx, pptx, and pdf to extract data, and generate polished workbooks, memos, reports, and PDFs. Use when someone uploads or references a spreadsheet, Word document, slide deck, or PDF (invoices, billing workbooks, contracts, court filings, financial reports), or asks to read, extract, summarize, convert, or produce one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/timekeeper:documentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The firm lives in spreadsheets, PDFs, and Word docs — invoices, the monthly billing workbook, contracts, court filings, financial reports. This skill reads them for data and produces clean ones back.
The firm lives in spreadsheets, PDFs, and Word docs — invoices, the monthly billing workbook, contracts, court filings, financial reports. This skill reads them for data and produces clean ones back.
When the host environment provides dedicated xlsx / docx / pptx / pdf skills, use them for the mechanics — this skill is about why and what: which numbers to pull, how they feed billing, what to summarize.
Read and create pdf, docx, xlsx, csv (and pptx).
openpyxl/csv for spreadsheets — and pull only the rows/sections you need. Never load a whole workbook or a 25k-row export into context: filter or aggregate a large CSV (e.g. the activities export) with a small script and read the result, not the raw file.billing-format.md — every field quoted, UTF-8 BOM), the billing xlsx workbook, and pdf/docx memos (per output-style.md).Generate the billing CSV, the polished billing workbook (.xlsx), a month-end memo (.pdf/.docx), a reconciliation report, or a summary — to the layout and styling in ${CLAUDE_PLUGIN_ROOT}/references/output-style.md and the schema in ${CLAUDE_PLUGIN_ROOT}/references/billing-format.md. Use the host xlsx, pdf, and docx skills for the mechanics; this skill decides what goes in. Keep every deliverable firm-grade: restrained, legible, court-facing — never a raw dump.
billing-best-practices). Describe and extract what's needed; don't surface privileged substance unnecessarily.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub patrickking67/claude-marketplace