·solana-compression
!

solana-compression

Build with ZK Compression on Solana using Light Protocol. Use when creating compressed tokens, compressed PDAs, or integrating ZK compression into Solana programs. Covers compressed account model, state trees, validity proofs, and client integration with Helius/Photon RPC.

18Installs·0Trend·@tenequm

Installation

$npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression

How to Install solana-compression

Quickly install solana-compression AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tenequm/claude-plugins.

SKILL.md

View raw

ZK Compression enables rent-free tokens and PDAs on Solana by storing state on the ledger instead of in accounts, using zero-knowledge proofs to validate state transitions. Built by Light Protocol and indexed by Helius Photon.

Compressed accounts are similar to regular Solana accounts but stored differently:

| Storage | AccountsDB (disk) | Ledger (call data) | | Rent | Required (0.002 SOL per 100 bytes) | None | | Identification | Pubkey | Hash (changes on write) or Address | | State validation | Runtime checks | ZK validity proofs |

Build with ZK Compression on Solana using Light Protocol. Use when creating compressed tokens, compressed PDAs, or integrating ZK compression into Solana programs. Covers compressed account model, state trees, validity proofs, and client integration with Helius/Photon RPC. Source: tenequm/claude-plugins.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression
Category
!Security
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from tenequm/claude-plugins

Quick answers

What is solana-compression?

Build with ZK Compression on Solana using Light Protocol. Use when creating compressed tokens, compressed PDAs, or integrating ZK compression into Solana programs. Covers compressed account model, state trees, validity proofs, and client integration with Helius/Photon RPC. Source: tenequm/claude-plugins.

How do I install solana-compression?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tenequm/claude-plugins --skill solana-compression Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tenequm/claude-plugins