·ty-skills
</>

ty-skills

jiatastic/open-python-skills

Fachwissen zur Python-Typprüfung mit ty – dem extrem schnellen Typprüfer von Astral. Wird verwendet, wenn: (1) Typanmerkungen zu Python-Code hinzugefügt werden, (2) von ty gemeldete Typfehler behoben werden, (3) von mypy/pyright zu ty migriert wird, (4) ty für Projekte konfiguriert wird, (5) erweiterte Typmuster (Generika, Protokolle, Schnittmengentypen) verstanden werden, (6) ty in Editoren eingerichtet wird (VS Code, Cursor, Neovim, PyCharm).

12Installationen·0Trend·@jiatastic

Installation

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

Original anzeigen

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/jiatastic/open-python-skills --skill ty-skills
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist ty-skills?

Fachwissen zur Python-Typprüfung mit ty – dem extrem schnellen Typprüfer von Astral. Wird verwendet, wenn: (1) Typanmerkungen zu Python-Code hinzugefügt werden, (2) von ty gemeldete Typfehler behoben werden, (3) von mypy/pyright zu ty migriert wird, (4) ty für Projekte konfiguriert wird, (5) erweiterte Typmuster (Generika, Protokolle, Schnittmengentypen) verstanden werden, (6) ty in Editoren eingerichtet wird (VS Code, Cursor, Neovim, PyCharm). Quelle: jiatastic/open-python-skills.

Wie installiere ich ty-skills?

Ö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/jiatastic/open-python-skills --skill ty-skills 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/jiatastic/open-python-skills