KusionStack / KusionStack/kusion
Feat: AI-coding/vibe-coding support for writing Kusion modules
@ruquanzhao is already working on this.
Since Jul 8, 2025.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 107
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
What would you like to be added?
Add some tools/guide/prompts/best practice for writing Kusion modules
Why is this needed?
Kusion Module is one of the core mechanisms in Kusion. However, for new users, it requires understanding KCL(https://www.kcl-lang.io/docs/user_docs/getting-started/) and Go-plugins(https://github.com/hashicorp/go-plugin), which creates a steep learning curve. This issue aims to reduce the effort needed for users to write their first Kusion module by AI.
Another benefit of using AI to write Kusion modules is that Kusion modules follow standardized templates, have existing examples (e.g., pre-built modules), and are designed to be modular and atomic, making them easy to test.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.