Complete Python type hints system. PROACTIVELY activate for: (1) Built-in generics (list[str], dict[str, int]), (2) Union types (str | None), (3) Type parameter syntax 3.12+, (4) Protocol for structural typing, (5) TypedDict for dict schemas, (6) Literal and Final types, (7) TypeGuard and TypeIs, (8) ParamSpec for decorators, (9) Mypy/Pyright configuration. Provides: Type syntax, Protocol patterns, TypedDict, mypy config. Ensures static type safety with gradual typing strategy.
$npx -y skills add amrahman90/python-expert-agent --skill python-type-hintsInstalls into the current project.
Run `npx skills use "https://github.com/amrahman90/python-expert-agent" --skill "amrahman90/python-expert-agent/python-type-hints"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amrahman90/python-expert-agent" that are relevant to the current task. Run `npx skills add "https://github.com/amrahman90/python-expert-agent"` and select the relevant skills, then follow their instructions.