What problem does it solve? Python developers building modern web APIs and data pipelines need consistent, up-to-date guidance on Python 3.13 features, async patterns, and framework-specific best practices without searching scattered documentation. ## Core Features & Use Cases - Modern Python 3.13 Coverage: JIT compiler (PEP 744), GIL-free threading (PEP 703), pattern matching, and advanced type hints with Protocol, ParamSpec, and TypeVar. - Framework Patterns: Production-ready FastAPI 0.115+ dependency injection, Django 5.2 composite primary keys, Pydantic v2.9 validation, and SQLAlchemy 2.0 async ORM patterns. - Testing & Tooling: pytest async fixtures, parametrized tests, fixture factories, plus poetry and uv package management configurations. - Use Case: When building a FastAPI service with async database access, activate this Skill to get repository pattern implementations, JWT authentication dependencies, and a complete pytest suite with async fixtures. ## Quick Start Ask the assistant to create a FastAPI endpoint with async SQLAlchemy database access and a corresponding pytest test.