python-best-practices
✓データクラス、判別共用体、NewType、およびプロトコルを使用したタイプファースト開発のための Python パターンを提供します。 Python ファイルの読み取りまたは書き込み時に使用する必要があります。
SKILL.md
Types define the contract before implementation. Follow this workflow:
Use Python's type system to prevent invalid states at type-check time.
Prefer smaller, focused files: one class or closely related set of functions per module. Split when a file handles multiple concerns or exceeds 300 lines. Use init.py to expose public API; keep implementation details in private modules (internal.py). Colocate tests in tests/ mirroring the source structure.
データクラス、判別共用体、NewType、およびプロトコルを使用したタイプファースト開発のための Python パターンを提供します。 Python ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/0xbigboss/claude-code --skill python-best-practices- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
python-best-practices とは?
データクラス、判別共用体、NewType、およびプロトコルを使用したタイプファースト開発のための Python パターンを提供します。 Python ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。
python-best-practices のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/0xbigboss/claude-code --skill python-best-practices インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/0xbigboss/claude-code
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01