Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mx-ai-skills

mx-ai-skills には multiversx から収集した 53 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
53
Stars
12
更新
2026-07-02
Forks
5
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

mvx-audit-context
情報セキュリティアナリスト

Guidelines for establishing context before an audit.

2026-07-02
mvx-audit-onchain
ソフトウェア開発者

Perform a comprehensive on-chain security audit of a deployed MultiversX smart contract. Use when reviewing a contract's security posture, permissions, state, and economic safety without source code.

2026-07-02
mvx-blockchain-data
ソフトウェア開発者

Read on-chain state in MultiversX smart contracts. Use when accessing caller info, account balances, block timestamps, ESDT token metadata, local roles, code metadata, or any data from self.blockchain().

2026-07-02
mvx-cache-patterns
ソフトウェア開発者

Gas-optimized cache patterns for MultiversX smart contracts using Drop-based write-back caches. Use when building contracts that read/write multiple storage values per transaction, DeFi protocols, or any gas-sensitive contract.

2026-07-02
mvx-clarification-expert
ソフトウェア開発者

Identify ambiguous requirements and ask targeted clarifying questions for MultiversX development. Use when user requests are vague, missing technical constraints, or have conflicting requirements.

2026-07-02
mvx-code-analysis
ソフトウェア開発者

Comprehensive code analysis toolkit for MultiversX smart contracts. Covers differential review (version comparison, upgrade safety), fix verification (validate patches, regression testing), and variant analysis (find similar bugs across codebase). Use when reviewing PRs, verifying security patches, or hunting for bug variants.

2026-07-02
mvx-constant-time
ソフトウェア開発者

Verify cryptographic operations execute in constant time to prevent timing attacks. Use when auditing custom crypto implementations, secret comparisons, or security-sensitive algorithms in smart contracts.

2026-07-02
mvx-consult-docs
ソフトウェア開発者

Access the global MultiversX documentation library to answer technical questions or verify implementation details.

2026-07-02
mvx-cross-contract-calls
ソフトウェア開発者

Make cross-contract calls in MultiversX smart contracts. Use when calling another contract, handling callbacks, managing back-transfers, using typed proxies, or sending tokens via the Tx builder API (.tx().to()).

2026-07-02
mvx-cross-contract-storage
ソフトウェア開発者

Read another contract's storage directly without async calls using storage_mapper_from_address. Use when building aggregators, controllers, or any contract that needs to read state from other same-shard contracts without proxy call overhead.

2026-07-02
mvx-crypto-verification
ソフトウェア開発者

Cryptographic operations in MultiversX smart contracts. Use when hashing data (SHA256, Keccak256, RIPEMD160), verifying signatures (Ed25519, secp256k1, secp256r1, BLS), or encoding signatures in on-chain logic.

2026-07-02
mvx-dapp-audit
ソフトウェア開発者

Audit frontend dApp components for security vulnerabilities in wallet integration and transaction handling. Use when reviewing React/TypeScript dApps using sdk-dapp, or assessing client-side security.

2026-07-02
mvx-dapp-frontend
ウェブ開発者

Adapt React applications to MultiversX blockchain with wallet connection, transactions, and smart contract interactions. Use when app needs Web3, blockchain, wallet login, crypto payments, NFTs, tokens, or smart contract calls.

2026-07-02
mvx-debug-tx
ソフトウェア開発者

Debug and analyze MultiversX transactions. Use when a transaction failed, returned unexpected results, or needs full decoding of inputs/outputs/events.

2026-07-02
mvx-defi-math
ソフトウェア開発者

Financial math patterns for MultiversX smart contracts — precision management, half-up rounding, safe rescaling, and percentage calculations. Use when building any DeFi contract that handles financial calculations, fees, rates, or token math.

2026-07-02
mvx-deploy-flow
ソフトウェア開発者

Deploy MultiversX smart contracts with pre-flight checks, verification, and post-deployment validation. Use when deploying a new contract to devnet, testnet, or mainnet.

2026-07-02
mvx-diff-review
ソフトウェア開発者

Reviewing changes between versions of SCs (Upgradeability checks).

2026-07-02
mvx-entry-points
ソフトウェア開発者

