python-best-practices

安装量: 1.9K
排名: #6351

安装

npx skills add https://github.com/alleneubank/claude-code --skill python-best-practices

Python Best Practices Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. Make Illegal States Unrepresentable Use Python's type system to prevent invalid states at type-check time. Frozen dataclasses for immutable domain models: from dataclasses import dataclass from datetime import datetime @dataclass ( frozen = True ) class User : id : str email : str name : str created_at : datetime Show more Installs 1.9K Repository alleneubank/claude-code GitHub Stars 53 First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