terraform-state-manager
Terraform State Manager
This skill guides you through safe Terraform state manipulation operations.
When to Use
- Importing existing cloud resources into Terraform management (
terraform import) - Renaming resources or moving them into/out of modules (
terraform state mv) - Removing resources from Terraform control without destroying them (
terraform state rm) - Migrating state between backends (e.g., local to GCS/S3)
- Fixing state locks or corruption
Critical Safety Rules
[!IMPORTANT] ALWAYS follow these rules to prevent data loss or service downtime.
- Backup First: Create a backup of your state file (
.tfstate) before ANY operation.
More from first-fluke/fullstack-starter
fastapi-router-creator
Guide for creating and organizing FastAPI routes using a file-based routing system or modular router pattern. Helps organize complex API structures.
46component-refactoring
Refactor high-complexity React components. Use when complexity metrics are high or to split monolithic UI.
33ui-ux-pro-max
Advanced design intelligence for professional UI/UX. Use for implementing modern design patterns (Glassmorphism, Bento Grid), ensuring accessibility, and generating tailored design systems for web and mobile.
26frontend-code-review
Standardized checklist and process for reviewing frontend code (.tsx, .ts, .js).
23frontend-engineer
Develop production-grade frontend code using shadcn/ui, best practices, and strict design alignment.
17skill-lookup
Discover, retrieve, and learn about available Agent Skills. key capability for finding tools to solve specific problems.
16