python-best-practices とは?
最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード ソース: rohitg00/awesome-claude-code-toolkit。
最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード
コマンドラインで python-best-practices AI スキルを開発環境にすばやくインストール
ソース: rohitg00/awesome-claude-code-toolkit。
Always type function signatures. Use mypy --strict or pyright in CI. Use type: ignore comments sparingly with justification.
Use frozen=True for immutable value objects. Use slots=True for memory efficiency.
Rule: Use dataclasses for domain models and internal structs. Use Pydantic for API boundaries, config files, and external data parsing.
最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード ソース: rohitg00/awesome-claude-code-toolkit。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practicesBrowse more skills from rohitg00/awesome-claude-code-toolkit
最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード ソース: rohitg00/awesome-claude-code-toolkit。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/rohitg00/awesome-claude-code-toolkit