What problem does it solve? Sending sensitive files (configuration files, deployment files, credentials documentation) through untrusted channels like email or chat exposes them to interception. This Skill packages a folder into a single encrypted archive with a randomly generated passphrase stored in a separate file, so the archive and passphrase can travel through different channels. ## Core Features & Use Cases - GPG Symmetric Encryption: Archives a user-specified folder into tar.gz and encrypts it with GPG AES-256, passing the passphrase via stdin so it never appears in command-line arguments, shell history, or chat transcripts. - Round-Trip Validation: Immediately decrypts the freshly encrypted archive and compares SHA-256 hashes against the original to confirm the file can actually be decrypted before handoff. - Recipient Instructions: Generates a Thai-language HOW-TO-DECRYPT.md next to the archive with OS-specific GPG install and decrypt commands, containing no secrets. - Use Case: You need to send server configuration files to a colleague. Run the Skill, receive an encrypted archive plus a separate passphrase.txt file, then email the archive and send the passphrase via a different messaging app. ## Quick Start Ask the AI to run /encryption and provide the source folder, the output path for the encrypted archive, and the folder where the passphrase file should be saved.