What problem does it solve?
Core Anchor programming patterns for building secure Solana programs, including program structure, account types, constraints, space calculation, and error handling. It is designed to be loaded whenever you write or review Anchor code to ensure consistency and safety.
Core Features & Use Cases
- Program structure and organization patterns for modular, readable Solana programs.
- Common account types, constraints, and error-handling templates that reduce boilerplate.
- Space calculation guidance with examples to prevent account overflows and ensure safe initialization.
- Safety checks and best practices to prevent common security pitfalls in Anchor programs.
Quick Start
Load this skill when starting a new Anchor project to follow standard program structure, account types, and error handling patterns.