solana-rpc-review

Official

Catch Solana RPC performance and safety bugs

AuthorXipher-Labs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It prevents performance regressions and correctness hazards in Solana RPC and streaming infrastructure where latency at p99 and validator stability are critical.

Core Features & Use Cases

  • Hot-path performance review: flags allocations, lock contention, async correctness issues, and missing backpressure patterns in request/message handling code.
  • gRPC streaming and subscription rigor: validates bounded buffers, flow-control behavior under slow clients, and lag handling to avoid silent memory blowups.
  • Solana-specific correctness safeguards: checks compute budgeting, account discriminator and owner validation, pagination/timeouts, and common Solana gotchas like lamports vs SOL and slot vs block height.
  • Geyser plugin safety: enforces panic containment, bounded handoff queues, and memory-budget awareness to avoid validator-level instability.

Quick Start

Use this skill to review a PR diff that touches Solana RPC method handlers, gRPC streaming code, or Geyser plugin callbacks for perf risk, backpressure behavior, and validator safety.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: solana-rpc-review
Download link: https://github.com/Xipher-Labs/walter-os/archive/main.zip#solana-rpc-review

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.