Claude Code plugins for Terraform provider development workflows
npx claudepluginhub burythehammer/claude-code-pluginsSkills for migrating any Terraform provider from SDK v2 to the Plugin Framework
A collection of Claude Code plugins for Terraform provider development.
Skills for migrating any Terraform provider from SDK v2 (terraform-plugin-sdk/v2) to the Plugin Framework (terraform-plugin-framework).
Includes:
id handling, etc.)Add this marketplace to Claude Code (inside an interactive session):
/plugin marketplace add burythehammer/claude-code-plugins
Install the plugin:
/plugin install terraform-migration@burythehammer-claude-code-plugins
For local development/testing:
claude --plugin-dir ./plugins/terraform-migration
The migrate-to-plugin-framework skill triggers automatically when you ask Claude to migrate a data source or resource. Example prompts:
MIT