Use when the user wants to deploy a local directory or GitHub repository to Volcengine and needs the project analyzed, the app shape understood, and a ranked recommendation across ECS, VKE, and veFaaS before choosing an execution path. Also trigger when the user asks "what deploy mode should I use", "is this repo ready for Volcengine", or "check my repo before deploying". This skill prepares the decision; volcengine-deploy skill performs the chosen deployment, and volcengine-iac skill is used only when the user chooses Terraform/IaC or the task already has an IaC workflow.
$npx -y skills add volcengine/volcengine-skills --skill volcengine-prepareInstalls into the current project.
Run `npx skills use "https://github.com/volcengine/volcengine-skills" --skill "volcengine/volcengine-skills/volcengine-prepare"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/volcengine/volcengine-skills" that are relevant to the current task. Run `npx skills add "https://github.com/volcengine/volcengine-skills"` and select the relevant skills, then follow their instructions.