home / skills / multiversx / mx-ai-skills

multiversx/mx-ai-skills

Keeping AI skills, guides, rules, knowledge set. Helping developing better products safer and faster.

62 skills
GitHub

Sponsored

multiversx-security-audit

multiversx/mx-ai-skills

9
This skill guides MultiversX smart contract security audits by providing context, entry point analysis, static patterns, and automated Semgrep scanning.
diff_review

multiversx/mx-ai-skills

9
This skill helps you analyze diffs between versions of smart contracts, emphasizing upgradeability, regression testing, and data flow integrity.
fix_verification

multiversx/mx-ai-skills

9
This skill verifies that a reported vulnerability is fully fixed by reproducing, applying the fix, and validating no regressions.
mvx_cache_patterns

multiversx/mx-ai-skills

9
This skill helps optimize MultiversX contracts by using drop-based write-back caches to minimize gas through selective reads and cached state.
mvx_cross_contract_storage

multiversx/mx-ai-skills

9
This skill enables same-shard cross-contract storage reads without gas via storage_mapper_from_address, simplifying access to external data.
mvx_dapp_audit

multiversx/mx-ai-skills

9
This skill helps audit MultiversX dApp frontend flows, focusing on transaction construction, signing security, and data handling to prevent exploits.
mvx_flash_loan_patterns

multiversx/mx-ai-skills

9
This skill analyzes and enforces the atomic lend-execute-verify pattern, ensuring reentrancy guards, shard validation, and safe repayment in a single
mvx_project_architecture

multiversx/mx-ai-skills

9
This skill provides production-grade MultiversX project structure patterns, enabling clean trait-based contract design, modular modules, and safer upgrades.
mvx_property_testing

multiversx/mx-ai-skills

9
This skill helps you apply property-based testing with fuzzing in Rust to discover edge cases and verify core invariants in smart contracts.
mvx_sdk_go_builders

multiversx/mx-ai-skills

9
This skill helps you construct and sign transactions in Go SDK using builders, ensuring correct fields, signing, and ready-to-submit payloads.
mvx_sdk_go_interactors

multiversx/mx-ai-skills

9
This skill simplifies blockchain integration in Go by providing wallet management, nonce handling, and transaction interactor utilities for secure key handling
mvx_sdk_js_contracts

multiversx/mx-ai-skills

9
This skill helps you manage MultiversX JS smart contracts by loading ABIs, deploying, calling, querying, and parsing results safely.
mvx_sdk_js_core

multiversx/mx-ai-skills

9
This skill helps developers use the MultiversX SDK core to manage accounts, endpoints, and transactions efficiently across networks.
mvx_sdk_js_wallets

multiversx/mx-ai-skills

9
This skill helps manage accounts, derive keys, and sign transactions securely using the MultiversX JS SDK.
mvx_sdk_js_tokens

multiversx/mx-ai-skills

9
This skill simplifies building and managing MultiversX token transfers, issuance, and queries in JavaScript/TypeScript SDKs for faster safe deployments.
mvx_sdk_py_contracts

multiversx/mx-ai-skills

9
This skill helps you manage MultiversX smart contracts with ABI loading, deployment, calls, and queries from the Python SDK.
mvx_sharp_edges

multiversx/mx-ai-skills

9
This skill helps you spot sharp edge patterns in MultiversX contracts, including async callbacks, gas, storage mappers, decimals, upgrades, and block timing.
mvx_static_analysis

multiversx/mx-ai-skills

9
This skill helps you perform static analysis of MultiversX codebases by identifying unsafe patterns and unverified behaviors to improve safety.
mvx_testing_handbook

multiversx/mx-ai-skills

9
This skill guides you through MultiversX testing, covering RustVM unit tests, Mandos scenarios, and chain simulation to improve reliability.
variant_analysis

multiversx/mx-ai-skills

9
This skill helps you identify similar vulnerabilities across the codebase by abstracting patterns and locating variants.
multiversx-code-analysis

multiversx/mx-ai-skills

9
This skill analyzes MultiversX smart contract changes, verifies upgrades, and uncovers bug variants to improve security and reliability across PRs.
multiversx-constant-time

multiversx/mx-ai-skills

9
This skill helps auditors verify constant-time cryptographic operations to prevent timing leaks in smart contracts and security-sensitive code.
multiversx-cross-contract-storage

multiversx/mx-ai-skills

9
This skill reads another contract's storage directly to avoid proxy calls and reduce gas when querying same-shard state.
multiversx-crypto-verification

multiversx/mx-ai-skills

9
This skill enables secure cryptographic operations in MultiversX smart contracts, including hashing and signature verification, to ensure on-chain data
multiversx-factory-manager

multiversx/mx-ai-skills

9
This skill helps you deploy, track, and upgrade child contracts from a template to enable scalable multi-tenant applications.
multiversx-flash-loan-patterns

multiversx/mx-ai-skills

9
This skill helps you implement flash loan patterns securely by enforcing single-transaction verification and repayment checks within MultiversX smart contracts.
multiversx-project-architecture

multiversx/mx-ai-skills

9
This skill provides a production-grade MultiversX project structure guide to accelerate building, refactoring, and coordinating multi-contract systems.
multiversx-protocol-experts

multiversx/mx-ai-skills

9
This skill provides deep MultiversX protocol insight for reviewing cross-shard design, sovereign chain integration, and reliable, scalable dApp architectures.
multiversx-sharp-edges

multiversx/mx-ai-skills

9
This skill helps you debug MultiversX quirks, review code for subtle platform issues, and onboard developers by highlighting non-obvious behaviors.
multiversx-spec-compliance

multiversx/mx-ai-skills

9
This skill verifies MultiversX smart contract implementations against whitepapers, specs, and MIPs to ensure specification adherence and correct tokenomics.
multiversx-wasm-debug

