·fix-types
</>

fix-types

Interactively fix any type checking issues in Python code

28Installs·0Trend·@saaspegasus

Installation

$npx skills add https://github.com/saaspegasus/django-skills --skill fix-types

How to Install fix-types

Quickly install fix-types AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/saaspegasus/django-skills --skill fix-types
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: saaspegasus/django-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/saaspegasus/django-skills --skill fix-types
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from saaspegasus/django-skills

Quick answers

What is fix-types?

Interactively fix any type checking issues in Python code Source: saaspegasus/django-skills.

How do I install fix-types?

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

Where is the source repository?

https://github.com/saaspegasus/django-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22