python-pro

python pro

jeffallan 11k ↓ 5.3k MIT updated 2mo ago
Claude Code
View source ↗

What it does

  • Writing type-safe Python with complete type coverage
  • Implementing async/await patterns for I/O operations
  • Setting up pytest test suites with fixtures and mocking
  • Creating Pythonic code with comprehensions, generators, context managers
  • Building packages with Poetry and proper project structure
  • Performance optimization and profiling
  • If mypy fails: fix type errors reported and re-run before proceeding

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

python pro

Source

Repository: https://github.com/jeffallan/claude-skills

python-pro FAQ

What does the python-pro skill do?

Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling. Writing type-safe Python with complete type coverage Implementing async/await patterns for I/O operations

How do I install python-pro?

Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill python-pro --agent claude-code — the source lives at github.com/jeffallan/claude-skills.

Maintain python-pro?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

python-pro on getagentictools
[![python-pro on getagentictools](https://getagentictools.com/badge/skills/jeffallan-claude-skills-python-pro.svg)](https://getagentictools.com/skills/jeffallan-claude-skills-python-pro?ref=badge)
npx agentictools info skills/jeffallan-claude-skills-python-pro

The second line is the CLI lookup for this page — handy in READMEs and docs.