Python 编程相关的 skill 仓库,旨在指导大模型生成高质量的 Python 代码。所有 skill 均使用中文编写,可注册到 Claude Code 等大模型插件系统中使用。
| Skill | 说明 |
|---|---|
| python-code-quality | 代码风格与质量检查规范,使用 ruff 和 basedpyright 实现 |
| python-pytest | 使用 pytest 编写高质量单元测试的通用规范 |
| python-simplifier | Python 代码重构简化指南,提高可读性、消除冗余 |
| python-best-practices | Python 编程最佳实践,指导编写高性能、高可读性代码 |
| python-code-review | Python 代码审查规范,评估代码是否符合本仓库制定的质量标准 |
将本仓库注册为 Claude Code 插件市场:
/plugin marketplace add zengbin93/python_coding_skills
然后安装 Python skills 插件:
/plugin install python-skills@python-coding-skills
或者通过交互方式:
- 运行
/plugin marketplace add zengbin93/python_coding_skills - 选择
Browse and install plugins - 选择
python-coding-skills - 选择
python-skills - 选择
Install now
也可以直接将 SKILL.md 文件的内容复制到你的 CLAUDE.md 等项目配置文件中作为上下文参考。
每个 skill 位于 skills/<skill-name>/SKILL.md,插件注册配置位于 .claude-plugin/marketplace.json。文件格式如下:
---
name: skill-name
description: >
简要描述该 skill 的用途和适用场景。
---
# Skill 标题
详细内容...