·python-configuration
</>

python-configuration

wshobson/agents

環境変数と型指定された設定を使用した Python 構成管理。構成の外部化、pydantic 設定のセットアップ、シークレットの管理、または環境固有の動作の実装時に使用します。

1.2Kインストール·60トレンド·@wshobson

インストール

$npx skills add https://github.com/wshobson/agents --skill python-configuration

SKILL.md

Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification.

All environment-specific values (URLs, secrets, feature flags) come from environment variables, not code.

Parse and validate configuration into typed objects at startup, not scattered throughout code.

環境変数と型指定された設定を使用した Python 構成管理。構成の外部化、pydantic 設定のセットアップ、シークレットの管理、または環境固有の動作の実装時に使用します。 ソース: wshobson/agents。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/wshobson/agents --skill python-configuration
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-09
更新日
2026-02-18

クイックアンサー

python-configuration とは?

環境変数と型指定された設定を使用した Python 構成管理。構成の外部化、pydantic 設定のセットアップ、シークレットの管理、または環境固有の動作の実装時に使用します。 ソース: wshobson/agents。

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

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

ソースリポジトリはどこですか?

https://github.com/wshobson/agents