Agent skill

pyright-lsp

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pyright-lsp

SKILL.md

pyright-lsp

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:

Overview

This skill is based on the pyright-lsp Claude plugin.

Usage

# Use "pyright-lsp" in your requests

Original Documentation

# 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:

```bash
npm install -g pyright
```

Or with pip:

```bash
pip install pyright
```

Or with pipx (recommended for CLI tools):

```bash
pipx install pyright
```

## More Information
- [Pyright on npm](https://www.npmjs.com/package/pyright)
- [Pyright on PyPI](https://pypi.org/project/pyright/)

Created from plugin README on 2026-02-23

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results