Maintainer shelf

Multiversx

Reusable agent skills published under this GitHub owner—sorted by stars with aggregate signals below.
41 skills410 GitHub stars0 weekly installsGitHub
Strongest repo by stars
multiversx/mx-ai-skills

41 skills · 410 stars total

Open repo

41 skills

mvx_sdk_js_tokens
Api

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

BackendDocsJavascriptSecurity+1
diff_review
Code Review

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

GitMigrationSecurityTesting
multiversx-cross-contract-calls
Debugging

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

DocsPerformanceRust
mvx_property_testing
Rust

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

TestingUnit Tests
mvx_sdk_py_core
Api

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

BackendPythonTesting
multiversx-flash-loan-patterns
Rust

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

SecurityTesting
mvx_semgrep_creator
Code Review

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

LintingRustSecurityWriting
mvx_project_architecture
Design

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

RefactorRustTesting
mvx_sdk_go_interactors
Api

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

BackendDevopsGoSecurity
mvx_wasm_debug
Debugging

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

PerformanceRust
consult_mvx_docs
Ai

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

ApiBackendDocsPerformance+1
multiversx-vault-pattern
Backend

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

PerformanceRust
spec_compliance
Ai

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

Code ReviewRustSecurityTesting
project_culture
Ci Cd

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

Code ReviewDocsLintingSecurity+1
multiversx-spec-compliance
Code Review

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

DocsRustSecurityTesting
multiversx-smart-contracts
Backend

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

Ci CdDevopsObservabilityPerformance+3
mvx_dapp_audit
Code Review

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

FrontendJavascriptSecurityTesting+1
audit_context
Analytics

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

Code ReviewPlanningSecurity
mvx_sdk_py_contracts
Api

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

DocsPython
multiversx-crypto-verification
Api

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

BackendRustSecurity
mvx_constant_time
Code Review

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

DebuggingPerformanceSecurityTesting
multiversx-protocol-experts
Code Review

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

DebuggingPerformanceRustSecurity+1
multiversx-cross-contract-storage
Ai

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

BackendDataDocsPerformance+2
multiversx-constant-time
Ai

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

Code ReviewPerformanceRustSecurity+1
mvx_sc_best_practices
Code Review

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

DebuggingPerformanceRustSecurity+1
mvx_flash_loan_patterns
Backend

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

RustSecurityTesting
mvx_sdk_js_contracts
Api

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

BackendDebuggingDocsJavascript+2
multiversx-factory-manager
Ci Cd

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

DocsRustTesting
mvx_sdk_py_transactions
Api

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

BackendDevopsPythonTesting
multiversx-defi-math
Docs

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

PerformanceRustSecurityTesting
mvx_sdk_py_wallets
Api

This skill helps you manage MultiversX wallets, derive keys, sign transactions and messages, and securely store credentials.

BackendPythonSecurity
mvx_sdk_js_core
Api

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

BackendJavascriptPerformanceTypescript
mvx_protocol_experts
Ai

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

DocsPlanningProductivityResearch+1
mvx_sdk_go_core
Api

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

BackendDebuggingGoPerformance+1
multiversx-dapp-audit
Code Review

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

FrontendReactSecurityTypescript
mvx_defi_math
Ai

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

ApiDataPythonRust
mvx_cache_patterns
Backend

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

DatabasePerformanceRust
mvx_entry_points
Analytics

This skill identifies and analyzes MultiversX smart contract entry points to reveal attack surfaces and improve security.

Code ReviewDataRustSecurity+1
multiversx-clarification-expert
Ai

This skill identifies ambiguities in MultiversX requests and poses concrete clarifying questions to unblock development and ensure correct requirements.

Code ReviewDebuggingPlanningProduct+1
multiversx-property-testing
Performance

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

RustSecurityTesting
mvx_sdk_go_builders
Api

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

BackendDataGoTesting
Full skills directory
Search and filter the entire library—then dive back into this owner anytime.
Browse by topic
See how skills cluster by workflow problem space—not just by repository.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational