sync-env

Official

Synchronize environment variables, ensure consistency.

Authorsemicolon-devteam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures consistency and correctness across your environment variable files, preventing configuration drift and runtime errors due to missing, malformed, or inconsistent variable definitions across environments.

Core Features & Use Cases

  • Variable Validation: Checks for required variables, verifies correct formats (e.g., URL, tag), and ensures critical values are not empty.
  • Cross-Environment Consistency: Identifies discrepancies in variable definitions between different environments (e.g., dev vs. stg), highlighting missing variables.
  • Structured Reporting: Provides a clear overview of file-specific statuses, variable counts, and a comparison of tag variables across environments.
  • Use Case: Before deploying to production, run this Skill to confirm that all necessary environment variables are present, correctly formatted, and consistent across your dev and stg environments.

Quick Start

Check the environment variables for the 'stg' environment.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sync-env
Download link: https://github.com/semicolon-devteam/sax-infra/archive/main.zip#sync-env

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository