Develop Metaplex applications on Solana by creating core and token metadata, Bubblegum compressed NFTs, candy machines, Genesis token launches, and Agent Registry using mplx CLI or Umi SDK.
An Agent Skill for building on Metaplex — the standard infrastructure for NFTs and tokens on Solana.
This skill gives your AI coding agent full knowledge of Metaplex programs, CLI commands, and SDK patterns. Instead of guessing at APIs or hallucinating flags, the agent reads the correct reference on demand and executes accurately.
| Program | What It Does | CLI | Umi SDK | Kit SDK |
|---|---|---|---|---|
| Agent Registry | On-chain agent identity, wallets, execution delegation | Yes | Yes | - |
| Genesis | Token launches (launchpool + bonding curve) + Raydium graduation | Yes | Yes | - |
| Core | Next-gen NFTs — single account, plugins, royalty enforcement | Yes | Yes | - |
| Token Metadata | Fungible tokens, NFTs, pNFTs, editions | Yes | Yes | Yes |
| Bubblegum | Compressed NFTs via Merkle trees — massive scale at minimal cost | Yes | Yes | - |
| Candy Machine | NFT drops with guards (allowlists, payments, limits) | Yes | Yes | - |
CLI (mplx) — direct execution, no code needed:
Umi SDK — full programmatic access:
Kit SDK (@solana/kit) — minimal dependencies:
The skill uses progressive disclosure — a lightweight router (SKILL.md, ~100 lines) directs the agent to the specific reference file it needs. Only relevant content is loaded:
SKILL.md Router — loaded when skill activates
references/cli.md Shared CLI setup (loaded for any CLI task)
references/cli-core.md Core CLI commands
references/sdk-token-metadata.md TM SDK patterns
references/concepts.md Account structures, PDAs
... (12 reference files total)
Claude Code (via skills.sh):
npx skills add metaplex-foundation/skill
Claude Code (manual):
# Project-scoped
cp -r skills/metaplex /path/to/project/.claude/skills/metaplex
# Global
cp -r skills/metaplex ~/.claude/skills/metaplex
ClawHub:
clawhub install metaplex
Built on the Agent Skills specification. Works with:
Apache-2.0
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub metaplex-foundation/skillCore Solana dev kit: agents, workflow commands, go-to-market skills, MCP servers, and dev hooks. The full install (install.sh) additionally ships .claude/rules, the permissions/sandbox policy, and 18 ext/ submodules.
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Claude Code skill pack for QuickNode (18 skills)
Curated skills for building on Abstract — the consumer-focused Ethereum L2.
Specialized agents for blockchain development, smart contracts, and Web3 applications
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.