·python-best-practices
</>

python-best-practices

最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード

13インストール·3トレンド·@rohitg00

インストール

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices

python-best-practices のインストール方法

コマンドラインで python-best-practices AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-practices
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-24
更新日
2026-03-10

Browse more skills from rohitg00/awesome-claude-code-toolkit

クイックアンサー

python-best-practices とは?

最新の型ヒント、データクラス、非同期パターン、パッケージ化、テストを備えた Python コード ソース: rohitg00/awesome-claude-code-toolkit。

python-best-practices のインストール方法は?

ターミナルまたはコマンドラインツール(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