sk Skill · talkops-ai
tf-module-updater
Fetches existing Terraform modules from GitHub via MCP tools and applies targeted, surgical edits. Reads module-index.md to locate modules in the repository, uses get_file_contents to fetch current files with SHAs, and applies changes via edit_file without full file rewrites. Use when asked to update, modify, patch, or change an existing Terraform module that is already committed to GitHub. Not for new module…
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 1
Python
- Host repository
- talkops-ai/aws-orchestrator-agent
- Version
- 1.0
- Allowed tools
- read_file write_file edit_file ls grep
- Compatible with
- Requires GitHub MCP server tools (list_directory_contents, get_file_contents, create_or_update_file). Requires read_file, write_file, and edit_file tools.
- Host stars
- 12
- Host language
- Python