Skills

Browse AI context skills for Web3 development

Type:
Source:

21 skills · click to copy URL

hackathon/solana-patterns

Solana Hackathon Winning Patterns

Solana Hackathon Decision Context > Updated 2026-03-31 > Source: Colosseum public results, Superteam community posts, Solana Foundation grant reports For AI Age

Solana25
solana/program-model

Solana Program Development Fundamentals: Account Model & PDA

Solana Program Development Fundamentals Solana vs EVM Core Differences | Concept | EVM (Ethereum) | Solana | |------|------------|--------| | Smart Contracts |

Solana24
solana/metaplex-nft

Metaplex NFT Minting

Overview Metaplex is the standard NFT infrastructure on Solana. Candy Machine v3 handles collection minting with guards (payment, whitelist, etc.). The umi SDK

Solana23
grants/overview-solana

Complete Guide to Solana Foundation Grants

Solana Foundation Active Grants > ⏰ Time-Sensitive Data — Last Updated: 2026-03-30 > This Skill contains real-time scraped current open Grant opportunities Sola

Solana7
grants/solana-active

Solana Ecosystem Active Grants & Bounties

Solana Ecosystem Active Grants & Bounties > ⏰ Time-Sensitive Data (Updated Weekly) — Last Updated: 2026-03-30 > Source: Superteam Earn (https://earn.superteam.f

Solana6
solana/compatibility-matrix

Version Compatibility Matrix

Solana Version Compatibility Matrix Master Compatibility Table | Anchor Version | Release Date | Solana CLI | Rust Version | Platform Tools | GLIBC Req | Node.j

Solana2
solana/confidential-transfers

Confidential Transfers

Confidential Transfers (Token-2022 Extension) When to use this guidance Use this guidance when the user asks about: - Private/encrypted token balances - Confide

Solana2
solana/payments

Payments & Commerce

Payments and commerce (optional) When payments are in scope Use this guidance when the user asks about: - checkout flows, tips, payment buttons - payment reques

Solana2
solana/idl-codegen

IDL & Client Code Generation

IDLs + client generation (Codama / Shank / Kinobi) Goal Never hand-maintain multiple program clients by manually re-implementing serializers. Prefer an IDL-driv

Solana1
solana/testing

Testing Strategy

Testing Strategy (LiteSVM / Mollusk / Surfpool) Testing Pyramid 1. Unit tests (fast): LiteSVM or Mollusk 2. Integration tests (realistic state): Surfpool 3. Clu

Solana1
grants/solana-foundation

Solana Foundation Grant Guide

Overview The Solana Foundation funds ecosystem projects through multiple channels, including Solana Foundation Delegation (validator funding), Developer Grants

Solana1
solana/security

Security Checklist

Solana Security Checklist (Program + Client) Core Principle Assume the attacker controls: - Every account passed into an instruction - Every instruction argumen

Solana1
solana/frontend-framework-kit

Frontend with framework-kit

Frontend with framework-kit (Next.js / React) Goals - One Solana client instance for the app (RPC + WS + wallet connectors) - Wallet Standard-first discovery/co

Solana1
solana/common-errors

Common Errors & Solutions

Common Solana Development Errors & Solutions GLIBC Errors GLIBC2.39 not found / GLIBC2.38 not found anchor: /lib/x8664-linux-gnu/libc.so.6: version GLIBC2.39' n

Solana1
solana/kit-web3-interop

Kit ↔ web3.js Interop

Kit ↔ web3.js Interop (boundary patterns) The rule - New code: Kit types and Kit-first APIs. - Legacy dependencies: isolate web3.js-shaped types behind an adapt

Solana1
solana/ecosystem-tools

Solana Ecosystem Tools: Helius / Metaplex / Jupiter

Solana Ecosystem Tools Guide Helius (Best Solana RPC) bash npm install helius-sdk typescript import { Helius } from "helius-sdk" const helius = new Helius("YOUR

Solana1
solana/resources

Curated Resources

Curated Resources (Source-of-Truth First) Learning Platforms - [Blueshift](https://learn.blueshift.gg/) - Free, open-source Solana learning platform - [Blueshif

Solana1
solana/solana-dev

Solana Dev Skill (Official)

Solana Development Skill (framework-kit-first) What this Skill is for Use this Skill when the user asks for: - Solana dApp UI work (React / Next.js) - Wallet co

Solana
solana/anchor-idl

Anchor IDL & CPI Guide

Overview Anchor is the standard framework for Solana program development. It provides a Rust DSL, automatic IDL (Interface Description Language) generation, and

Solana20
solana/web3js-v2

Solana web3.js v2 Migration Guide

Overview Solana web3.js v2 is a complete API rewrite and is not compatible with v1. Most AI models still generate v1 code. This Skill helps your AI Agent consis

Solana19
protocols/solana-anchor-guide

Solana Anchor Development Framework Guide

Solana Anchor Development Framework Guide Installation bash sh -c "$(curl -sSfL https://release.solana.com/stable/install)" cargo install --git https://github.c

Solana2