·dignified-python
</>

dignified-python

dagster-io/erk

具有自动版本检测功能的 Python 编码标准。在编写、审查或重构 Python 时使用,以确保遵守 LBYL 异常处理模式、现代类型语法(list[str]、str | None)、pathlib 操作、基于 ABC 的接口、绝对导入和 CLI 级别的显式错误边界。还提供来自 Dagster Labs 的经过生产测试的代码气味模式,用于 API 设计、参数复杂性和代码组织。对于维护 erk 尊严的 Python 标准至关重要。

8安装·2热度·@dagster-io

安装

$npx skills add https://github.com/dagster-io/erk --skill dignified-python

SKILL.md

Identify the project's minimum Python version by checking (in order):

Core files above cover 80%+ of Python code patterns. Only load these additional files when you detect specific patterns:

The references/ directory contains detailed guidance for specialized topics. Load these on-demand when you encounter relevant patterns:

具有自动版本检测功能的 Python 编码标准。在编写、审查或重构 Python 时使用,以确保遵守 LBYL 异常处理模式、现代类型语法(list[str]、str | None)、pathlib 操作、基于 ABC 的接口、绝对导入和 CLI 级别的显式错误边界。还提供来自 Dagster Labs 的经过生产测试的代码气味模式,用于 API 设计、参数复杂性和代码组织。对于维护 erk 尊严的 Python 标准至关重要。 来源:dagster-io/erk。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/dagster-io/erk --skill dignified-python
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 dignified-python?

具有自动版本检测功能的 Python 编码标准。在编写、审查或重构 Python 时使用,以确保遵守 LBYL 异常处理模式、现代类型语法(list[str]、str | None)、pathlib 操作、基于 ABC 的接口、绝对导入和 CLI 级别的显式错误边界。还提供来自 Dagster Labs 的经过生产测试的代码气味模式,用于 API 设计、参数复杂性和代码组织。对于维护 erk 尊严的 Python 标准至关重要。 来源:dagster-io/erk。

如何安装 dignified-python?

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

这个 Skill 的源码在哪?

https://github.com/dagster-io/erk