This walks you through scaffolding a new Terraform provider using the Plugin Framework instead of the older SDKv2. It creates the workspace with proper naming conventions, sets up the Go module, pulls in the right dependencies, generates a starter main.go from a template, and runs the initial build and tests to make sure everything compiles. The approach is straightforward: it asks before creating a new workspace if you're already in one, then methodically works through the setup steps. Useful when you're starting a provider from scratch and want the boilerplate handled correctly. IBM released this under MPL 2.0, which matches Terraform's own license.
npx skills add https://github.com/hashicorp/agent-skills --skill new-terraform-provider