nft-development
Installation
SKILL.md
NFT Development Skill
Master NFT development with token standards, metadata design, marketplace integration, and on-chain generative art.
Quick Start
# Invoke this skill for NFT development
Skill("nft-development", topic="standards", standard="ERC721A")
Topics Covered
1. Token Standards
Choose the right standard:
- ERC-721: Standard NFTs, one token per ID
- ERC-721A: Gas-optimized batch minting
- ERC-1155: Multi-token, semi-fungible
- DN404: Divisible NFT hybrid
Related skills
More from pluginagentmarketplace/custom-plugin-blockchain
smart-contract-security
Master smart contract security with auditing, vulnerability detection, and incident response
199web3-frontend
Master Web3 frontend development with wallet integration, viem/wagmi, and dApp UX
168solidity-development
Master Solidity smart contract development with patterns, testing, and best practices
162defi-protocols
Master DeFi protocol development including AMMs, lending, yield, and oracles
60blockchain-basics
Master blockchain fundamentals including consensus, cryptography, and distributed systems
47ethereum-development
Master Ethereum development including EVM, gas optimization, and client interactions
44