Keeps your Terraform provider documentation in sync with your code using HashiCorp's tfplugindocs tooling and recommended patterns. You'll use this when adding resources, data sources, functions, or guides, or when you need to troubleshoot why docs aren't showing up correctly in the Registry. It walks you through the full cycle: write schema descriptions first, create templates in the right places, generate the markdown, validate it matches your actual implementation, then publish with proper semantic versioning. The quality bar is tight: examples must be runnable, terminology stays consistent, and you never document arguments that don't exist. If you maintain a provider, this keeps you from shipping stale or wrong docs.
npx skills add https://github.com/hashicorp/agent-skills --skill provider-docs