malbeclabsmalbeclabsOfficialยท1 Agent Skills Included

doublezero

On-chain program code review for Solana ledger programs

Reviews Rust on-chain program code and pull requests for the DoubleZero Ledger serviceability and geolocation programs. Catches missing account ownership checks, unsafe arithmetic, weak tests, and serialization mistakes before merge. Provides diff-scan checklists, severity guidance, and real review examples so reviewers give consistent, high-signal feedback faster.
npx skills add malbeclabs/doublezero --all -g -y
Available:

Gives your AI agent the project architecture, build commands, coding conventions, and review rules it must follow when working on this Rust and Go networking codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’