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 data engineering team is deploying a new PyXLL-based Excel add-in for their reporting platform. They need a pyxll.cfg configuration file that satisfies the following requirements:
reporting_addin, located in ./src. PyXLL must import it at startup../logs/pyxll.log at INFO level./lib so that shared utility packages can be importedPython 3.11 and PyXLL are already installed. No Python code needs to be written — the configuration file is the only deliverable.
Produce:
pyxll.cfg — the complete PyXLL configuration file satisfying all three requirementsconfig_notes.md — a log of every documentation URL you fetched while writing the configuration, with a one-line note mapping each URL to the specific configuration sections or keys it informed