If you're trading options on Interactive Brokers and drowning in CSV exports, this consolidates them into something readable. Point it at a directory of IBRK trade files and it groups everything by underlying symbol, strike, date, and whether you're opening or closing positions. It calculates totals for quantity, proceeds, commissions, and realized P&L, then spits out both markdown and CSV reports. The auto-probe feature for IB Gateway ports is a nice touch since you won't have to remember whether you're on paper or live. Straightforward Python script that does exactly what the name suggests without any extra ceremony.
npx -y skills add staskh/trading_skills --skill ib-create-consolidated-report --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills
alirezarezvani/claude-skills