Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/MisterBrookT/skill2

Works with Git. The repository opens in your current directory.

๐Ÿงพ
DataPython

Invoice CSV Export

by MisterBrookT

Use when exporting monthly invoices from the finance pipeline into CSV packages for accounting review.

10 stars0 forksAdded 2026/07/17
agent-skillsai-agentsclaude-codecodexdeveloper-toolsevalslocal-firstpythonskill-librarytesting

Documentation

README

Invoice CSV Export

Export invoice rows for a billing period into a reviewable CSV package.

Workflow

  1. Confirm billing period and output directory.
  2. Load invoice rows from the local finance config.
  3. Write the CSV package and return row count.