python-pro
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.
- installs 8w
- 1,903
- 30-day movement
- starts with the next reading
- Related entries
- 2
- Connections
- 0
python-pro is a SKILL.md that an AI coding agent loads to write modern Python 3.11+ code. It guides the agent toward type-annotated code, async/await patterns, strict mypy configuration, pytest suites with fixtures and mocking, and black/ruff validation.
Reach for it when you want the agent's Python output to be type-safe, well-tested, and lint-clean without restating those standards every prompt.
Use it to
- Generate fully type-annotated modules and dataclasses
- Configure mypy strict mode via pyproject.toml
- Write pytest suites with fixtures, parametrize, and mocking
- Implement async/await patterns for I/O operations
- Set up structured error handling and logging configuration
For Python developers using AI coding agents on 3.11+ projects
- Host repository
- Jeffallan/claude-skills
- Version
- 1.1.0
- Installs, lifetime
- 7,200
- Installs, 8 weeks
- 1,903
- Licence
- MIT
- Host stars
- 12k
- Host language
- Python