terraform-provider-aiven
Generate and migrate Terraform resources for Aiven services
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install terraform-provider-aiven skills?โผ
Run `npx skills add aiven/terraform-provider-aiven --all -g -y` in your terminal to install all skills in this repository globally.
How to create a new Terraform resource for Aiven?โผ
The tf-resource-generator skill builds new resources and data sources from a YAML definition and the Aiven OpenAPI spec, then generates the Go code automatically with `task generate`.
How to migrate Aiven resources to the Plugin Framework?โผ
The tf-resource-migration skill converts legacy SDK resources to the Plugin Framework while keeping IDs, state, and behavior identical, including backward compatibility tests.
Does this work with Claude Code and Cursor?โผ
Yes. The AGENTS.md file and SKILL.md units follow open standards read automatically by Claude Code, Cursor, Codex, Copilot, and Aider.
Do I need to know Go to use these skills?โผ
No. Your AI agent writes the YAML definitions and Go modifiers for you; you only describe the resource you want in plain English.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core