소개
Envault Manager is a specialized Claude Code Skill designed to simplify and secure the handling of environment variables. By centralizing secrets in a local SQLite database and mapping them to Git repository roots, it allows developers to maintain a single source of truth for their configuration. It features bidirectional syncing between the database and project-specific .env files, supports multiple environments like staging and production, and provides secure interactive prompts to prevent sensitive keys from appearing in shell history. This tool is essential for developers managing complex microservices or multiple project environments who need a structured, AI-friendly way to handle secrets.