What problem does it solve?
This Skill enforces a consistent, high-quality standard for Python development within WFC projects, ensuring maintainability, security, and performance across all Python codebases.
Core Features & Use Cases
- Standardized Tooling: Enforces the use of UV, Black, Ruff, and Mypy for a streamlined development workflow.
- Modern Python Practices: Mandates Python 3.12+ features, full type annotations, and PEP 562 for efficient imports.
- Preferred Libraries & Frameworks: Promotes the use of battle-tested libraries like
orjson, structlog, httpx, FastAPI, and Pydantic.
- Use Case: When starting a new Python service, this Skill ensures all code adheres to best practices, reducing onboarding time and preventing common errors.
Quick Start
Ensure all new Python files adhere to the standards defined in the wfc-python skill.