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 curated collection of Agent Skills for working with PyXLL, the Python Excel add-in. These skills help AI agents understand and use PyXLL APIs accurately.
These skills are not slash commands or user-invoked actions. Once installed, the agent automatically loads the relevant skill when your prompt matches its use case. See skill invocation control for more details.
/plugin marketplace add pyxll/pyxll-agent-skills
/plugin install pyxll-agent-skills@pyxllUse the Vercel Skills CLI to install skills from this repository. Supports 30+ AI agents including Cursor, Cline, GitHub Copilot, and others.
# Preview available skills
npx skills add pyxll/pyxll-agent-skills --list
# Install all skills
npx skills add pyxll/pyxll-agent-skills
# Install a specific skill
npx skills add pyxll/pyxll-agent-skills --skill fetch-pyxll-docs
# Install globally (available in all projects)
npx skills add pyxll/pyxll-agent-skills --global
# Check for updates
npx skills check
# Update installed skills
npx skills updateInstall skills using Tessl, a package manager for agent skills:
# Install all skills
tessl install pyxll/pyxll-agent-skills
# Install from GitHub directly
tessl install github:pyxll/pyxll-agent-skillsBrowse the tile on the Tessl registry.
| Skill | Description |
|---|---|
fetch-pyxll-docs | Fetch the PyXLL documentation and use it as context when writing, reviewing, or debugging PyXLL code |
pywin32-excel-docs | Reference for the Excel COM API via pywin32 — covers workbooks, worksheets, ranges, formatting, charts, pivot tables, shapes, and constants |
office-customui-xsd | Reference for the Office CustomUI XML schema — covers ribbon tabs, groups, controls, context menus, QAT, and Backstage customisation |
To add a new skill, create a directory under skills/ with a SKILL.md file following the Agent Skills specification, then add it to .tessl-plugin/plugin.json.
See LICENSE for details.