All notable changes to the python-dev plugin are documented here.
The format follows Keep a Changelog, and this project adheres to Semantic Versioning.
- update org references from L3Digital-Net to L3DigitalNet
- apply /hygiene sweep fixes — em dashes, root README python-dev entry
- apply audit findings — factual errors, docs, UX
- 11 Python development skills with automatic context-triggered loading:
python-anti-patterns: checklist of common Python bugs and structural mistakespython-type-safety: type hints, generics, Protocol, TypeVar, mypy/pyrightpython-design-patterns: KISS, SRP, composition over inheritance, dependency injectionpython-code-style: ruff, naming conventions, docstrings, import organizationpython-resource-management: context managers, ExitStack, streaming, cleanuppython-resilience: tenacity retries, exponential backoff, timeouts, circuit breakerspython-configuration: pydantic-settings, environment variables, secretspython-observability: structlog, Prometheus, OpenTelemetry, correlation IDspython-testing-patterns: pytest fixtures, parametrize, mocking, async testsasync-python-patterns: asyncio, gather, semaphores, event loop patternspython-background-jobs: Celery, RQ, Dramatiq, idempotency, job state
/python-code-reviewcommand: systematic audit across all 11 domains with 🔴/🟡/🟢 prioritized findings and top 3 action items