multiversx/mx-ai-skills

9
This skill analyzes compiled WASM binaries to optimize size, diagnose panics, and map errors to Rust sources for faster debugging.
multiversx-project-culture

multiversx/mx-ai-skills

9
This skill evaluates a MultiversX project for documentation, testing, and code hygiene to estimate audit effort and onboarding efforts.
mvx_sdk_py_core

multiversx/mx-ai-skills

9
This skill helps you interact with MultiversX Python SDK core by managing entrypoints, providers, and network queries for seamless transactions.
spec_compliance

multiversx/mx-ai-skills

9
This skill verifies Rust smart contracts align with Whitepaper, MIP, and spec claims, ensuring math, constraints, and tokenomics match precisely.
mvx_sdk_py_wallets

multiversx/mx-ai-skills

9
This skill helps you manage MultiversX wallets, derive keys, sign transactions and messages, and securely store credentials.
multiversx-dapp-frontend

multiversx/mx-ai-skills

9
This skill helps you convert React apps into MultiversX dApps by enabling wallet login, transactions, and smart contract interactions.
mvx_constant_time

multiversx/mx-ai-skills

9
This skill helps verify constant-time cryptographic operations in MultiversX smart contracts, preventing timing attacks by enforcing safe comparison patterns
multiversx-cross-contract-calls

multiversx/mx-ai-skills

9
This skill streamlines cross-contract calls in MultiversX by guiding typed proxies, callbacks, and tx-builder usage for safe, efficient inter-contract
clarification_expert

multiversx/mx-ai-skills

9
This skill identifies ambiguities in user requests and prompts targeted clarifying questions to unblock design, development, or auditing tasks.
consult_mvx_docs

multiversx/mx-ai-skills

9
This skill helps you access MultiversX documentation to verify implementation details and follow best practices across smart contracts and protocols.
mvx_sdk_go_core

multiversx/mx-ai-skills

9
This skill enables efficient blockchain data access with the MultiversX Go SDK core, covering proxy setup, VM queries, and shard coordination.
mvx_factory_manager

multiversx/mx-ai-skills

9
This skill helps you deploy, track, and upgrade child contracts using a template-driven factory pattern for safer, scalable smart contract management.
mvx_protocol_experts

multiversx/mx-ai-skills

9
This skill provides expert guidance on the MultiversX Protocol, SPoS, sharding, and MIPs to review architecture and ensure safe, scalable dApp designs.
mvx_sdk_go_data

multiversx/mx-ai-skills

9
This skill helps you understand and utilize core MultiversX Go SDK data structures, enabling safer transaction handling and efficient API usage.
mvx_semgrep_creator

multiversx/mx-ai-skills

9
This skill guides you in writing Semgrep rules to enforce MultiversX patterns and catch unsafe code early.
mvx_vault_pattern

multiversx/mx-ai-skills

9
This skill helps manage in-memory token ledgers for multi-step transactions, enabling fast balance tracking without persistent storage.
mvx_wasm_debug

multiversx/mx-ai-skills

9
This skill analyzes WASM binaries and maps DWARF debug info to Rust sources to help diagnose size, panics, and debugging.
project_culture

multiversx/mx-ai-skills

9
This skill evaluates code maturity against MultiversX standards by inspecting docs, tests, linting, and dependency practices to boost reliability.
multiversx-blockchain-data

multiversx/mx-ai-skills

9
This skill helps you read on-chain state from MultiversX contracts, exposing caller info, balances, block data, and token metadata for safer logic.
multiversx-cache-patterns

multiversx/mx-ai-skills

9
This skill helps developers implement gas-optimized multiversx cache patterns with drop-based write-back and read-only caches.
multiversx-dapp-audit

multiversx/mx-ai-skills

9
This skill audits frontend dApp components for wallet integration and transaction handling security, helping you harden React/TypeScript apps using sdk-dapp.
multiversx-defi-math

multiversx/mx-ai-skills

9
This skill helps you implement safe, high-precision DeFi math on MultiversX contracts, enabling half-up rounding, rescaling, and accurate percentage
multiversx-smart-contracts

multiversx/mx-ai-skills

9
This skill helps you build and deploy MultiversX smart contracts in Rust, enabling on-chain logic, NFT minting, and token management.
multiversx-payment-handling

multiversx/mx-ai-skills

9
This skill helps you securely manage MultiversX payments in smart contracts, validating and routing EGLD and ESDT transfers across flexible patterns.
audit_context

multiversx/mx-ai-skills

9
This skill helps you rapidly build a mental model of a codebase before vulnerability hunting by mapping assets, roles, and threats.
mvx_defi_math

multiversx/mx-ai-skills

9
This skill enables precise DeFi math on MultiversX by applying half-up rounding, safe rescaling, and robust percentage calculations for accurate results.
mvx_sc_best_practices

multiversx/mx-ai-skills

9
This skill provides expert guidance on building secure, gas-efficient MultiversX smart contracts using multiversx-sc patterns and best practices.
mvx_sdk_py_transactions

multiversx/mx-ai-skills

9
This skill helps you create and manage MultiversX transactions and token operations in Python, simplifying transfers, token issues, and parsing events for
multiversx-clarification-expert

multiversx/mx-ai-skills

9
This skill identifies ambiguities in MultiversX requests and poses concrete clarifying questions to unblock development and ensure correct requirements.
multiversx-property-testing

multiversx/mx-ai-skills

9
This skill helps you design and execute property-based tests for MultiversX smart contracts, uncovering edge cases with random inputs and invariants.
multiversx-vault-pattern

multiversx/mx-ai-skills

9
This skill helps you manage intermediate balances in multistep token operations with an in-memory ledger, reducing storage costs and improving efficiency.