What is fix-types?
Interactively fix any type checking issues in Python code Source: saaspegasus/django-skills.
Interactively fix any type checking issues in Python code
Quickly install fix-types AI skill to your development environment via command line
Source: saaspegasus/django-skills.
When mypy can't infer the correct type, prefer using cast() over # type: ignore:
Why: cast() explicitly documents what type you expect, making the code more readable and maintainable. It also doesn't silence other potential errors on the same line.
When adding null checks to satisfy mypy, prefer raising proper exceptions over using assert:
Interactively fix any type checking issues in Python code Source: saaspegasus/django-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/saaspegasus/django-skills --skill fix-typesInteractively fix any type checking issues in Python code Source: saaspegasus/django-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/saaspegasus/django-skills --skill fix-types Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/saaspegasus/django-skills