mvx_sdk_py_contracts
Smart contract operations for MultiversX Python SDK.
mvx_sdk_py_core
Core SDK operations for MultiversX Python SDK - Entrypoints, Providers, and Network.
mvx_sdk_py_transactions
Transaction creation and token operations for MultiversX Python SDK.
mvx_sdk_py_wallets
Wallet and key management for MultiversX Python SDK.
mvx_semgrep_creator
Writing custom Semgrep rules to enforce MultiversX best practices.
mvx_sharp_edges
Identify weird behaviors in WASM, Gas limits, and async call failures specific to MultiversX.
mvx_static_analysis
Manual and automated static analysis patterns for Rust/Go (unsafe usage, unverified unwrap, float arithmetic).
mvx_testing_handbook
Guide to mandos (scenarios), rust-vm unit tests, and chain-simulator.
mvx_vault_pattern
In-memory token ledger for tracking intermediate balances during multi-step operations within a single transaction.
mvx_wasm_debug
Analyzing WASM binaries and debugging via DWARF.
project_culture
Assess code maturity based on MultiversX standards (docs presence, testing culture).
spec_compliance
Verifying code against Whitepapers or MIPs (MultiversX Improvement Proposals).
variant_analysis
Finding "variants" of known bugs in other parts of the codebase.
multiversx-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().
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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()).
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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.
multiversx-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.
atomic-commits-philosophy
Always make small, focused atomic commits. Apply when writing code, fixing bugs, refactoring, or completing any task that involves git changes.
atomic-commits
Split staged git changes into logical atomic commits. Use when asked to "commit atomically", "split my changes", "make atomic commits", or "create separate commits".
zenbin
A pastebin like service for agents
agent-memory
Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.
agentation
Add Agentation visual feedback toolbar to a Next.js project
claude-code-command-author
>
data-model-designer
|
ia-architect
>
implement-design
Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.
nanobanana-prompt-writer
>
nextjs-app-router-guide
Next.js App RouterでのServer Components / Server Actions / Route Handlers等の使い分けガイド。「Server ComponentとClient Componentの違い」「Server Actionsの使い方」「revalidatePath/revalidateTagの違い」などの質問に回答する際に参照する。
phaser-gamedev
>
playwright-testing
>
prd-writer
>
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
screen-transition-diagram
画面遷移図(画面フロー図 / Screen flow / UI flow / Wireflow)を、要件・ユーザーストーリー・既存ルート・Figma構成・文章仕様から再現可能に作成/更新する。出力はMermaidのflowchartを基本とし、画面カタログ(画面ID/名称/状態/権限)と遷移カタログ(トリガー/条件/結果/例外)も併記する。例外系(失敗・戻り・未ログイン・権限不足・空状態)を必ず含め、スパゲッティ化する場合はユースケース単位で図を分割(L0/L1/L2)する。トリガー語: 画面遷移図, 画面フロー, UIフロー, screen flow, wireflow, 遷移図, フロー図, 画面一覧, 画面設計, 導線
skill-skillsmith
>
supabase-postgres-best-practices
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
ui-mockup-builder
>
ux-5-planes-designer
>
wireframe-builder
|
analyze
코드베이스 분석 및 이해. 구조 파악, 의존성 분석, 패턴 식별, 문제점 발견 등 코드를 수정하기 전 분석이 필요할 때 사용.
cursor-edit
Cursor CLI를 통해 실제 코드 수정 수행. 분석/계획 결과를 받아 cursor-agent에게 전달하여 코드 편집을 위임한다. 코드 수정, 리팩토링, 기능 추가, 버그 수정 등 실제 파일 변경이 필요할 때 사용.
verify
코드 변경 후 결과 검증. 변경사항 확인, 테스트 실행, 빌드 확인, 린트 검사 등 코드 수정 후 품질 검증이 필요할 때 사용.
Page 141 of 1445 · 72243 results