Identify and analyze MultiversX Smart Contract entry points (#[endpoint],

2026-07-02
mvx-factory-manager
ソフトウェア開発者

Factory pattern for deploying and managing child contracts from a parent manager. Use when building marketplaces, launchpads, multi-tenant systems, or any protocol that deploys child contracts from a template.

2026-07-02
mvx-fix-verification
ソフトウェア品質保証アナリスト・テスター

Verifying if a reported bug is truly fixed.

2026-07-02
mvx-flash-loan-patterns
ソフトウェア開発者

Atomic lend-execute-verify pattern for MultiversX smart contracts. Use when building flash loans, atomic swaps, temporary grants, or any operation that lends assets, executes a callback, and verifies repayment within a single transaction.

2026-07-02
mvx-payment-handling
ソフトウェア開発者

Handle payments in MultiversX smart contracts. Use when receiving, validating, or routing EGLD/ESDT payments via self.call_value(), Payment types, or payable endpoints. Covers single, multi, optional, and mixed payment patterns.

2026-07-02
mvx-project-architecture
ソフトウェア開発者

Production-grade project structure patterns for MultiversX smart contracts. Use when starting a new contract project, refactoring an existing one, or building multi-contract systems with shared code.

2026-07-02
mvx-project-culture
ソフトウェア開発者

Assess codebase quality and maturity based on documentation, testing practices, and code hygiene indicators. Use when evaluating project reliability, estimating audit effort, or onboarding to new codebases.

2026-07-02
mvx-property-testing
ソフトウェア品質保証アナリスト・テスター

Use property-based testing and fuzzing to find edge cases in smart contract logic. Use when writing comprehensive tests, verifying invariants, or searching for unexpected behavior with random inputs.

2026-07-02
mvx-protocol-experts
ソフトウェア開発者

Deep protocol knowledge for MultiversX architecture including sharding, consensus, ESDT standards, and cross-shard transactions. Use when reviewing protocol-level code, designing complex dApp architectures, or troubleshooting cross-shard issues.

2026-07-02
mvx-sc-audit
ソフトウェア開発者

Comprehensive MultiversX smart contract security audit. Vulnerability patterns, ESDT safety, async callbacks, DeFi analysis, storage lifecycle, static analysis, Semgrep scanning, test verification. Use when performing security audits, code reviews, or setting up automated vulnerability detection.

2026-07-02
mvx-sc-best-practices
ソフトウェア開発者

Expert guidelines for developing, auditing, and optimizing MultiversX Smart Contracts (Rust).

2026-07-02
mvx-scenario-migration
ソフトウェア品質保証アナリスト・テスター

Migrate legacy .scen.json scenario tests to Rust blackbox tests using `sc-meta scen-blackbox`. Use when a MultiversX smart contract project has existing scenario JSON files that need to be converted to the modern typed Rust test format.

2026-07-02
mvx-sdk-go-builders
ソフトウェア開発者

Transaction construction and signing using Builders in Go SDK.

2026-07-02
mvx-sdk-go-core
ソフトウェア開発者

Core network operations for MultiversX Go SDK - Proxy, VM Queries.

2026-07-02
mvx-sdk-go-data
ソフトウェア開発者

Core data structures and types for MultiversX Go SDK.

2026-07-02
mvx-sdk-go-interactors
ソフトウェア開発者

Components for interacting with the blockchain (Wallets, Transaction Interactors, Nonce Handlers) in Go.

2026-07-02
mvx-sdk-js-contracts
ソフトウェア開発者

Smart contract operations for MultiversX TypeScript/JavaScript SDK.

2026-07-02
mvx-sdk-js-core
ソフトウェア開発者

Core SDK operations for MultiversX TypeScript/JavaScript - Entrypoints, Network Providers, and Transactions.

2026-07-02
mvx-sdk-js-tokens
ソフトウェア開発者

Token operations (ESDT/NFT/SFT) for MultiversX TypeScript/JavaScript SDK.

2026-07-02
mvx-sdk-js-wallets
ソフトウェア開発者

Wallet and key management for MultiversX TypeScript/JavaScript SDK.

2026-07-02
mvx-sdk-py-contracts
ソフトウェア開発者

Smart contract operations for MultiversX Python SDK.

2026-07-02
mvx-sdk-py-core
ソフトウェア開発者

Core SDK operations for MultiversX Python SDK - Entrypoints, Providers, and Network.

2026-07-02
mvx-sdk-py-transactions
ソフトウェア開発者

Transaction creation and token operations for MultiversX Python SDK.

2026-07-02
このリポジトリの収集済み skills 53 件中、上位 40 件を表示しています。