About
This skill enables Claude to correctly implement and migrate to the XDG Base Directory Specification, ensuring that user-specific files are stored in professional, standardized locations rather than cluttering the root home directory. It provides robust patterns for Python applications using both standard library and platformdirs approaches, helping developers avoid common anti-patterns like hardcoding legacy paths or ignoring environment variables. This skill is essential for CLI tool developers and cross-platform application designers who want to respect system-wide user preferences and maintain modern filesystem standards.