Plugin Claude Code
Interact with the Solana blockchain through Claude Code. Query accounts, analyze transactions, and execute operations with built-in safety safeguards.
Plugin Claude Code
Interact with the Solana blockchain through Claude Code. Query accounts, analyze transactions, and execute operations with built-in safety safeguards.
Agent
Queries and explores Solana blockchain accounts, displaying balances, token holdings, and transaction history in user-friendly format. Triggered when users ask about account balances, token holdings, or account details for specific addresses. Automatically fetches from blockchain and presents data clearly. Enforces…
Agent
Analyzes Solana blockchain transactions and explains them in simple, non-technical language. Triggered when users ask about transactions, provide transaction hashes, or request transaction analysis. Automatically fetches transaction details and breaks down complex operations into understandable explanations. Enforces…
Skill Claude CodeCodex
Accept or revoke explicit risk acknowledgment for mainnet-beta operations. Use this skill when the user runs /solana-accept-risk, asks to "enable mainnet", "accept risk", "revoke risk", or when mainnet operations are blocked.
Skill Claude CodeCodex
Explain fundamental Solana blockchain concepts to help users understand accounts, transactions, SOL, tokens, and programs. Activate when discussing blockchain fundamentals, explaining what blockchain is, or helping non-technical users learn about Solana.
Skill Claude CodeCodex
Guide common Solana development patterns and workflows including querying data, simulating transactions, executing transfers, and analyzing programs. Activate during development conversations involving transaction workflows, data queries, or blockchain interaction patterns.
Skill Claude CodeCodex
Configure and validate a Solana keypair for write operations (transfers, token management). Use this skill when the user runs /solana-keypair, asks to "set up keypair", "configure wallet", "add my keypair", or mentions keypair setup for signing transactions.
Skill Claude CodeCodex
Display current Solana network and switch between devnet, testnet, localnet, and mainnet-beta. Use this skill when the user runs /solana-network, asks to "switch network", "use mainnet", "connect to devnet", or mentions changing the Solana network they're connected to.
Skill Claude CodeCodex
Guide users on security best practices, mainnet considerations, and risk management for blockchain operations. Activate when discussing mainnet operations, security concerns, or risk acceptance.
Skill Claude CodeCodex
Install, update, or verify the solana-onchain-mcp binary. Use when user runs /solana-setup, asks to "install solana binary", "update solana-onchain-mcp", "check solana setup", "set up solana plugin", or when the binary is missing from PATH.
Skill Claude CodeCodex
This skill should be used when the user asks to "upgrade a Solana program through Squads", "set up squads multisig deployment", "create a Squads upgrade proposal", "configure squads-program-action", "deploy via Squads multisig", "set up Squads CI/CD pipeline", "squads GitHub Actions workflow", or mentions Solana…
Plugin Claude Code
Sui blockchain development skills — Move smart contracts, TypeScript SDK, frontend dApp Kit, Seal secrets, and Walrus storage.
Skill Claude CodeCodex
Full-stack Sui blockchain development — Move smart contracts, TypeScript SDK, frontend dApp Kit, Seal secrets, and Walrus storage. Routes to the appropriate sub-skill based on what the user is building.
Skill Claude CodeCodex
Sui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.
Skill Claude CodeCodex
Sui object model — struct declarations, abilities (key/store/copy/drop), object ownership, naming conventions, and dynamic fields.
Skill Claude CodeCodex
Move design patterns — events, error handling, one-time witness (OTW), capability pattern, and pure functions/composability.
Skill Claude CodeCodex
Move package setup (Move.toml, edition, dependencies), building, testing, and common pitfalls from other Move dialects.
Skill Claude CodeCodex
Common Sui Move standard library patterns — strings, Coin/Balance, Option, addresses, UID, TxContext, vectors, and struct unpacking.
Skill Claude CodeCodex
Move language syntax — module layout, imports, mutability, visibility, method syntax, enums, macros, and comments.
Skill Claude CodeCodex
Move smart contract development on Sui. Use when writing, reviewing, or debugging Move code, Move.toml configuration, or Sui object model patterns.
Skill Claude CodeCodex
Seal — decentralized secrets management on Sui. Identity-based encryption with onchain access policies enforced by threshold key servers. Use when building apps that encrypt user data (stored on Walrus, Sui objects, or off-chain) and gate decryption on Move-defined policies. Covers the Move side (sealapprove patterns)…
Skill Claude CodeCodex
Sui TypeScript SDK — PTB construction, client setup, transaction execution, and on-chain queries. Use when writing code that interacts with the Sui blockchain via @mysten/sui. These patterns apply in both backend scripts and frontend apps. For frontend-specific setup (dApp Kit, wallet adapters, React hooks), use the…
Skill Claude CodeCodex
Walrus — decentralized blob storage and static site hosting coordinated by Sui. Use when storing files/blobs/assets in a Sui app via the @mysten/walrus TypeScript SDK, publisher/aggregator HTTP API, or walrus CLI. Also use when deploying a static website to Walrus Sites via site-builder, configuring ws-resources.json…
Plugin Claude Code
TypeScript backend development skills: database performance optimization, code review, and Prisma schema design.