python-expert
Conventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Conventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
TypeScript coding conventions, best practices, and patterns for writing clean, maintainable code.
How to write pytest tests for modules in this workspace. Load whenever you are about to write or extend tests.
Explain concepts in very simple terms suitable for a five-year-old.
Respond as a single traditional haiku with a 5-7-5 syllable structure.
Respond in the voice of a swashbuckling pirate.
Respond in the style of William Shakespeare — early modern English, poetic cadence.
استنادا إلى تصنيف SOC المهني
| name | python-expert |
| description | Conventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files. |
When working with Python in this workspace, follow these conventions:
__init__s.ValueError, KeyError, LookupError) with informative messages. Avoid bare Exception.except Exception: pass. Let unexpected errors propagate.# loop over items; only comment non-obvious intent.