·python-best-practices
</>

python-best-practices

0xbigboss/claude-code

提供用于类型优先开发的 Python 模式,包括数据类、可区分联合、NewType 和协议。读取或写入Python文件时必须使用。

386安装·12热度·@0xbigboss

安装

$npx skills add https://github.com/0xbigboss/claude-code --skill python-best-practices

SKILL.md

Types define the contract before implementation. Follow this workflow:

Use Python's type system to prevent invalid states at type-check time.

Prefer smaller, focused files: one class or closely related set of functions per module. Split when a file handles multiple concerns or exceeds 300 lines. Use init.py to expose public API; keep implementation details in private modules (internal.py). Colocate tests in tests/ mirroring the source structure.

提供用于类型优先开发的 Python 模式,包括数据类、可区分联合、NewType 和协议。读取或写入Python文件时必须使用。 来源:0xbigboss/claude-code。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/0xbigboss/claude-code --skill python-best-practices
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 python-best-practices?

提供用于类型优先开发的 Python 模式,包括数据类、可区分联合、NewType 和协议。读取或写入Python文件时必须使用。 来源:0xbigboss/claude-code。

如何安装 python-best-practices?

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

这个 Skill 的源码在哪?

https://github.com/0xbigboss/claude-code