basedpyright-type-checking

Installation
SKILL.md

Basedpyright Type Checking

Basedpyright is a fork of Pyright with additional features and stricter defaults, designed for maximum type safety and performance.

When to Use This Skill

Use this skill when... Use another tool instead when...
Setting up type checking for Python Formatting code (use ruff format)
Configuring strict type validation Linting for style issues (use ruff check)
Comparing type checkers (basedpyright vs mypy) Detecting unused code (use vulture/deadcode)
Setting up LSP for type-aware editor support Running tests (use pytest)

Installation

Via uv (Recommended)

# Install globally
uv tool install basedpyright
Installs
86
GitHub Stars
36
First Seen
Jan 29, 2026
basedpyright-type-checking — laurigates/claude-plugins