Claude Skill
solana-foundation/solana-dev-skill
用于Solana开发的Claude Skill,遵循2026年1月最佳实践。提供用于现代区块链开发工作流的Shell脚本和工具。
概览
仓库信息
安装这个 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
项目简介
一个用于现代Solana开发的Claude Skill,提供符合2026年1月最佳实践的工具和脚本。
Claude Code skill for modern Solana development (Jan 2026 best practices)
要点
- 现代Solana开发工具
- 2026年1月最佳实践
- 基于Shell的实现
- Claude Code技能集成
使用场景
- Solana智能合约开发
- 区块链项目设置
- 开发工作流自动化
- 最佳实践实施
README 摘要
# 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
话题
暂无话题