The Solana docs, rewritten for Claude Code's context window
A curated knowledge pack that teaches Claude Code modern Solana development, from wallet hooks to GLIBC errors.

What it does
This repository is a Claude Code skill — a structured knowledge base — that teaches the AI assistant modern Solana development practices as of January 2026. It covers the full stack, from React UI hooks and transaction building to Anchor program development, testing with LiteSVM, and security audit patterns. The repository itself is a collection of markdown reference files consumed by Claude Code’s progressive disclosure system.
The interesting bit
The skill’s real value hides in the unglamorous corners: a compatibility matrix mapping Anchor versions to Solana CLI and GLIBC releases, plus error-message-to-solution mappings for common toolchain failures. It also encodes opinionated defaults — like preferring @solana/kit over legacy web3.js and Pinocchio for compute-unit efficiency — so the AI has current best practices rather than stale stack overflow answers.
Key highlights
- Encodes a full opinionated Solana stack:
framework-kitfor UI,@solana/kitfor clients, Anchor (or Pinocchio) for programs, and LiteSVM/Mollusk for unit tests. - Includes specialized references for security vulnerabilities, confidential transfers, and Codama-first IDL generation.
- Maintains a version compatibility matrix and common-error troubleshooting guide to resolve toolchain mismatches.
- Uses progressive disclosure: Claude reads the main
SKILL.mdfirst, then pulls in detailed references only when relevant.
Caveats
- This is strictly a Claude Code skill; it does not provide a standalone CLI, library, or IDE extension for other editors.
- The knowledge is explicitly pinned to January 2026 best practices, so it will need refreshing as the ecosystem evolves.
Verdict
Useful if you are a Claude Code user who wants the agent to understand Solana toolchain quirks without hand-holding. If you do not use Claude Code, this skill format will not integrate with your workflow.
Frequently asked
- What is solana-foundation/solana-dev-skill?
- A curated knowledge pack that teaches Claude Code modern Solana development, from wallet hooks to GLIBC errors.
- Is solana-dev-skill open source?
- Yes — solana-foundation/solana-dev-skill is open source, released under the MIT license.
- What language is solana-dev-skill written in?
- solana-foundation/solana-dev-skill is primarily written in TypeScript.
- How popular is solana-dev-skill?
- solana-foundation/solana-dev-skill has 540 stars on GitHub.
- Where can I find solana-dev-skill?
- solana-foundation/solana-dev-skill is on GitHub at https://github.com/solana-foundation/solana-dev-skill.