Skip to content

Commit 507a9e2

Browse files
author
tilo-14
committed
Rename airdrop to token-distribution, add solana-compression skill
1 parent ff7ed2a commit 507a9e2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

skill.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,12 @@ npx skills add https://zkcompression.com
9494
| Integrate rent-free markets into routers and aggregators | [defi-router](https://github.com/Lightprotocol/skills/tree/main/skills/defi-router) |
9595
| Stream account state via Laserstream gRPC | [data-streaming](https://github.com/Lightprotocol/skills/tree/main/skills/data-streaming) |
9696
| 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) |
9898
| Anti-double-spend nullifiers for Privacy-preserving ZK programs | [zk-nullifier](https://github.com/Lightprotocol/skills/tree/main/skills/zk-nullifier) |
9999
| 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) |
100101
| Help with Debugging and Questions via DeepWiki MCP | [ask-mcp](https://github.com/Lightprotocol/skills/tree/main/skills/ask-mcp) |
101102

102-
Skills for compressed PDAs and more are in development.
103-
104103
### Install to Claude Code
105104

106105
Add the marketplace and install:
@@ -110,7 +109,7 @@ Add the marketplace and install:
110109
/plugin install solana-rent-free-dev
111110
```
112111

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.
114113

115114
### Install to Cursor
116115

0 commit comments

Comments
 (0)