solana-dev

Standardize end-to-end Solana development tasks with framework-kit-first workflows.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/clawgame/clawgame --skill solana-dev-clawgame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-dev
Source: https://github.com/clawgame/clawgame/tree/main/.agents/skills/solana-dev
Command: npx skills add https://github.com/clawgame/clawgame --skill solana-dev-clawgame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an end-to-end Solana development playbook that standardizes UI, wallet onboarding, program development, testing, and security reviews.

Core Features & Use Cases

  • Framework-kit-first UI patterns, wallet-first discovery, and single client bootstrap for Solana apps
  • Coverage of Anchor/Pinocchio programs, Codama-based client generation, and testing with LiteSVM/Mollusk/Surfpool
  • Security checklists and best practices for end-to-end development workflows

Quick Start

Set up a new Solana app using framework-kit patterns and wire a single Solana client to begin developing UI, transactions, and tests.

Frequently Asked Questions about solana-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to set up an end-to-end Solana development workflow?

An end-to-end Solana development workflow uses a framework-kit-first approach to standardize UI patterns, wallet onboarding, program tooling, and testing. It defines explicit stack choices and safety guardrails for reliable, secure development.

How do I test Solana programs using LiteSVM, Mollusk, and Surfpool?

You test Solana programs by applying a framework-kit-first approach across testing tools like LiteSVM, Mollusk, and Surfpool. This standardizes test workflows and ensures reliable program validation before deployment.

Does framework-kit-first UI development support wallet onboarding for Solana apps?

Yes, framework-kit-first UI patterns support wallet-first discovery and single client bootstrap for Solana apps. This approach standardizes wallet onboarding and client SDK integration across the development workflow.

Can I use Codama for client generation in a Solana program workflow?

Yes, Codama-based client generation is a core feature of the Solana development workflow. It standardizes client SDK creation to ensure reliable interactions with Anchor or Pinocchio programs.

What security checklists should I apply for Solana development?

Solana development requires applying security checklists and best practices across UI, program development, and testing workflows. These safety guardrails ensure reliable, secure end-to-end development processes.