If you're building Terraform providers with the Plugin Framework, this walks you through the full lifecycle: schema design, CRUD operations, state management, and acceptance testing. It covers both the older SDKv2 pattern and the newer Plugin Framework approach with concrete examples of Create/Read/Update/Delete implementations. The guide shows you how to structure your resource files, use plan modifiers like RequiresReplace, handle attribute types from strings to nested objects, and wire up finder functions. It's reference material you'll keep open while implementing resources, especially useful when you're translating API operations into Terraform's declarative model and need to see the standard patterns for error handling and state updates.
npx skills add https://github.com/hashicorp/agent-skills --skill provider-resources