asset-management

Complete asset management feature for Polkadot dApps using the Assets pallet. Use when user needs fungible token/asset functionality including creating custom tokens, minting tokens to accounts, transferring tokens between accounts, destroying tokens, viewing portfolios, or managing token metadata. Generates production-ready code (~2,200 lines across 15 files) with full lifecycle support (create→mint→transfer→destroy), real-time fee estimation, transaction tracking, and user-friendly error messages. Works with template infrastructure (WalletContext, ConnectionContext, TransactionContext, balance utilities, shared components). Load when user mentions assets, tokens, fungible tokens, token creation, minting, portfolio, or asset pallet.

$ Installer

git clone https://github.com/QuantumFusion-network/w3zard-gen /tmp/w3zard-gen && cp -r /tmp/w3zard-gen/.claude/skills/asset-management ~/.claude/skills/w3zard-gen

// tip: Run this command in your terminal to install the skill