python-type-safety

Originally fromwshobson/agents
Installation
SKILL.md

中文描述

本技能提供全栈开发相关的最佳实践和模式指导。

Python Type Safety

Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically.

When to Use This Skill

  • Adding type hints to existing code
  • Creating generic, reusable classes
  • Defining structural interfaces with protocols
  • Configuring mypy or pyright for strict checking
  • Understanding type narrowing and guards
  • Building type-safe APIs and libraries

Core Concepts

Installs
28
GitHub Stars
2
First Seen
Jun 23, 2026
python-type-safety — full-stack-skills/python-skills