Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
mzf11125
GitHub 제작자 프로필

mzf11125

5개 GitHub 저장소에서 수집된 30개 skills를 저장소 단위로 보여줍니다.

수집된 skills
30
저장소
5
업데이트
2026-06-26
저장소 탐색

저장소와 대표 skills

accessing-data
소프트웨어 개발자

How to read data from the Sui network. Use when choosing or implementing a data access strategy — queries for on-chain state, indexing pipelines, historical lookups, event subscriptions, cross-chain reads, or off-chain blob storage. Covers the three live Sui APIs (gRPC, GraphQL RPC, deprecated JSON-RPC), the Archival Store, the General-Purpose Indexer, the `sui-indexer-alt` custom indexing framework, and Walrus for off-chain blobs.

2026-06-01
composable-move-functions
소프트웨어 개발자

Use when writing Move functions on Sui, especially public APIs. Applies to function visibility (public vs entry), parameter ordering, and return patterns. Use whenever designing function signatures or deciding whether functions should transfer objects or return them.

2026-06-01
frontend-apps
웹 개발자

Sui frontend / dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, Svelte, Web Components, other frameworks). Use when building browser apps that connect Sui wallets, query on-chain state, or submit transactions. Covers wallet connection, network switching, transaction execution, query patterns with TanStack React Query, and the specific pitfalls of browser + wallet + async-indexer environments. Pair with the `sui-sdks` skill for @mysten/sui Transaction construction patterns and the `ptbs` skill for PTB semantics.

2026-06-01
modern-move-syntax
소프트웨어 개발자

Use when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.

2026-06-01
move-unit-testing
소프트웨어 품질 보증 분석가·테스터

Use when writing unit tests for Move smart contracts on Sui. Applies to test function naming, assertions, test attributes, context usage, and cleanup patterns. Use whenever user asks to write tests, add tests, or test a Move module.

2026-06-01
naming-conventions
소프트웨어 개발자

Use when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.

2026-06-01
ptbs
소프트웨어 개발자

Sui Programmable Transaction Blocks (PTBs). Use when writing, reviewing, or debugging code that composes multiple Sui transaction commands into a single atomic transaction — including TypeScript SDK `Transaction` usage, CLI PTB construction, gas coin handling, sponsored transactions, shared-object inputs, chaining command results, or troubleshooting PTB execution errors.

2026-06-01
sui-build
소프트웨어 개발자

Use this skill when the user needs to build Move code, or when when the user asks about sui move build.

2026-06-01
이 저장소에서 수집된 skills 15개 중 상위 8개를 표시합니다.
midnight-api
소프트웨어 개발자

Comprehensive guide to Midnight Network APIs (v8.0+) for building decentralized applications. Use when users need to integrate Midnight APIs including Compact Runtime, DApp Connector, ZSwap, Wallet, and Ledger APIs, connect DApps to Midnight wallets, generate and verify zero-knowledge proofs programmatically, manage transactions and blockchain state, deploy and interact with Compact smart contracts, query blockchain data via indexer, implement wallet functionality, handle Zswap private transactions, and build complete web3 applications on Midnight.

2026-06-26
midnight-compact
소프트웨어 개발자

Comprehensive guide to the Compact programming language (v0.22+) for writing privacy-preserving smart contracts on Midnight Network. Use when users need to write Compact smart contracts with zero-knowledge proofs, understand Compact syntax and language features, implement ZK circuit patterns and optimizations, generate contract boilerplate and project scaffolding, learn best practices for secure contract development, access Compact standard library functions, and compile and test Compact contracts.

2026-06-26
midnight-concepts
소프트웨어 개발자

Foundational knowledge about Midnight Network zero-knowledge blockchain technology, privacy mechanisms, and architecture. Use when users need to understand zero-knowledge proofs, privacy mechanisms like Zswap and selective disclosure, partner chain architecture, real-world use cases for private DeFi and voting, when to use Midnight for privacy-preserving applications, and core concepts of the Midnight ecosystem.

2026-06-26
midnight-dapp-dev
소프트웨어 개발자

Comprehensive guide for Midnight Network DApp frontend development covering project scaffolding with Vite and React 19 plus shadcn/ui templates, Next.js wallet connector patterns via the DApp Connector API with App Router, React wallet connector with Vite setup, provider architecture including MidnightProviders, proof provider, public data provider, private state provider, wallet provider, and ZK config provider, wallet integration using DApp Connector API v4.0.1 with window.midnight, connect, disconnect, and request authorization flows, DApp Connector types covering Configuration, ConnectionStatus, ConnectedAPI, InitialAPI, WalletConnectedAPI, KeyMaterialProvider, and ProvingProvider, transaction flow from creating unproven transactions through proving, submitting, waiting for finalization, and handling transaction results, state management with public state queries via indexer and private state with level-private-state-provider, indexer public data provider for querying blockchain data, contract state, tran

