build-convex

द्वारा convex-dev

Build the Convex project from source. Use when a contributor wants to compile, test, or package Convex.

npx skills add https://github.com/convex-dev/convex --skill build-convex

Build Convex

Build the Convex Maven project. Requires Java 21+ (JDK 25 recommended) and Maven 3.7+.

Full build (skip tests)

cd C:/Users/mike_/git/convex && mvn clean install -DskipTests

Build a specific module

cd C:/Users/mike_/git/convex && mvn clean install -DskipTests -pl $0 -am

The -am flag builds required dependencies too.

Build and test

If $ARGUMENTS contains --test or the user asks to run tests:

cd C:/Users/mike_/git/convex && mvn clean install

For a specific module's tests:

cd C:/Users/mike_/git/convex && mvn test -pl $0

Report build result (success/failure) and any errors concisely.

convex-dev की और Skills

account
convex-dev
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
official
cns
convex-dev
Resolve or register Convex Name System (CNS) names. Use when the user wants to look up a CNS name, register a new name, or update a name's target.
official
convex-db
convex-dev
Use Convex DB — a lattice-backed SQL database. Use when helping users write queries, connect via JDBC or PostgreSQL clients, create tables, insert/query data,…
official
deploy
convex-dev
Convex नेटवर्क पर एक एक्टर (स्मार्ट कॉन्ट्रैक्ट) तैनात करें। जब उपयोगकर्ता निर्यातित फ़ंक्शनों के साथ एक नया ऑन-चेन एक्टर बनाना चाहे तब इसका उपयोग करें।
official
query
convex-dev
Execute a read-only CVM query on the Convex network. Use when reading on-chain state, checking balances, looking up accounts, or evaluating Convex Lisp…
official
token
convex-dev
Convex पर विनिमेय टोकन बनाएँ और प्रबंधित करें। इसका उपयोग तब करें जब उपयोगकर्ता नया टोकन बनाना, टोकन शेष जाँचना या टोकन आपूर्ति प्रबंधित करना चाहता है।
official
transact
convex-dev
Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.
official
transfer
convex-dev
कॉन्वेक्स खातों के बीच CVM सिक्के या फंजिबल टोकन स्थानांतरित करें। जब उपयोगकर्ता किसी अन्य खाते में सिक्के या टोकन भेजना चाहे तो इसका उपयोग करें।
official