Claude Skill

solana-foundation/solana-dev-skill

用于Solana开发的Claude Skill,遵循2026年1月最佳实践。提供用于现代区块链开发工作流的Shell脚本和工具。

概览

Stars196
Forks30
语言Shell
最后更新2026-01-18
最近同步2026-06-21
前往 GitHub

仓库信息

拥有者solana-foundation
仓库solana-dev-skill
完整名称solana-foundation/solana-dev-skill
Repo ID1,132,741,163

安装这个 Skill

npx skills add https://github.com/solana-foundation/solana-dev-skill

Registry 信息

类型claude_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-21
平台
Claude
能力
code-reviewpdfterminal
识别文件
README.mdtests
安装方式
  • npx skills add https://github.com/solana-foundation/solana-dev-skill
  • git 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-21