modern-python
Modern Python development guide using uv, ruff, and ty for dependency management, linting, and type checking.
Install
npx skills add https://github.com/trailofbits/skills --skill modern-pythonStats
| Total installs | 1,399 |
| Weekly installs | 1.4K |
| GitHub stars | 4.0K |
| First seen | Jan 26, 2026 |
| Source | @trailofbits/skills |
Summary
- Replaces pip, Poetry, black, flake8, mypy, and pre-commit with faster, simpler alternatives from the Astral team
- Covers new project creation, dependency management via uv add/uv remove, and linting/formatting/type-checking workflows
- Includes migration paths from legacy tooling (requirements.txt, setup.py, flake8+black+isort, mypy/pyright)
- Provides decision tree for single-file scripts (PEP 723), simple projects, and distributable packages, plus security tool integration (pip-audit, detect-secrets, shellcheck)
Tags
Related skills
| Skill | Installs | vs modern-python |
|---|---|---|
| update-docs | 1,501 | +102 |
| tanstack-router-best-practices | 1,426 | +27 |
| swift-testing-pro | 1,514 | +115 |
| kotlin-specialist | 1,386 | -13 |
| home-assistant-best-practices | 1,336 | -63 |
FAQ
- How many installs does modern-python have?
- modern-python has 1,399 total installs and 1.4K installs this week.
- Where is modern-python hosted?
- modern-python is published by @trailofbits/skills at https://github.com/trailofbits/skills.
- How many GitHub stars does modern-python have?
- modern-python has 4.0K GitHub stars.
- When was modern-python first indexed?
- OrangeBot.AI first indexed modern-python on Jan 26, 2026.
- How do I install modern-python?
- Run: npx skills add https://github.com/trailofbits/skills --skill modern-python