Logo
Agent Skills Guide
All SkillsCategoryTagsPublishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Skills
  3. quality-run-type-checking

quality-run-type-checking

dawiddutoit/custom-claude
@dawiddutoit/custom-claude
•published 2026/01/23

Run dual type checking with pyright (fast, development) and mypy (thorough, CI/CD). Use when checking types, before commits, debugging type errors, or validating type annotations. Explains why both tools required, configuration differences, and when to use each. Works with Python .py files, pyproject.toml, strict mode enabled.

📦 Install Skill

Command line install

Install directly with the `skills` CLI.

npx skills add dawiddutoit/custom-claude/skills/quality-run-type-checking

Local download

Download only this skill directory.

Download quality-run-type-checking only
File Explorer
0 files
No file selected
readonly

Select a file to view its content

Resources

  • Repository

Tags

TestingDebuggingBest Practices