compresskit CLI — Solana ZK Compression Migration Toolkit
JSON →compresskit-cli v0.1.1 is a command-line toolkit for analyzing Solana programs and migrating their accounts to ZK Compression using the Light Protocol SDK. It provides four core commands: analyze (scan for compression opportunities), cost (side-by-side rent comparison), migrate (generate a MIGRATION.md with Rust and TypeScript migration code), and verify (check remaining uncompressed accounts after migration). It also includes a template scaffold command to generate Anchor programs with compressed account patterns for loyalty, gaming, and social use cases. Release cadence is experimental (pre-v1). Key differentiator: end-to-end migration workflow (analysis → costing → code generation → verification) vs. manual Light Protocol integration with no reusable templates.