概要
This skill provides expert guidance for working with TOML files in Python, focusing on the use of the tomlkit library for comment-preserving read-modify-write cycles and tomllib for high-performance read-only access. It equips Claude with the patterns necessary to handle complex configuration tasks, including atomic updates, XDG-compliant file locations, and the programmatic creation of tables and arrays, ensuring that developer-authored comments and formatting are never lost during automated edits.