hashicorp/new-terraform-provider
Use this when scaffolding a new Terraform provider.
npx skills add https://github.com/hashicorp/agent-skills --skill new-terraform-provider
To scaffold a new Terraform provider with Plugin Framework:
to create a new workspace. If I do not want to create a new workspace, then
skip all remaining steps.
prefixed with "terraform-provider-". Perform all subsequent steps in this
new workspace.
go get -u github.com/hashicorp/terraform-plugin-framework@latest.main.gogo mod tidygo build -o /dev/nullgo test ./...Take hashicorp/new-terraform-provider from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.