What problem does it solve?
This Skill solves the problem of preserving cloud authentication across Claude Code sessions by storing provider credentials in encrypted files inside the repository, so access survives restarts without exposing secrets in git history.
Core Features & Use Cases
- Encrypted credential bootstrap: Creates and commits per-user encrypted credentials for GCP, AWS, or Azure.
- Automatic session authentication: Uses SessionStart hooks to decrypt credentials and authenticate at the start of each session.
- Multi-user and multi-provider support: Keeps separate encrypted files per teammate and can manage multiple cloud providers in the same repo.
- Operational guardrails: Handles setup, onboarding, re-authentication, rotation, permission escalation, and uninstall flows with safety checks and cleanup steps.
Quick Start
Ask Claude to set up cloud credentials for your repository, and it will guide you through provider selection, token creation, encryption, and automatic authentication.