You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Integrate rent-free markets into routers and aggregators |[defi-router](https://github.com/Lightprotocol/skills/tree/main/skills/defi-router)|
95
95
| Stream account state via Laserstream gRPC |[data-streaming](https://github.com/Lightprotocol/skills/tree/main/skills/data-streaming)|
96
96
| Wallets and payment flows with light-token. Includes privy, wallet adapter, mobile wallet adapter signing. Optional nullifier to prevent your onchain instruction from being executed more than once. |[payments-and-wallets](https://github.com/Lightprotocol/skills/tree/main/skills/payments-and-wallets)|
97
-
| Airdrops, DePIN, token distribution |[airdrop](https://github.com/Lightprotocol/skills/tree/main/skills/airdrop)|
97
+
| Airdrops, DePIN, token distribution |[token-distribution](https://github.com/Lightprotocol/skills/tree/main/skills/token-distribution)|
98
98
| Anti-double-spend nullifiers for Privacy-preserving ZK programs |[zk-nullifier](https://github.com/Lightprotocol/skills/tree/main/skills/zk-nullifier)|
99
99
| Testing programs and clients on localnet, devnet, mainnet |[testing](https://github.com/Lightprotocol/skills/tree/main/skills/testing)|
100
+
| For per-user state, DePIN nodes, and infrequently accessed app state with compressed PDAs |[solana-compression](https://github.com/Lightprotocol/skills/tree/main/skills/solana-compression)|
100
101
| Help with Debugging and Questions via DeepWiki MCP |[ask-mcp](https://github.com/Lightprotocol/skills/tree/main/skills/ask-mcp)|
101
102
102
-
Skills for compressed PDAs and more are in development.
103
-
104
103
### Install to Claude Code
105
104
106
105
Add the marketplace and install:
@@ -110,7 +109,7 @@ Add the marketplace and install:
110
109
/plugin install solana-rent-free-dev
111
110
```
112
111
113
-
All skills are included. Use them by name (`/defi-program`, `/airdrop`, `/testing`, etc.) or let Claude invoke them based on task context.
112
+
All skills are included. Use them by name (`/defi-program`, `/token-distribution`, `/testing`, etc.) or let Claude invoke them based on task context.
0 commit comments