Official Claude Code plugin marketplace for Polars — the fast DataFrame library for Python.
Add this marketplace, then install the Polars plugin:
/plugin marketplace add polars-inc/skills
/plugin install polars@polars
Start a session. Claude Code loads the skill whenever a task involves Polars or Python data processing. To invoke it explicitly, type /polars:polars.
| Plugin | Description |
|---|---|
polars |
Write fast, idiomatic Polars and answer natural-language data questions with one-shot lazy queries |
Clone the repo and copy the polars/ directory into your skills folder:
# Personal (all projects)
git clone https://github.com/polars-inc/skills
cp -r skills/polars ~/.claude/skills/
# Project-level (checked into git)
cp -r skills/polars .claude/skills/This skill works alongside polars-mcp, a local MCP server for live API
lookup against your installed Polars version:
uvx --with polars polars-mcpSee r-brink/polars-mcp for setup.
MIT