概要
The Python TOML Integration skill empowers Claude to handle complex TOML configuration tasks, ranging from simple reading with Python 3.11's native tomllib to sophisticated read-modify-write operations using tomlkit. It specializes in preserving user comments, whitespace, and formatting in critical files like pyproject.toml, ensuring that automated updates maintain human-readable structures. This skill provides expert guidance on implementing atomic updates, validating configuration schemas, and adhering to XDG Base Directory standards for professional Python application development.