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
SOC 職業分類に基づく
| 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.