detecting-infrastructure-drift
About
This skill enables Claude to detect infrastructure drift by comparing current configurations against a defined desired state, typically from tools like Terraform. It's triggered by phrases like "drift detection" or requests for a "drift report," and is used to maintain infrastructure consistency in DevOps workflows.
Quick Install
Claude Code
Recommended/plugin add https://github.com/jeremylongshore/claude-code-plugins-plusgit clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/detecting-infrastructure-driftCopy and paste this command in Claude Code to install this skill
Documentation
Overview
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.
How It Works
- Invocation: The user requests drift detection.
- Drift Analysis: Claude executes the
drift-detectcommand. - Report Generation: The command analyzes the infrastructure and identifies any deviations from the defined configuration.
- Result Presentation: Claude presents a report detailing the detected drift, including affected resources and configuration differences.
When to Use This Skill
This skill activates when you need to:
- Identify infrastructure drift in your environment.
- Ensure that your infrastructure configuration matches the desired state.
- Generate a report detailing discrepancies between the current and desired infrastructure configurations.
Examples
Example 1: Checking for Infrastructure Drift
User request: "Check for infrastructure drift in my production environment."
The skill will:
- Execute the
drift-detectcommand. - Present a report detailing any detected drift, including resource changes and configuration differences.
Example 2: Identifying Configuration Changes
User request: "Are there any configuration changes that haven't been applied to my infrastructure?"
The skill will:
- Execute the
drift-detectcommand. - Provide a summary of configuration changes that are present in the desired state but not reflected in the current infrastructure.
Best Practices
- Regular Monitoring: Schedule regular drift detection checks to proactively identify and address configuration inconsistencies.
- Version Control: Ensure your infrastructure-as-code configurations are version-controlled to track changes and facilitate rollbacks.
- Automated Remediation: Implement automated remediation workflows to automatically correct detected drift and maintain infrastructure consistency.
Integration
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.
GitHub Repository
Related Skills
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
