provider▌
7 indexed skills · max 10 per page
new-terraform-provider
hashicorp/agent-skills · Cloud
Scaffold a new Terraform provider using the Plugin Framework. \n \n Generates a new Go module workspace with the standard \"terraform-provider-\" naming convention and initializes required dependencies \n Provides a template main.go file following HashiCorp's Plugin Framework patterns, with TODO markers for customization \n Validates the setup by running build and test commands to ensure the provider compiles and passes initial checks \n Handles workspace management by confirming intent before c
provider-test-patterns
hashicorp/agent-skills · Testing
Patterns for writing acceptance tests using terraform-plugin-testing with the Plugin Framework.
add-provider-package
vercel/ai · Productivity
This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK.
add-provider-doc
lobehub/lobehub · Documents
Step-by-step guide for documenting new AI provider integrations across docs, environment variables, and Docker configs. \n \n Create bilingual usage documentation (English and Chinese) with 5-6 screenshots, cover images, registration URLs, and pricing callouts, using placeholder API keys only \n Add environment variable documentation for both languages covering required API keys and optional model list configuration with examples \n Update three Dockerfile variants and .env.example with provider
provider-actions
hashicorp/agent-skills · Productivity
Implement imperative Terraform Provider actions at resource lifecycle events using the Plugin Framework. \n \n Supports before/after create and before/after update lifecycle triggers (destroy events not available in Terraform 1.14.0) \n Requires proper schema definition with correct framework types, ElementType for collections, and validators for input validation \n Includes progress reporting, timeout management, and comprehensive error handling for long-running operations \n Implements polling
provider-resources
hashicorp/agent-skills · Productivity
Implement Terraform Provider resources and data sources with complete CRUD operations and testing. \n \n Covers both SDKv2 and Plugin Framework patterns for resource implementation, including schema design, plan modifiers, and validators \n Provides complete CRUD operation examples (Create, Read, Update, Delete) with error handling, state management, and resource not-found patterns \n Includes acceptance testing patterns: basic tests, disappears tests, helper functions, and test execution comman
add-provider-doc
lobehub/lobe-chat · Documents
Complete workflow for adding documentation for a new AI provider.