·using-python-lsp
</>

using-python-lsp

mhagrelius/dotfiles

Python コードを操作し、pyright-lsp プラグインが有効になっている場合に使用します。参照の検索、型のチェック、定義の移動、または型の正しさの検証に使用します。

10インストール·0トレンド·@mhagrelius

インストール

$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 |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

using-python-lsp とは?

Python コードを操作し、pyright-lsp プラグインが有効になっている場合に使用します。参照の検索、型のチェック、定義の移動、または型の正しさの検証に使用します。 ソース: mhagrelius/dotfiles。

using-python-lsp のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/mhagrelius/dotfiles