solana-dev

Develop end-to-end Solana solutions with framework-kit, @solana/kit, Codama, and LiteSVM.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/heyAyushh/stacc --skill solana-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solana-dev
Source: https://github.com/heyAyushh/stacc/tree/main/configs/stacks/solana
Command: npx skills add https://github.com/heyAyushh/stacc --skill solana-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive, end-to-end Solana development playbook that guides UI wiring, wallet integration, program development, client generation, testing practices, and security checklists.

Core Features & Use Cases

  • Framework-kit driven UI patterns for consistent Solana apps
  • Codama-based client generation to produce Kit-friendly TypeScript clients
  • End-to-end testing strategies with LiteSVM, Mollusk, and Surfpool
  • Security checklists and best practices to harden Solana deployments

Quick Start

Initialize a Next.js project using framework-kit, set up a Solana client with @solana/kit, and connect a wallet with ConnectorKit. Then explore Anchor/Pinocchio programs, Codama-generated clients, and testing workflows.

Frequently Asked Questions about solana-dev

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

FAQPage Schema
How do I build an end-to-end Solana dApp using framework-kit?▼

To build an end-to-end Solana dApp using framework-kit, initialize a Next.js project, wire the UI, integrate wallets with ConnectorKit, and develop on-chain programs. This playbook provides complete setup and usage guidance for consistent dApp architecture.

How does Codama client generation work with @solana/kit?▼

Codama client generation produces Kit-friendly TypeScript clients for Solana programs. It parses your on-chain program structure and outputs typed client code, ensuring seamless integration with @solana/kit for type-safe dApp interactions.

What is the best way to test Solana programs locally?▼

The best way to test Solana programs locally is using LiteSVM, Mollusk, and Surfpool. This playbook outlines end-to-end testing strategies utilizing these tools to validate program logic and client interactions before testnet deployment.

Can I use Anchor and Pinocchio for Solana program development with this stack?▼

Yes, you can use Anchor and Pinocchio for Solana program development. The playbook guides building on-chain programs with both frameworks, integrating them with Codama-generated clients and the framework-kit UI stack.

What security practices should I follow for Solana deployments?▼

Solana deployment security practices involve following specific checklists and best practices to harden on-chain programs. The playbook provides actionable security guidance to protect dApps, wallets, and programs against common vulnerabilities.