account
01Skill Claude CodeCodex
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
Skill Claude CodeCodex
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
Skill Claude CodeCodex
Build the Convex project from source. Use when a contributor wants to compile, test, or package Convex.
Skill Claude CodeCodex
Index of the Convex Architecture Documents (CADs), the normative specifications for Convex. Use to find which CAD governs a subsystem before changing protocol, encoding, consensus or economic behaviour.
Skill Claude CodeCodex
CAD3 encoding format — cells, embedded vs branch references, value IDs, validity rules. Use when working on encoders, decoders, serialisation, hashing or anything that reads or writes cell encodings.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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, or use the direct lattice API.
Skill Claude CodeCodex
Convex Lisp language reference — CVM conventions, calling library code, actor definitions, juice and error codes. Use when writing or debugging CVM source for queries, transactions or actors.
Skill Claude CodeCodex
Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.
Skill Claude CodeCodex
Orientation in the Convex ecosystem — what lives in which repository, where the specs and docs are, and which client libraries exist. Use when you need context that is not in this repository.
Skill Claude CodeCodex
Inspect and maintain an Etch store — Convex's content-addressed database. Use when examining peer storage, diagnosing corruption, garbage collecting, or reading data by hash.
Skill Claude CodeCodex
Juice accounting — the cost of computation and bandwidth on the CVM. Use when reasoning about transaction execution cost, diagnosing a :JUICE failure, or pricing a new CVM operation.
Skill Claude CodeCodex
Run isolated local Convex networks and in-process lattice node networks for development. Use when testing against local peers, reproducing peer or P2P replication issues, exercising NodeServer or P2PNode sync, or when no remote network is configured.
Skill Claude CodeCodex
Memory accounting and allowances — the cost of on-chain storage, and how to minimise and reclaim it. Use when reasoning about state growth, diagnosing a :MEMORY failure, or designing actors that store data.
Skill Claude CodeCodex
Operate a Convex peer — create, start, list, back up, or instantiate a network genesis. Use when running a peer against a network or setting up a new network.
Skill Claude CodeCodex
Protocol versions, migrations and the v1 upgrade — which semantics to write against, and how to change CVM behaviour without forking the network. Use when changing core functions, juice costs, encodings or on-chain libraries.
Skill Claude CodeCodex
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 expressions.
Skill Claude CodeCodex
Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.
Skill Claude CodeCodex
Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.
Skill Claude CodeCodex
Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.
Skill Claude CodeCodex
Trust monitors — Convex's composable on-chain authorisation model. Use when writing access control, restricting actor functions, defining who may mint or upgrade, or reviewing authorisation logic.
Settings file Claude Code
Agent settings declaring 21 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for Convex-Dev/convex, covering agent guidelines for convex, project overview, build system, agent tooling and specifications.
Instructions file
Claude Code instructions for Convex-Dev/convex, a project described as: Convex Main Repository - Decentralised platform for the Internet of Value.