git-secure
Installation
SKILL.md
/git-secure
Encrypt folders and files in a git repo so they're plaintext locally but encrypted on GitHub. Uses git-crypt for transparent encryption and age for versioned snapshots.
When to Use
Run /git-secure when you want to protect sensitive content (performance reviews, credentials configs, private docs, client data) in a git repo while keeping it version-controlled and seamlessly readable locally.
Prerequisites
git-crypt(installed viabrew install git-crypt)age(installed viabrew install age)- An initialized git repo
Interactive Flow
When invoked, walk through these steps with the user: