بنقرة واحدة
stack-python
Python development guidelines — style, patterns, virtual environments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Python development guidelines — style, patterns, virtual environments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate repository wiki pages mapping architecture, specs, and status. Trigger: orchestrator launches sdd-document.
Shared SDD references for installed skills. Not invokable.
Read-only generalist screening contract for selective 4R review.
Read-only targeted correction validator for a bounded review lineage.
Write SDD delta specs with requirements and scenarios. Trigger: orchestrator launches spec work for a change.
Create pull requests with branch, validation, and publication checks. Trigger: creating, opening, or preparing PRs for review.
| name | stack-python |
| description | Python development guidelines — style, patterns, virtual environments |
| license | Apache-2.0 |
| metadata | {"author":"manuel-retamozo-garcia","version":"1.0"} |
| capabilities | ["python"] |
Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications.
try-except) rather than checking pre-conditions (LBYL), but always target specific exceptions and chain them correctly (raise ... from e).with statement) for managing files, database connections, and locks.@dataclass for data containers, implementing __post_init__ for field validations.For full code examples, detailed structural guides, and tool configurations, refer to: