doublezero
On-chain program code review for Solana ledger programs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install DoubleZero skills?โผ
Run `npx skills add malbeclabs/doublezero --all -g -y` in your terminal to install all skills in this repository globally.
What does the dz-ledger-program-review skill do?โผ
It guides reviews of Rust on-chain program code for the DoubleZero Ledger, checking account ownership, PDA validation, arithmetic safety, error handling, and test coverage against the project's real review conventions.
Does this skill work with Claude Code and Cursor?โผ
Yes. The skill follows the universal SKILL.md standard and works in Claude Code, Cursor, and other compatible coding environments.
What mistakes does this skill catch in Solana programs?โผ
It flags missing owner checks on program accounts, unchecked arithmetic, silent no-op inputs, hand-rolled serialization where borsh derives suffice, and tests that assert generic errors instead of specific ones.
Do I need Solana experience to use this skill?โผ
Basic familiarity helps, but the skill explains the borsh serialization model and account validation rules in plain terms so reviewers can apply the checks correctly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core