Drive the skvm CLI on behalf of a user to profile models, AOT-compile skills, run skill-assisted tasks, run benchmarks, and manage compiled proposals. Trigger when the user asks to "profile", "aot-compile", "bench", "run a single ad-hoc task with a skill", or asks about skvm proposals. Do NOT trigger for jit-optimize or when the user wants to optimize/improve a skill — use the sibling skvm-jit skill instead.
$npx -y skills add sjtu-ipads/skvm --skill skvm-generalInstalls into the current project.
Run `npx skills use "https://github.com/sjtu-ipads/skvm" --skill "sjtu-ipads/skvm/skvm-general"` 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/sjtu-ipads/skvm" that are relevant to the current task. Run `npx skills add "https://github.com/sjtu-ipads/skvm"` and select the relevant skills, then follow their instructions.