·ty-skills
</>

ty-skills

jiatastic/open-python-skills

Astral による非常に高速な型チェッカーである ty を使用した Python 型チェックの専門知識。次の場合に使用します: (1) Python コードに型アノテーションを追加する、(2) ty によって報告された型エラーを修正する、(3) mypy/pyright から ty に移行する、(4) プロジェクト用に ty を構成する、(5) 高度な型パターン (ジェネリック、プロトコル、交差型) を理解する、(6) エディターで ty をセットアップする (VS Code、Cursor、Neovim、PyCharm)。

12インストール·0トレンド·@jiatastic

インストール

$npx skills add https://github.com/jiatastic/open-python-skills --skill ty-skills

SKILL.md

Master Python type checking with ty - the extremely fast type checker written in Rust by Astral (creators of uv and Ruff).

| possibly-unresolved-reference | error | Variable might not be defined | | invalid-argument-type | error | Argument type mismatch | | incompatible-assignment | error | Assigned value incompatible | | missing-argument | error | Required argument missing | | unsupported-operator | error | Operator not supported for types |

| invalid-return-type | error | Return type mismatch | | division-by-zero | warn | Potential division by zero | | unused-ignore-comment | warn | Suppression not needed | | redundant-cast | warn | Cast has no effect | | possibly-unbound-attribute | warn | Attribute might not exist | | index-out-of-bounds | warn | Index might be out of range |

原文を見る

引用可能な情報

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

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

クイックアンサー

ty-skills とは?

Astral による非常に高速な型チェッカーである ty を使用した Python 型チェックの専門知識。次の場合に使用します: (1) Python コードに型アノテーションを追加する、(2) ty によって報告された型エラーを修正する、(3) mypy/pyright から ty に移行する、(4) プロジェクト用に ty を構成する、(5) 高度な型パターン (ジェネリック、プロトコル、交差型) を理解する、(6) エディターで ty をセットアップする (VS Code、Cursor、Neovim、PyCharm)。 ソース: jiatastic/open-python-skills。

ty-skills のインストール方法は?

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

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

https://github.com/jiatastic/open-python-skills