Integrates the Pyright language server to provide static type checking and code intelligence for Python files. Adds support for .py and .pyi extensions with advanced type analysis.

2.1kstars250forks
|126 views

Skill Content

564 characters

pyright-lsp

Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.

Supported Extensions

.py, .pyi

Installation

Install Pyright globally via npm:

npm install -g pyright

Or with pip:

pip install pyright

Or with pipx (recommended for CLI tools):

pipx install pyright

More Information

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install pyright-lsp@claude-plugins-official