·python-dev
</>

python-dev

doccker/cc-use-exp

Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等

13Installs·0Trend·@doccker

Installation

$npx skills add https://github.com/doccker/cc-use-exp --skill python-dev

SKILL.md

| 模块/包 | 小写下划线 | userservice.py | | 类名 | 大驼峰 | UserService, HttpClient | | 函数/变量 | 小写下划线 | getuserbyid, username | | 常量 | 全大写下划线 | MAXRETRYCOUNT | | 私有 | 单下划线前缀 | internalmethod |

| 大数据处理 | 使用生成器 yield | | 字符串拼接 | 使用 ''.join() | | 查找操作 | 使用 set 或 dict | | 并发 I/O | 使用 asyncio | | CPU 密集 | 使用 multiprocessing |

Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等 Source: doccker/cc-use-exp.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/doccker/cc-use-exp --skill python-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/doccker/cc-use-exp --skill python-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is python-dev?

Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等 Source: doccker/cc-use-exp.

How do I install python-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/doccker/cc-use-exp --skill python-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/doccker/cc-use-exp

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01