A curated collection of Agent Skills for working with PYXLL, to help AI agents write and understand code using the PyXLL Excel add-in.
99
90%
Does it follow best practices?
Impact
100%
1.56xAverage score across 17 eval scenarios
Advisory
Suggest reviewing before use
A financial analytics team uses a PyXLL-based Excel add-in to display portfolio data. They want a custom cell formatter that applies background colour highlighting based on the cell's numeric value:
The formatter should integrate with PyXLL's cell formatting system and apply the colouring directly through the Excel object model.
Produce:
formatter.py — the custom formatter class, ready to be registered with PyXLLdocs_log.md — every documentation source you consulted (PyXLL docs URLs, skill reference files, etc.), with a one-line note on what each source contributed