env-stabilize

Detect environment drift and generate content-hashed configuration locks.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill env-stabilize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-stabilize
Source: https://github.com/FlexNetOS/envctl/tree/main/agent-skills/env-stabilize
Command: npx skills add https://github.com/FlexNetOS/envctl --skill env-stabilize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The 'env-stabilize' Skill unit helps in maintaining a stable and reproducible environment, preventing drift and ensuring consistency.

Core Features & Use Cases

  • Drift Detection: Detects deviations from the declared state in the agent environment.
  • Doctor Diagnostics: Provides a health report of the environment, including toolchains, security, and more.
  • Content-Hashed Lock: Generates a manifest-of-record to commit and verify environment configurations.

Quick Start

Run 'envctl doctor' to check the health of your environment and 'envctl agent lock --check' to ensure consistency.

Frequently Asked Questions about env-stabilize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect environment configuration drift in my development setup?

Environment configuration drift is detected by comparing the current agent environment against a declared state. The env-stabilize skill identifies deviations and provides diagnostics to ensure reproducibility and consistency.

What is the best way to run a health check on my environment toolchains?

Running a health check on environment toolchains requires a diagnostic command to evaluate security and configuration status. The env-stabilize skill provides doctor diagnostics to generate a comprehensive health report for the managed environment.

How do I generate a content-hashed lock for consistent environment configurations?

A content-hashed lock for consistent configurations is generated by creating a manifest-of-record. The env-stabilize skill produces this lock to commit and verify environment configurations, preventing drift and ensuring reproducibility.

Can I use this to repair environment drift automatically?

Yes, you can address environment drift using the stabilization tools provided. The env-stabilize skill supports drift repair tasks alongside health checks and configuration verification for environments managed by the envctl agent.

Why does my environment configuration lose consistency across different machines?

Environment configuration loses consistency across machines due to unmanaged drift from undeclared state changes. The env-stabilize skill solves this by detecting deviations and applying a content-hashed lock to maintain a reproducible environment.