·using-python-lsp
</>

using-python-lsp

mhagrelius/dotfiles

Wird verwendet, wenn Sie mit Python-Code arbeiten und das Plugin pyright-lsp aktiviert ist – zum Suchen von Referenzen, Überprüfen von Typen, Navigieren in Definitionen oder Überprüfen der Typkorrektheit

10Installationen·0Trend·@mhagrelius

Installation

$npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp

SKILL.md

The pyright-lsp plugin provides semantic code intelligence for Python. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands Python's type system, inheritance, and symbol relationships.

| Find all callers of a method | findReferences | Grep for method name | | Get function return type | hover | Read file + parse | | Jump to definition | goToDefinition | Grep + Read | | Check type errors | getDiagnostics | Run mypy/pyright CLI | | View file structure | documentSymbol | Read entire file |

| Grep for symbol before rename | Text search misses method calls through aliases, inheritance | Use findReferences | | Read entire file for one type | Wastes context, slow | Use hover | | Run mypy after every change | Slow, requires external tool | Use getDiagnostics |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist using-python-lsp?

Wird verwendet, wenn Sie mit Python-Code arbeiten und das Plugin pyright-lsp aktiviert ist – zum Suchen von Referenzen, Überprüfen von Typen, Navigieren in Definitionen oder Überprüfen der Typkorrektheit Quelle: mhagrelius/dotfiles.

Wie installiere ich using-python-lsp?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/mhagrelius/dotfiles