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/skillAnthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not found, context length exceeded errors.
Create and validate production-grade agent skills with 100-point marketplace grading
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Unified capability management center for Skills, Agents, and Commands.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls