← All plugins
infrastructure-drift-detector
v1.24.0Detect infrastructure drift from desired state
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/infrastructure-drift-detector/ inside the repository.
Layout
plugins/devops/infrastructure-drift-detector/
├── .claude-plugin/plugin.json└── skills/detecting-infrastructure-drift/SKILL.md
Skills1
detecting-infrastructure-driftskills/detecting-infrastructure-drift/SKILL.md
Execute use when detecting infrastructure drift from desired state. Trigger with phrases like "check for drift", "infrastructure drift detection", "compare actual vs desired state", or "detect configuration changes". Identifies discrepancies between current infrastructure and IaC definitions using terraform plan, cloudformation drift detection, or manual comparison.
Manifests1
plugins/devops/infrastructure-drift-detector/.claude-plugin/plugin.json
{
"name": "infrastructure-drift-detector",
"version": "1.24.0",
"description": "Detect infrastructure drift from desired state",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"drift",
"terraform",
"infrastructure",
"monitoring",
"devops",
"agent-skills"
]
}