Skip to main content

dignified-python

Load ONLY for Python code Use when writing, reviewing, or refactoring Python to ensure adherence to LBYL exception handling patterns, modern type syntax (list[str], str | None), pathlib operations, ABC-based interfaces, absolute imports, and explicit error boundaries at CLI level. Also provides production-tested code smell patterns from Dagster Labs for API design, parameter complexity, and code organization. Essential for maintaining erk's dignified Python standards.

跳到安装

来源信息

仓库
open-metadata/ai-sdk
最近来源活动
2026年2月25日 08:44
检测到的 SKILL.md 语言
英语
星标
12
分支
4

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
dignified-python
description
Load ONLY for Python code Use when writing, reviewing, or refactoring Python to ensure adherence to LBYL exception handling patterns, modern type syntax (list[str], str | None), pathlib operations, ABC-based interfaces, absolute imports, and explicit error boundaries at CLI level. Also provides production-tested code smell patterns from Dagster Labs for API design, parameter complexity, and code organization. Essential for maintaining erk's dignified Python standards.
# Dignified Python - Python 3.12 Coding Standards ## Core Knowledge (ALWAYS Loaded) @dignified-python-core.md @type-annotations.md ## How to Use This Skill 1. **Core knowledge** is loaded automatically (LBYL, pathlib, ABC, imports, exceptions) 2. **Type annotations** are loaded automatically (Python 3.12 specific features including PEP 695) 3. **Each file is self-contained** with complete guidance for its domain
在 GitHub 查看