Modern Python tooling skill adapted from Trail of Bits coding standards. Mandates the use of uv (package management), ruff (linting and formatting), ty (type checking), and pytest (testing) as the standard Python toolchain. Based on patterns from trailofbits/cookiecutter-python for consistent, high-quality Python projects.
This skill implements Trail of Bits' modern Python coding standards for the agent-studio framework. The core philosophy is: use Rust-based tools for faster feedback loops, especially when working with AI agents. Every tool in this stack (uv, ruff, ty) is written in Rust and provides sub-second execution times, enabling tight iteration cycles.
Source repository: https://github.com/trailofbits/skills Template: https://github.com/trailofbits/cookiecutter-python License: CC-BY-SA-4.0
Лучшие практики современных инструментов Python с использованием uv, ruff, ty и pytest. Утверждает стандарты кодирования Trail of Bits Python для настройки проекта, управления зависимостями, анализа, проверки типов и тестирования. На основе шаблонов из Trailofbits/cookiecutter-python. Источник: oimiragieo/agent-studio.