关于
The XDG Base Directory Manager skill enables Claude to implement industry-standard directory structures for Linux, Unix, and cross-platform applications. By following the XDG Base Directory Specification (version 0.8), it ensures that user-specific files—such as settings, persistent data, and temporary caches—are stored in predictable, absolute paths rather than cluttering the home directory with legacy dotfiles. This skill provides Python implementation patterns, environment variable handling, and integration with libraries like platformdirs to maintain a clean and professional file system architecture for any CLI tool or software project.