npx skills add ...
npx skills add hashicorp/terraform-agent-kit --skill new-terraform-provider
npx skills add hashicorp/terraform-agent-kit --skill new-terraform-provider
Use this when scaffolding a new Terraform provider.
The same skill content is published under more than one repo. The install counts are split across them; any of these commands works.
To scaffold a new Terraform provider with Plugin Framework:
go get -u github.com/hashicorp/terraform-plugin-framework@latest.main.gogo mod tidygo build -o /dev/nullgo test ./...