What problem does it solve? AI models trained on Ethereum patterns or outdated Solana docs produce broken Solana code — wrong assumptions about state storage, PDA bumps, rent, priority fees, and Token-2022 compatibility. This Skill provides accurate, current reference material on Solana's accounts model, PDAs, CPIs, Token Extensions, and key SIMD proposals so generated code actually compiles and behaves correctly. ## Core Features & Use Cases - Core Primitive Reference: Covers the accounts model, PDA derivation with canonical bumps, CPI patterns (invoke vs invoke_signed), rent-exemption calculations, and versioned transactions with Address Lookup Tables. - SIMD Lookup Workflow: Fetches any Solana Improvement Document on demand from the official GitHub repository, with a quick-reference table of key SIMDs (0033, 0046, 0047, 0096, 0172) and their activation status. - Token-2022 Guidance: Explains Token Extensions (transfer fees, non-transferable, metadata pointer, confidential transfers) and how to write programs compatible with both SPL Token and Token-2022. - Use Case: When building an Anchor vault program, use this Skill to derive PDAs correctly, sign token transfers with invoke_signed, calculate rent-exempt minimums, and set priority fees based on real-time network estimates. ## Quick Start Ask the agent to explain how to derive a PDA and sign a CPI token transfer from an Anchor vault program on Solana.