·modern-python
</>

modern-python

使用 uv、ruff、ty 和 pytest 的现代 Python 工具最佳实践。强制执行用于项目设置、依赖项管理、linting、类型检查和测试的 Trail of Bits Python 编码标准。基于 Trailofbits/cookiecutter-python 中的模式。

20安装·1热度·@oimiragieo

安装

$npx skills add https://github.com/oimiragieo/agent-studio --skill modern-python

如何安装 modern-python

通过命令行快速安装 modern-python AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill modern-python
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:oimiragieo/agent-studio。

SKILL.md

查看原文

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

使用 uv、ruff、ty 和 pytest 的现代 Python 工具最佳实践。强制执行用于项目设置、依赖项管理、linting、类型检查和测试的 Trail of Bits Python 编码标准。基于 Trailofbits/cookiecutter-python 中的模式。 来源:oimiragieo/agent-studio。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/oimiragieo/agent-studio --skill modern-python
分类
</>开发工具
认证
收录时间
2026-03-04
更新时间
2026-03-10

Browse more skills from oimiragieo/agent-studio

快速解答

什么是 modern-python?

使用 uv、ruff、ty 和 pytest 的现代 Python 工具最佳实践。强制执行用于项目设置、依赖项管理、linting、类型检查和测试的 Trail of Bits Python 编码标准。基于 Trailofbits/cookiecutter-python 中的模式。 来源:oimiragieo/agent-studio。

如何安装 modern-python?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill modern-python 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/oimiragieo/agent-studio