Solana Development Workflows

Solana Development Workflows is a skill for Claude Code from widnyana/eyay-toolkits. It costs 45 tokens per session (2,362 once invoked), scanned A, original, MIT.

Guidance for common Solana development workflows, including reading blockchain data, simulating transactions, making transfers, and analysing programs.

In plain words
What is it for?
Use it to query accounts, balances, and transactions; simulate transfers; verify results; execute workflows; and analyse Solana programs.
Why use it?
It helps developers understand blockchain state and check what a transaction would do before making changes or spending real money.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the solana-onchain plugin — 8 skills shipped together

Good fit Use it to query accounts, balances, and transactions; simulate transfers; verify results; execute workflows; and analyse Solana programs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/widnyana/eyay-toolkits/solana-development-workflows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add widnyana/eyay-toolkits --skill solana-development-workflows
Clone the repo
git clone --depth 1 https://github.com/widnyana/eyay-toolkits

Made for: Claude Code.

Or install solana-onchain, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Solana Development Workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-development-workflows/github.svg)](https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-development-workflows)
Your own site
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-development-workflows"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-development-workflows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Solana Development Workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-development-workflows"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-development-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.02362
Opus 5 $0.00023 $0.01181
Sonnet 5 $0.00009 $0.00472
Haiku 4.5 $0.00005 $0.00236

Measured 8d ago against content hash 624112340eac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Solana Development Workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/solana-onchain/skills/solana-development-workflows/SKILL.md · 375 lines

How it starts

The opening of the file, as written. The whole thing — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Solana Development Workflows

This skill provides guidance on common patterns and workflows for interacting with Solana, helping users accomplish tasks efficiently and safely.

Core Workflows

Workflow 1: Query & Analyze

Purpose: Understand blockchain state without making changes.

Steps:

  1. User asks about an account, balance, or transaction
  2. Claude identifies the query type
  3. Claude uses Account Explorer or Transaction Analyst agent
  4. Results are explained in simple terms

Examples:

"What's the balance of So1111...?"
"Show me recent transactions for this address"
"What does this transaction do?"
"Who owns this account?"

Cost: Free (read-only operations) Risk: None (no state changes) Network: Works on any network (devnet, testnet, mainnet)

Workflow 2: Simulate & Verify

Purpose: Test a transaction without spending real money.

Steps:

  1. User requests a simulation: "Simulate sending 0.5 SOL to [address]"
  2. Claude prepares the transaction
  3. Claude sends it to Solana network in simulation mode
  4. Network predicts the result without executing
  5. Claude shows you what would happen

Examples:

"Can you simulate this transfer before I execute?"
"What would happen if I swapped 100 USDC?"
"Will this token account creation work?"
"Check if this transaction would succeed"

Cost: Free (no real funds spend) Risk: None (not executed) Network: Best on testnet/mainnet to match real conditions Pro tip: Always simulate before executing on mainnet

Workflow 3: Execute & Confirm

Purpose: Actually perform a blockchain operation.

Steps:

  1. User requests execution: "Send 0.1 SOL to [address]"
  2. Claude reminds of network (devnet = automatic, mainnet = requires acceptance)
  3. Claude simulates first to verify success
  4. Claude explains what will happen
  5. Claude executes the transaction
  6. Claude shows transaction hash and confirmation

Examples:

"Transfer 1 SOL to [address]"
"Send 100 USDC to [recipient]"
"Execute the swap"
"Create this token account"

Read the full file on GitHub · 375 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 375 lines · 45 tokens per session scan A 624112340eac

Subscribe to this mod's changes

Solana Development Workflows is a skill published in the GitHub repository widnyana/eyay-toolkits (7 stars, last pushed 6d ago), licensed MIT. It adds 45 tokens to every session and 2,362 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens

web3-protocol-gtm

Go-to-market strategy for web3 builders - protocols, products, services, and solo founders. Use when planning growth for a crypto protocol, building developer community, crafting CT narrative, planning ecosystem partnerships, preparing grant applications, launching tokens, pricing crypto-native products, or growing as…

tenequm/skills · 70 tokens

solana-development

Build, test, deploy, and audit Solana programs with Anchor or native Rust, and build with ZK Compression (Light Protocol). Use when developing Solana smart contracts, implementing token operations, optimizing compute, deploying to networks, auditing programs for vulnerabilities, or creating compressed tokens/PDAs.

tenequm/skills · 63 tokens

x402

Build internet-native payments with the x402 open protocol - HTTP 402 Payment Required for on-chain micropayments with no accounts or API keys. Use when developing paid APIs, paywalled content, AI agent payment flows, or MCP tools that charge per call. Covers the TypeScript, Python, and Go SDKs across EVM, Solana…

tenequm/skills · 86 tokens

carbium

Build on Solana with Carbium infrastructure — bare-metal RPC, Standard WebSocket pubsub, gRPC Full Block streaming (22ms), DEX aggregation via CQ1 engine (sub-ms quotes), gasless swaps, and MEV-protected execution via Jito bundling. Drop-in replacement for Helius, QuickNode, Triton, or Jupiter Swap API.

sendaifun/skills · 78 tokens

meteora

Complete Meteora DeFi SDK suite for building liquidity pools, AMMs, bonding curves, vaults, token launches, and zap operations on Solana. Use when integrating DLMM, DAMM v2, DAMM v1, Dynamic Bonding Curves, Alpha Vaults, Zap, or Stake-for-Fee functionality.

sendaifun/skills · 69 tokens