CtrlK
BlogDocsLog inGet started
Tessl Logo

pyxll/pyxll-agent-skills

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

1.56x
Quality

90%

Does it follow best practices?

Impact

100%

1.56x

Average score across 17 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

README.md

PyXLL Agent Skills

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.

tessl

How They Work

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.

Installation

Claude Code

/plugin marketplace add pyxll/pyxll-agent-skills
/plugin install pyxll-agent-skills@pyxll

Other AI Clients

Vercel Skills CLI

Use 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 update

Tessl

Install 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-skills

Browse the tile on the Tessl registry.

Available Skills

SkillDescription
fetch-pyxll-docsFetch the PyXLL documentation and use it as context when writing, reviewing, or debugging PyXLL code
pywin32-excel-docsReference for the Excel COM API via pywin32 — covers workbooks, worksheets, ranges, formatting, charts, pivot tables, shapes, and constants
office-customui-xsdReference for the Office CustomUI XML schema — covers ribbon tabs, groups, controls, context menus, QAT, and Backstage customisation

Contributing

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.

Resources

Community

  • Issues: Report problems or suggest new skills
  • Pull Requests: Contribute new skills or improvements

License

See LICENSE for details.

README.md

tile.json