This is a straightforward starter template for reading and analyzing Excel files using pandas in Python. It covers the basics: loading spreadsheets, previewing data with head(), and getting summary statistics with describe(). If you're building something that needs to ingest Excel data through Claude Code, this gives you the bare minimum pandas boilerplate to get moving. It's not a comprehensive Excel manipulation toolkit, more like a quick reference for the most common first steps. The template lives in a larger collection that has 27.7K stars, so there's presumably more context in that repo if you need it.
npx skills add https://github.com/davila7/claude-code-templates --skill excel-analysis