python
星标10
分支1
更新时间2026年3月17日 05:56
Python coding conventions, tooling preferences, and style rules
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Python coding conventions, tooling preferences, and style rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
General Spacelift usage, Spacelift Terraform provider conventions, and Spacelift MCP integration
Dockerfile and container image conventions for building lean, secure images
Conventions for creating and managing Jira tickets
Terraform and HCL coding conventions, formatting rules, and best practices
YAML file formatting conventions and style rules
| name | python |
| description | Python coding conventions, tooling preferences, and style rules |
Use ruff for linting and formatting. Use pyright for type checking. Target a line width of 88 characters. Prefer type hints on all function signatures.