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 via brew install git-crypt)
  • age (installed via brew install age)
  • An initialized git repo

Interactive Flow

When invoked, walk through these steps with the user:

Step 1: What to Encrypt

Related skills

More from leegonzales/aiskills

Installs
1
GitHub Stars
26
First Seen
1 day ago