en un clic
build
Build all project components (Solidity contracts and Rust WASM)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Build all project components (Solidity contracts and Rust WASM)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
DeFi conventions, decimal handling, and protocol integration patterns used in this project. Load when working with token amounts, price conversions, or protocol interactions.
Run Solidity smart contract tests using Foundry forge
Use when an agent needs to retrieve, preserve, or maintain durable organization or project knowledge across sessions using Tau memory.
Run the full end-to-end integration test suite
Check the health and state of a deployed SmartVault by querying on-chain data
Deploy smart vault contracts to a local Anvil fork
| name | build |
| description | Build all project components (Solidity contracts and Rust WASM) |
| disable-model-invocation | true |
| argument-hint | [contracts|rust|all] |
Build project components.
If $ARGUMENTS is "contracts" or "solidity": run forge build
If $ARGUMENTS is "rust" or "wasm": run task build:wasi
Otherwise (no args or "all"): run both forge build and task build:wasi
Report any compilation errors with file paths and line numbers.
Build outputs:
contracts/out/ (ABI JSON + bytecode)compiled/*.wasm