AI AGENT ADDONS

Python Configuration

wshobson/agents

Every application needs settings that change between development and production. Environment variables let you store these values outside your code. Typed settings make sure each value is correct before your app runs.

With Pydantic Settings you can create a single class that loads all your configuration. It checks for missing values and provides clear error messages. This way your code stays clean and works in any environment without changes.

You can set defaults for local work but require secrets like API keys to be set in production. This skill helps you manage configuration safely and easily.

Add Python Configuration skill to your workflow

Global

mkdir -p ~/.claude/skills/python-configuration

Project

mkdir -p .claude/skills/python-configuration

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago