Claude Skill
solana-foundation/solana-dev-skill
A Claude Skill for Solana development with January 2026 best practices. Provides Shell scripts and tools for modern blockchain development workflows.
Overview
Repository
Install this Skill
npx skills add https://github.com/solana-foundation/solana-dev-skillRegistry
npx skills add https://github.com/solana-foundation/solana-dev-skillgit clone https://github.com/solana-foundation/solana-dev-skill
Summary
A Claude Skill for modern Solana development, providing tools and scripts aligned with January 2026 best practices.
Claude Code技能:现代Solana开发(2026年1月最佳实践)
Key features
- Modern Solana development tools
- January 2026 best practices
- Shell-based implementation
- Claude Code skill integration
Use cases
- Solana smart contract development
- Blockchain project setup
- Development workflow automation
- Best practice implementation
README excerpt
# Solana Development Skill for Claude Code A comprehensive Claude Code skill for modern Solana development (January 2026 best practices). ## Overview This skill provides Claude Code with deep knowledge of the current Solana development ecosystem: - **UI**: Solana Foundation framework-kit (`@solana/client` + `@solana/react-hooks`) - **SDK**: `@solana/kit` (v5.x) for new client work - **Legacy Interop**: `@solana/web3-compat` for bridging to web3.js dependencies - **Programs**: Anchor (default), Pinocchio for high-performance needs - **Testing**: LiteSVM/Mollusk for unit tests, Surfpool for integration - **Codegen**: Codama-first IDL and client generation - **Security**: Comprehensive vulnerability patterns and prevention - **Toolchain**: Version compatibility, common errors, and troubleshooting guides ## Installation ### Quick Install ```bash npx skills add https://github.com/solana-foundation/solana-dev-skill ``` ### Manual Install ```bash git clone https://github.com/solana-foundation/solana-dev-skill cd solana-dev-skill ./install.sh ``` ## Skill Structure ``` skill/ ├── SKILL.md # Main skill definition (required) └── references/ ├── frontend-framework-kit.md # UI patterns with framework-kit ├── kit-web3-interop.md # Kit ↔ web3.js boundary patterns ├── testing.md # Testing (LiteSVM/Mollusk/Surfpool) ├── idl-codegen.md # IDL and client generation ├── payments.md # Payments with Commerce Kit ├── security.md # Security vulnerabilities & prevention ├── resources.md # Curated reference links ├── compatibility-matrix.md # Version compatibility tables (Anchor/Solana/Rust/GLIBC) ├── common-errors.md
Topics
No topics yet.