git log --oneline --stat
HEAD
- Stars
- 6.2k
- Forks
- 341
- Updated
- Jun 24, 2026
repo --stat
stars
6.2k
forks
341
last update
Jun 24, 2026
license
MITv1.3.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add opentofu-iac - Invoke
// Run from any project directory
$ claude --skill opentofu-iac "wire up a GitHub Actions deploy" - Or copy this from the README
// extracted bash block
$ claude skills add opentofu-iac tofu init # reuses .terraform.lock.hcl + existing state tofu plan # expect a no-op diff right after migrating
opentofu-iac/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- OpenTofu Migrator
- slug:
- opentofu-iac
- version:
- v1.3.0
- license:
- MIT
- author:
- @opentofu-craft
- categories:
- tags:
- #opentofu#terraform#iac#state-encryption#migration
- description:
OpenTofu/HCL authoring, drop-in Terraform migration, client-side state encryption, and tofu-only features.
README.md
opentofu-iac/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…