python-configuration

python configuration

wshobson ↓ 8.7k
Claude Code
View source ↗

What it does

  • Setting up a new project's configuration system
  • Migrating from hardcoded values to environment variables
  • Implementing pydantic-settings for typed configuration
  • Managing secrets and sensitive values
  • Creating environment-specific settings (dev/staging/prod)
  • Validating configuration at application startup

Requirements & configuration

Configuration: DB_HOSTREDIS_URL

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

python configuration

Source

Repository: https://github.com/wshobson/agents

python-configuration FAQ

What does the python-configuration skill do?

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior. Setting up a new project's configuration system Migrating from hardcoded values to environment variables

How do I install python-configuration?

Run: npx -y skills add https://github.com/wshobson/agents --skill python-configuration --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain python-configuration?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

python-configuration on getagentictools
[![python-configuration on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-python-configuration.svg)](https://getagentictools.com/skills/wshobson-agents-python-configuration?ref=badge)
npx agentictools info skills/wshobson-agents-python-configuration

The second line is the CLI lookup for this page — handy in READMEs and docs.