2026-06-26
midnight-expert
기타 컴퓨터 관련 직업

Meta skill for Midnight ecosystem diagnostics, health checks, version compatibility, and environment validation. Use when troubleshooting setup issues, verifying cross-plugin compatibility, running health checks, generating diagnostic reports, or integrating Midnight health checks into CI pipelines. Acts as the ecosystem diagnostician coordinating all Midnight skills.

2026-06-26
midnight-network
네트워크·컴퓨터 시스템 관리자

Guide to Midnight Network infrastructure, validators, indexers, and network operations. Use when users need to run Midnight validators and participate in consensus, set up and configure Midnight indexers for blockchain data, configure network nodes and infrastructure, monitor validator performance and network health, understand network parameters and configuration, deploy and manage network infrastructure, troubleshoot network issues, and access node release information and compatibility.

2026-06-26
midnight-wallet
소프트웨어 개발자

Complete reference for Midnight Network wallet operations covering the Wallet SDK with shielded wallet, unshielded wallet, DUST wallet, HD wallet, and WalletFacade, wallet types including ShieldedWallet for private transactions and UnshieldedWallet for public transactions, creating wallets from seed phrases, random generation, and existing keys with FluentWalletBuilder and WalletFactory, wallet state management with WalletSaveStateProvider and state serialization, unshielded operations for sending tokens, checking balances, and UTXO management, shielded operations for creating and spending shielded coins with ZswapLocalState, DUST operations including registration, generation, and spend with DustActions and DustLocalState, generating DUST programmatically on preprod with faucet client, key management covering signing keys, coin secret keys, BIP340 derivation, and encryption public keys, transaction signing with signData and verifySignature, wallet provider interface types, wallet CLI and MCP integration for A

2026-06-26
avalanche-concepts
컴퓨터 시스템 분석가

Foundational knowledge about Avalanche's architecture, consensus mechanism, the Etna upgrade, ACP-77, Avalanche L1s (formerly Subnets), the three-chain primary network (C-Chain, P-Chain, X-Chain), validators, AVAX tokenomics, and how Avalanche differs from Ethereum L2s. Use this skill when answering questions about Avalanche architecture, L1 deployment, consensus, finality, Etna changes, ACP-77, Subnet vs L1 nomenclature, or general Avalanche concepts.

2026-05-03
avalanche-evm
소프트웨어 개발자

Subnet-EVM configuration, precompiles, genesis setup, Hardhat and Foundry integration for Avalanche L1s. Use this skill when answering questions about Subnet-EVM, custom precompiles, genesis.json, deploying contracts to Avalanche L1s, configuring EVM parameters, fee mechanisms, or setting up development tooling for Avalanche.

2026-05-03
avalanche-icm
소프트웨어 개발자

Complete guide to Avalanche Interchain Messaging (ICM), Teleporter, AWM (Avalanche Warp Messaging), cross-chain smart contracts, ICM relayer setup and configuration, sending and receiving cross-chain messages in Solidity, message fees, debugging failed ICM messages, and ICM security. Use this skill when answering questions about ICM, Teleporter, AWM, cross-chain messaging, Warp messages, relayer setup, ITeleporterMessenger, ITeleporterReceiver, sendCrossChainMessage, receiveTeleporterMessage, or cross-chain contract patterns.

2026-05-03
avalanche-ictt
소프트웨어 개발자

ICTT (Interchain Token Transfer) - bridging ERC-20 and native tokens between Avalanche L1s using TokenHome and TokenRemote contracts. Use this skill when answering questions about ICTT, token bridging, TokenHome, TokenRemote, ERC20TokenHome, NativeTokenHome, ERC20TokenRemote, NativeTokenRemote, cross-chain token transfers, or the avalanche-interchain-token-transfer repo.

2026-05-03
avalanche-network
네트워크·컴퓨터 시스템 관리자

AvalancheGo node setup, validator configuration, Docker deployment, and Prometheus/Grafana monitoring for Avalanche L1s. Use this skill when answering questions about running AvalancheGo, setting up validators, node configuration, Docker Compose for Avalanche, monitoring with Prometheus and Grafana, or operating Avalanche network infrastructure.

2026-05-03
ui-ux-pro-max
소프트웨어 개발자

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

2026-01-22
ui-ux-pro-max
소프트웨어 개발자

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

2026-01-22
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다