From infrastructure-drift-detector
This skill enables Claude to detect infrastructure drift from a desired state. It uses the `drift-detect` command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform. Use this skill when the user asks to check for infrastructure drift, identify configuration changes, or ensure that the current infrastructure matches the desired state. It is particularly useful in DevOps workflows for maintaining infrastructure consistency and preventing configuration errors. Trigger this skill when the user mentions "drift detection," "infrastructure changes," "configuration drift," or requests a "drift report."
How this skill is triggered — by the user, by Claude, or both
Slash command
/infrastructure-drift-detector:infrastructure-drift-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to identify and report on deviations between the current state of your infrastructure and its defined desired state. By leveraging the `drift-detect` command, it provides insights into configuration inconsistencies, helping maintain infrastructure integrity and prevent unexpected issues.
This skill empowers Claude to identify and report on deviations between the current state of your infrastructure and its defined desired state. By leveraging the drift-detect command, it provides insights into configuration inconsistencies, helping maintain infrastructure integrity and prevent unexpected issues.
drift-detect command.This skill activates when you need to:
User request: "Check for infrastructure drift in my production environment."
The skill will:
drift-detect command.User request: "Are there any configuration changes that haven't been applied to my infrastructure?"
The skill will:
drift-detect command.This skill can be integrated with other DevOps tools and plugins to automate infrastructure management workflows. For example, it can be used in conjunction with configuration management tools like Ansible or Puppet to automatically remediate detected drift. It also complements infrastructure-as-code tools like Terraform by providing a mechanism for verifying that the deployed infrastructure matches the defined configuration.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin infrastructure-drift-detector