Skip to main content
Back to the directory
trailofbits/skillsSoftware EngineeringFrontend and Design

modern-python

Modern Python project setup with uv, ruff, and ty for Python 3.11+.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/trailofbits/skills --skill modern-python
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, modern-python has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: trailofbits/skills. Canonical URL: https://skills.sh/trailofbits/skills/modern-python.

Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Modern Python project setup with uv, ruff, and ty for Python 3.11+. Guide for modern Python tooling and best practices, based on trailofbits/cookiecutter-python . Key principles: See security-setup.md for configuration and usage. For simple multi-file projects not intended for distribution: If starting from scratch, ask the user if they prefer to use the Trail of Bits cookiecutter template to bootstrap a complete project with already preconfigured tooling. This creates: See pyproject.md for complete configuration reference. Key sections: When a user requests migration from legacy tooling: First, determine the nature of the code: For standalone scripts : Convert to PEP 723 inline metadata (see pep723-scripts.md ) For projects : Then: Use uv run --with for one-off commands that need packages not in your project: When to use --with vs uv add : See uv-commands.md for complete reference. Install with: uv sync --group dev --group test - 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,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does modern-python do?

Modern Python project setup with uv, ruff, and ty for Python 3.11+.

Is modern-python good?

modern-python does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support modern-python?

modern-python currently lists compatibility with Skills CLI.

Is modern-python safe to install?

modern-python has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to modern-python?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install modern-python?

Run the following command to install modern-python: npx skills add https://github.com/trailofbits/skills --skill modern-python

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering