python-typing-patterns
✓Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict.
Installation
SKILL.md
| X \| None | Optional value | | list[T] | Homogeneous list | | dict[K, V] | Dictionary | | Callable[[Args], Ret] | Function type | | TypeVar("T") | Generic parameter | | Protocol | Structural typing | | TypedDict | Dict with fixed keys | | Literal["a", "b"] | Specific values only | | Final | Cannot be reassigned |
Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict. Source: 0xdarkmatter/claude-mods.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-typing-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-typing-patterns- Source
- 0xdarkmatter/claude-mods
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is python-typing-patterns?
Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict. Source: 0xdarkmatter/claude-mods.
How do I install python-typing-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-typing-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/0xdarkmatter/claude-mods
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01