Awesome ACP skills is a collection of Claude/Copilot skills to fully automate your work on Alauda Container Platform. For example, you could do below steps with 0-lines of hand written code:
- Use copilot to vibe coding the target project
- Use "Dev Container" like Rancher Desktop to run unit test in a container env or K8s env.
- Package your Operator/Helm chart using
violet(TBD). - Upload your package to a test ACP platform to run tests using
violet. - Test ACP web interface use skill
webapp-testing.
Clone this repo, copy all contents to your Claude skills directory. For Copilot users, create a folder .github/skills under your current project, and put this contents in this folder.
Install kubectl, violet, nerdctl command line tools required by these skills on your local machine before start.
Then just tell Claude/Copilot what to do.
You can simply create a new ACP skill using document provided by in alauda document. Download the document as PDF format, use this file as context and enter prompt like below to create your skill:
Read this document, and create a agent skill under current directory that can implement operations, trouble shootings in this document.
NOTE: all ACP skills in this repo are all generated by the skill:
skill-creatorfrom https://github.com/ComposioHQ/awesome-claude-skills