npx skills add ...
npx skills add convex-dev/convex --skill build-convex
npx skills add convex-dev/convex --skill build-convex
Build the Convex project from source. Use when a contributor wants to compile, test, or package Convex.
Build the Convex Maven project. Requires Java 21+ (JDK 25 recommended) and Maven 3.7+.
The -am flag builds required dependencies too.
If $ARGUMENTS contains --test or the user asks to run tests:
For a specific module's tests:
Report build result (success/failure) and any errors concisely.
cd C:/Users/mike_/git/convex && mvn test -pl $0