Find out who made that "quick fix" in the AWS console
Runs Terraform drift checks across your workspaces and surfaces everything that's drifted from your declared state. Catches manual console changes, forgot-to-import resources, and environment inconsistencies before they cause the next outage.
Create a skill called "Drift Hunter". Scan my Terraform workspaces for infrastructure drift. For each workspace: 1. Run a refresh-only drift check such as `terraform plan -refresh-only -out=tfplan && terraform show -json tfplan` 2. Identify resources that have been modified outside Terraform 3. Show before (Terraform state) vs. after (actual infrastructure) for each drifted resource 4. Generate `terraform import` suggestions for any unmanaged resources you can identify 5. Recommend whether to update the Terraform code to match reality or revert the manual change If I give you multiple workspaces or environments, also compare them and flag inconsistencies (e.g., a security group rule in prod that doesn't exist in staging).
Drift happens when someone makes a change outside Terraform — a quick security
group rule in the console, a manual RDS parameter tweak, a load balancer
config change during an incident. This skill detects all of it.
Spot the destroy hiding in 2,000 lines of Terraform plan
Runs terraform plan, parses the JSON output, and gives you a risk-rated summary. Flags resource deletions, replacements, and security-sensitive changes (IAM, security groups, databases) so you catch the dangerous stuff before it hits production.
Find out why it works in staging but not production
Compares configurations across your environments — Terraform state, Helm values, env vars, K8s resources — and surfaces every difference. The fastest way to find the manual change someone made in production 6 months ago.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.